Viewing 15 posts - 991 through 1,005 (of 4,820 total)
I than you for the Dynamic query it works. Once I added a few...
June 26, 2018 at 7:55 am
June 26, 2018 at 7:46 am
June 26, 2018 at 7:42 am
In addition to Sue's and Jeff's comments, there was a change in the optimizer that took place in SQL 2014. That change has taken many a query and made it...
June 26, 2018 at 6:37 am
June 26, 2018 at 6:26 am
June 22, 2018 at 1:02 pm
In the figure above I have highlighted in red as an...
June 22, 2018 at 12:49 pm
xboxown - Friday, June 22, 2018 11:34 AMThank you so much!! You guys are awesome!
You're very welcome.
June 22, 2018 at 12:46 pm
June 22, 2018 at 12:42 pm
Yep, I have to agree with Sean. This whole thing is a head-spinner. How about a 30,000 foot overview of what, in the REAL world, the data is actually going...
June 21, 2018 at 3:48 pm
Let's try this one using dynamic SQL and see what happens:DECLARE @TicketNo AS bigint = 17103; --null --
DECLARE @Group_Assignment AS nvarchar(50) = 'Desktop Managment'; --null--
DECLARE @status AS nvarchar(50)...
June 21, 2018 at 3:10 pm
Viewing 15 posts - 991 through 1,005 (of 4,820 total)