Viewing 5 posts - 1 through 5 (of 5 total)
Group by and order by were already in my snippets and I'm pretty sure I didn't put them there. Nice examples, though.
July 16, 2015 at 9:00 am
This helps the original query handle the case of a single value passed in? Not sure if it's the most elegant solution since I'm checking charindex many times, but...
DECLARE@array varchar(max)
DECLARE...
December 14, 2009 at 9:44 am
As someone else mentioned, using IDENT_CURRENT('SystemRepairStage') is bad. It might not be related to your current problem. It's possible depending on how your code is written and how...
March 31, 2009 at 3:38 pm
Martin Sujkowski (3/31/2009)
March 31, 2009 at 2:59 pm
It really does sound like a problem with the application, not the database or the procedure. Profiler will let you know if this is happening. Especially if you're...
March 31, 2009 at 9:41 am
Viewing 5 posts - 1 through 5 (of 5 total)