Viewing 15 posts - 271 through 285 (of 290 total)
wait a minute...it changed format. isn't there a way to add a table so all the values are easily viewable?
November 16, 2021 at 10:13 pm
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...
November 16, 2021 at 10:11 pm
Thank you for the feedback. I will definitely review it.
I am not strong with SQL so I am learning as I go.
November 16, 2021 at 9:41 pm
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...
November 16, 2021 at 9:40 pm
good idea. I have attached sample data with expected outcome
November 16, 2021 at 7:40 pm
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,...
November 16, 2021 at 6:59 pm
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...
November 16, 2021 at 4:16 pm
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...
November 16, 2021 at 4:14 pm
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...
November 15, 2021 at 11:30 pm
.
November 15, 2021 at 9:11 pm
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...
November 15, 2021 at 8:51 pm
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.
November 15, 2021 at 8:37 pm
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...
November 15, 2021 at 7:53 pm
Thank you everyone for the replies. I will take a look and implement.
November 15, 2021 at 7:51 pm
Viewing 15 posts - 271 through 285 (of 290 total)