Forum Replies Created

Viewing 15 posts - 271 through 285 (of 290 total)

  • Reply To: Percent Rank

    wait a minute...it changed format.  isn't there a way to add a table so all the values are easily viewable?

  • Reply To: Percent Rank

    I didn't know about that feature!!  the table look great.  Thank you for bringing this to my attention.  I used 5 days look back period to keep the table small...

    • This reply was modified 3 years ago by  water490. Reason: table not showing up correctly
  • Reply To: Percent Rank

    Thank you for the feedback.  I will definitely review it.

    I am not strong with SQL so I am learning as I go.

  • Reply To: Percent Rank

    which ever is easier ... exclude or mark as NULL.  I can work with NULLs in subsequent queries.

    I don't have AW DB downloaded.  Are you able to work with the...

  • Reply To: Percent Rank

    good idea.  I have attached sample data with expected outcome

    Attachments:
    You must be logged in to view attached files.
  • Reply To: Percent Rank

    I am getting an error message.

    SELECT *,

    PERCENT_RANK() OVER (PARTITION BY UNDERLYING_SYMBOL ORDER BY QUOTE_DATE ROWS BETWEEN PREVIOUS 12 ROWS AND CURRENT ROW) AS PCT_RANK

    FROM DBO.Stock_Log_Price_Changes

    error message is

    Msg 102, Level 15,...

  • Reply To: Output results to a table

    Thank you so much!  this is great information.  I have been watching the execution plan and it is a great resource.  I will look into your resources to learn more...

  • Reply To: Automate Import Process

    Here is the plan:

    -log into SFTP server and download files to local directory

    -unzip files to specified folder

    -import files into SQL Server table (it will always be the same table)

    -if import...

  • Reply To: Output results to a table

    Thank you so much!

    A few comments...SQL Server is definitely a very powerful program and it will take me years to really learn it well.  I am ok with that.  Life...

  • Reply To: View Index

    Thank you everyone! this is good stuff to know

  • Reply To: Reference Query within a Query

    .

    • This reply was modified 3 years ago by  water490.
  • Reply To: Show Queries

    I am super new to SQL Server. I downloaded it on the weekend and transferred over my Access queries.

    You bring up an excellent point.  I will take a look at...

  • Reply To: View Index

    Thanks for the reply.

    I was hoping to re-use the view in another query but I have changed plans so no need to create index on view.

  • Reply To: Show Queries

    Thank you everyone.  I have been saving the files to a folder.  it works for me because I only have a few queries. I am so used to Access so...

  • Reply To: Automate Import Process

    Thank you everyone for the replies.  I will take a look and implement.

Viewing 15 posts - 271 through 285 (of 290 total)