Viewing 15 posts - 2,026 through 2,040 (of 26,490 total)
QuietCoder - Monday, January 8, 2018 3:31 PMThank you Scott!
Too bad you never posted what you had tried.
January 8, 2018 at 3:39 pm
January 8, 2018 at 2:07 pm
Looks like it has something to do with Source Control. Just a guess and I may be wrong.
January 8, 2018 at 2:05 pm
Are you looking for hard skills or soft skills as both are critical.
January 8, 2018 at 2:03 pm
January 8, 2018 at 2:00 pm
Please post the actual execution plan as a .sqlplan file.
January 8, 2018 at 1:43 pm
Good question, but I agree with everyone saying that using the ordinal position for sorting is a poor choice. Although I haven't done it, I can see Jeff's point in...
January 8, 2018 at 1:40 pm
I haven't had that issue with moving from 17.3 to 17.4. However, I did have to reinstall my RedGate tools when I moved from SSMS 2016.
January 5, 2018 at 5:38 pm
January 5, 2018 at 9:58 am
January 5, 2018 at 9:44 am
Thinking more along the lines of extended events, but then I may be wrong.
January 5, 2018 at 9:37 am
January 5, 2018 at 8:22 am
Perhaps this will help:
declare @DB varchar(1000)
, @StrSQL nvarchar (max)
, @SQLParm NVARCHAR(MAX) = '@StartDate DATE, @EndDate DATE'
, @StartDate DATE --VARCHAR(10)
January 5, 2018 at 8:17 am
You know, I don't think that it is that the questions are getting worse. I think it is that the people asking questions are just in way over their head...
January 5, 2018 at 7:56 am
Viewing 15 posts - 2,026 through 2,040 (of 26,490 total)