Viewing 15 posts - 14,101 through 14,115 (of 59,095 total)
Can you post a link as to where you got the files so we might do some experiments to help you, please?
--Jeff Moden
Change is inevitable... Change for the better is not.
October 13, 2017 at 8:30 pm
Good article, Phil. I also wish that people would learn that "Set Based" <> "All In One Query".
--Jeff Moden
Change is inevitable... Change for the better is not.
October 13, 2017 at 8:23 pm
Just make sure when you're doing timings, use that million...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 13, 2017 at 8:22 pm
TOTAL datatype is (numeric(10,0),null)
STR datatype is (numeric(20,15),null)
REPLACE(FORMAT(CAST(ROUND((
CASE
WHEN SUM(CASE WHEN a.TOTAL IS NOT...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 13, 2017 at 8:16 pm
By any chance, did you use Entity Framework (EF) to create the GUIs? This sounds precisely like something we went through recently. It turned out to the connection strings for...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 13, 2017 at 8:09 pm
You're still joining the inline Tally functionality with the blob and, no matter how you swing it, that's still going to be a performance problem. A "nibbler" While Loop will...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 13, 2017 at 5:17 pm
i wonder why executing a TRUNCATE and INSERT INTO Command is mutch slower than ...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 13, 2017 at 12:26 pm
SELECT ...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 13, 2017 at 9:45 am
Thanks, Phil. Good to see mostly consistency between disparate machines on these.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 13, 2017 at 9:43 am
--Jeff Moden
Change is inevitable... Change for the better is not.
October 13, 2017 at 9:30 am
--Jeff Moden
Change is inevitable... Change for the better is not.
October 12, 2017 at 11:53 pm
--Jeff Moden
Change is inevitable... Change for the better is not.
October 12, 2017 at 11:41 pm
--Jeff Moden
Change is inevitable... Change for the better is not.
October 12, 2017 at 10:59 am
--Jeff Moden
Change is inevitable... Change for the better is not.
October 12, 2017 at 8:54 am
--Jeff Moden
Change is inevitable... Change for the better is not.
October 11, 2017 at 11:43 pm
Viewing 15 posts - 14,101 through 14,115 (of 59,095 total)