Viewing 15 posts - 1,051 through 1,065 (of 7,636 total)
tendayit (2/8/2010)
February 8, 2010 at 9:00 am
sanketahir1985 (2/8/2010)
hiii RBarryYoung,
on my server its going beyond 21 loops
so finally i have to kill this SP
tell me exactly whether this SP goes in infinite loop or will finish after...
February 8, 2010 at 8:33 am
Hmm, I apologize, now I am not sure that I have mentioned it to you before. Sorry ...
February 8, 2010 at 8:17 am
Screw: Is there some reason that you are not using the code tags? I am pretty sure that I have mentioned this to you before.
February 8, 2010 at 8:06 am
The link above is specifically for performance problems, for performance questions (i.e., less specific) or SQL questions in general, you may also want to follow the advice in this article[/url]...
February 8, 2010 at 7:26 am
First, just to be clear, it is important to distinguish between a VIEW and an INDEXED VIEW. Despite their great similarity in name, appearance and syntactical use in T-SQL,...
February 8, 2010 at 7:13 am
Ramesh Saive (2/6/2010)
The Dixie Flatline (2/5/2010)
February 6, 2010 at 1:31 am
I would be interested to know what someones concept of a "Security Diagram" would look like. If I knew that, then I could surely tell which tool might be...
February 6, 2010 at 1:06 am
tendayit (2/5/2010)
February 6, 2010 at 1:01 am
FYI, it goes ballistic around Loop 18 or 19 for me, which takes about 5-10 seconds to reach.
February 6, 2010 at 12:43 am
Well, I am no fan of loops, but since the goal IS to slow things down, this ought to do it:
CREATE PROC EXERCISE_TEMPDB_SILLY AS
SET STATISTICS TIME ON
SET STATISTICS IO ON
CREATE...
February 6, 2010 at 12:40 am
I tend to put the commas in front, but that's a habit I get from writing SQL autogenerators, where it's slightly easier to special case the first line of a...
February 6, 2010 at 12:21 am
Paul White (2/4/2010)
February 6, 2010 at 12:13 am
CirquedeSQLeil (2/5/2010)
Lynn Pettis (2/5/2010)
Why is it that when you ask someone to SHOW you want they are trying to...
February 5, 2010 at 4:23 pm
Viewing 15 posts - 1,051 through 1,065 (of 7,636 total)