Viewing 15 posts - 1,831 through 1,845 (of 8,760 total)
November 6, 2017 at 9:35 am
This is...
November 6, 2017 at 9:33 am
This problem is straight forward if you realize what is missing in the set which is the date range property.
😎
Here is a quick solution which generates...
November 5, 2017 at 2:02 am
This working code lets the user enter something in a cell, click a button in...
November 5, 2017 at 12:53 am
November 4, 2017 at 1:11 pm
November 4, 2017 at 8:44 am
November 4, 2017 at 6:34 am
Our production environment recently have been witnessing spike in CPU utilization of more than 90%...
November 4, 2017 at 6:32 am
What about tempdb, looks to me like that could be part of the problem.
😎
November 2, 2017 at 2:09 am
November 1, 2017 at 1:45 pm
What SQL Version are you on, have you considered compression?
😎
November 1, 2017 at 1:19 pm
While back I was working with another consultant for a client with multiple sites which we had to wisit, none of those had a strict dress code. My consultant partner...
November 1, 2017 at 10:46 am
Haven't had time to look deeper...
November 1, 2017 at 4:07 am
Untested and just for fun
😎
USE TEEST;
GO
IF object_id('tempdb..#ListOfStrings') IS NOT NULL DROP TABLE #ListOfStrings;
SELECT ROW_NUMBER() OVER (ORDER BY @@VERSION) AS ID,X.y
November 1, 2017 at 2:14 am
Viewing 15 posts - 1,831 through 1,845 (of 8,760 total)