Viewing 15 posts - 961 through 975 (of 8,731 total)
September 26, 2017 at 8:21 am
September 26, 2017 at 5:37 am
And here's an example on how to make it dynamic.
DECLARE @sql nvarchar(max);
SELECT @sql = N'SELECT fk_id'
+ ( SELECT ' ,MAX( CASE WHEN line_number...
September 22, 2017 at 1:26 pm
Don't use a cursor for this. There are a couple of alternatives which are more efficient. You can read about them in these articles:
Cross Tabs and Pivots,...
September 22, 2017 at 1:15 pm
September 22, 2017 at 10:15 am
And when you think that getting an assistant is a good idea. You might want to think twice and remember to add some security to its functionality.
https://www.thesun.co.uk/fabulous/4502204/parrot-alexa-shopping-online-amazon-buddy-african-grey/
September 22, 2017 at 9:48 am
Go to Menu->Tools->Options...
Choose the tab SQL Server Object Explorer -> Scripting
I'm not sure if it can be removed, but you can search through the available options. I don't...
September 22, 2017 at 9:37 am
You're thinking in the wrong direction. Instead of generating the rows and grouping them, you need to generate the groups and calculate which rows would you need to include. So,...
September 22, 2017 at 8:17 am
September 21, 2017 at 9:55 am
September 20, 2017 at 1:36 pm
September 20, 2017 at 9:23 am
September 20, 2017 at 7:57 am
September 20, 2017 at 7:26 am
September 19, 2017 at 3:07 pm
If anyone has any info on this, please let me know.
https://www.sqlservercentral.com/Forums/1897898/Filtered-Index-on-a-Temp-Table-in-a-Stored-Proc-can-result-in-a-Error-602
Also, today is the 32nd anniversary of the most devastating earthquake that Mexico has faced, and...
September 19, 2017 at 2:54 pm
Viewing 15 posts - 961 through 975 (of 8,731 total)