Viewing 15 posts - 2,836 through 2,850 (of 4,820 total)
Not sure just how much the real-world performance will be impacted, but the number of reads for my amended version of my query are just slightly less, as are the...
February 17, 2017 at 11:55 am
February 17, 2017 at 11:39 am
Well, I can get you down to:
Scan count 12, logical reads 12, physical reads 0, read-ahead reads 0, lob logical reads 0, lob physical reads 0, lob read-ahead...
February 17, 2017 at 10:58 am
February 16, 2017 at 9:25 pm
February 16, 2017 at 9:09 pm
February 16, 2017 at 2:59 pm
Just be curious on the SSIS performance, it took me 1 minute to load 600M...
February 16, 2017 at 2:52 pm
I'm wondering if there might be a difference in the value of the environment variable somewhere. The other possibility is that someone logged on as the user that runs these...
February 16, 2017 at 2:35 pm
Your first problem is that you may not understand how triggers work, as your trigger pseudo code looks like it's only going to be able to handle single record updates,...
February 16, 2017 at 2:27 pm
Try this on for size. It just tests for existence a slightly different way, and uses UNION ALL to join the two possible sets of data. Only one will ever...
February 16, 2017 at 2:06 pm
February 16, 2017 at 1:43 pm
February 16, 2017 at 1:24 pm
Please post consumable information, such as CREATE TABLE statements and the INSERTS for your sample data. You've provided expected results, but you haven't said WHY you want that particular format,...
February 16, 2017 at 1:18 pm
Viewing 15 posts - 2,836 through 2,850 (of 4,820 total)