Viewing 15 posts - 946 through 960 (of 15,381 total)
March 24, 2017 at 10:21 am
coolchaitu - Friday, March 24, 2017 10:07 AMInstance is under memory pressure. How to relieve it from pressure
You need to start by...
March 24, 2017 at 10:11 am
March 24, 2017 at 7:21 am
Quick question on the...
March 22, 2017 at 3:27 pm
I don't understand the question here at all. But as posted your main procedure is going to fail because your log procedure requires 6 parameters and you have passed it...
March 22, 2017 at 3:24 pm
Not a solution to the problem but one of my biggest pet peeves with queries is aliases a, b, c...I am not alone in this either. It really make debugging...
March 22, 2017 at 3:21 pm
Isn't it simply this?
and t1.SessionID < t2.SessionID
March 21, 2017 at 12:36 pm
You can easily extend the excellent start from Sue with something like this. I also added brackets around table and column names in case you have spaces or reserved names.
March 21, 2017 at 9:20 am
March 21, 2017 at 7:37 am
You don't need to repeat the entire query again to get the second set of values. You could do this in a single query with a second cross apply.
March 20, 2017 at 8:00 am
March 17, 2017 at 10:59 am
March 17, 2017 at 9:26 am
I suspect you are not totally comfortable with what your current code is doing. You are using FOR XML to stuff l.text and l.GUID into a single column. If you...
March 17, 2017 at 8:47 am
March 17, 2017 at 8:41 am
Viewing 15 posts - 946 through 960 (of 15,381 total)