Viewing 15 posts - 151 through 165 (of 1,473 total)
While playing with this some more, I've noticed that the stmt_start and end will be 0 if the status is sleeping. The entry is still there because the connection...
April 12, 2010 at 5:10 pm
What do you mean by "better"? Does this have the information you need, or are you looking for something more? Like, perhaps, the compression settings of the indexes...
April 12, 2010 at 3:44 pm
You might also implement something using SET ROWCOUNT 50 or SET ROWCOUNT 100.
Should be similar to the cursor in that it wouldn't cause long term locking but doing it in...
April 9, 2010 at 3:36 pm
I was thinking that as I was replying last time =). But it's screwy either way, because all the replies reference the whole not replying here thing, so if...
April 9, 2010 at 1:47 pm
Not enough information to go on.
In general, the less rows you have to touch the better. So if the last table is large and the result of your aggregation...
April 9, 2010 at 1:43 pm
I was thinking it persisted all your server settings and everything as well. Just installing SP1 in the same step doesn't really seem worth it for a one time...
April 9, 2010 at 12:09 pm
Ninja's_RGR'us (4/9/2010)
Garadin (4/9/2010)
Chris Morris-439714 (4/9/2010)
Oh cr@p - Seth, let me know if you're still considering setting up a challenge and I'll edit this out.
I am, but I know Jacob already...
April 9, 2010 at 11:36 am
Oops, had an extra HTTP in there. Fixed.
April 9, 2010 at 11:22 am
Chris Morris-439714 (4/9/2010)
Oh cr@p - Seth, let me know if you're still considering setting up a challenge and I'll edit this out.
I am, but I know Jacob already has the...
April 9, 2010 at 9:30 am
No worries, it happens. We just try to pick one before everything gets fragmented.
April 9, 2010 at 9:23 am
Duplicate post, replies here please.
April 8, 2010 at 11:25 pm
I'm debating playing with it too. I know Jack Corbett just wrote a couple posts about slipstreaming on his blog that I've been meaning to go back and read...
April 8, 2010 at 10:50 pm
vktaylor (4/8/2010)
StartTime is invalid in the select list because it must be contained in an aggregate function or group...
April 8, 2010 at 10:45 pm
If the situation is really as simple as your example, then you can check it with case statements... (Note: sorry, not on a SQL Server atm, so not tested)
DECLARE...
April 8, 2010 at 10:36 pm
What a nice trip back through memory lane. You just made me dig back through oooold code to find this ;-). Yes kids, way back when, I actually...
April 8, 2010 at 10:19 pm
Viewing 15 posts - 151 through 165 (of 1,473 total)