Viewing 15 posts - 14,941 through 14,955 (of 59,097 total)
You seem to be missing some Primary Keys from some of the tables. While an actual primary key isn't always uber important, clustered indexes usually are. Also, MS like for...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 4, 2017 at 1:15 pm
Ok... here's what I've found out about the XML index that Magoo suggested. Regardless of the outcome, his suggestion was a great idea that needed to be tested. Thanks again,...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 4, 2017 at 11:37 am
Thanks for the feedback! 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
June 4, 2017 at 10:22 am
I haven't. I'll give that a try. Thank you
--Jeff Moden
Change is inevitable... Change for the better is not.
June 4, 2017 at 8:25 am
--Jeff Moden
Change is inevitable... Change for the better is not.
June 4, 2017 at 12:06 am
Heh... obviously, by the link you posted, you know some of the reasons why I avoid it. Add to that that I have no need for the extended early dates...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2017 at 11:48 pm
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2017 at 9:51 pm
Can't test it because I'm no where near a 2016 box just now but if all the dates in your JSON are in the DMY format, then just add the...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2017 at 9:37 pm
It's easy. Just rename (re-alias) the column names and limit the rows with a WHERE clause. Like this.
SELECT year1 = year3
,count1 = count3
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2017 at 9:16 pm
By the same token, you can have a fire breathing monster of a server on a network with speeds that we could only dream of and still run into performance...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2017 at 10:24 am
Nice article. It would, however, be helpful if you would attach sample data in the "Resources" section so that people can "play" with your good code for additional learning through...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2017 at 9:14 am
Just to establish some warm fuzzies that a concurrent update won't ever interfere with the correct calculation (unique sequential number) of the MatCodeID, I would add a WITH (TABLOCKX) to the...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2017 at 9:08 am
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2017 at 8:48 am
Eirikur Eiriksson (1/4/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2017 at 8:44 am
--Jeff Moden
Change is inevitable... Change for the better is not.
June 2, 2017 at 9:58 pm
Viewing 15 posts - 14,941 through 14,955 (of 59,097 total)