Viewing 15 posts - 346 through 360 (of 692 total)
It's not a trick -- just testing whether or not people understand what the Developer Edition REALLY is... I guess I don't; I got it wrong
April 29, 2005 at 11:45 am
Agreed! At a place I recently worked (name withheld to protect the VERY guilty), management absolutely exuded the "you can be replaced" attitude. People were treated as objects,...
April 29, 2005 at 11:33 am
Just to clarify, there is no March CTP -- There is a February one and an April one
April 28, 2005 at 10:54 am
To get the query, try DBCC INPUTBUFFER(spid), where spid is the spid from sp_who2.
April 28, 2005 at 9:01 am
Try:
EXEC sp_who2 'active'
But if you already know what the two queries are, then why do you need to see the worst sessions?
April 28, 2005 at 8:38 am
Perhaps obvious question, but does the connection you're using have sufficient permissions to add a job?
April 28, 2005 at 8:34 am
Damn, leave it to Steve Kass (mathematician) to come up with a MUCH better solution than mine
April 21, 2005 at 7:30 am
There might be a cleaner way to do this -- I just kind of dashed it off -- and I apologize for the bad variable names, but I'm too lazy...
April 20, 2005 at 12:58 pm
Sorry, I didn't understand the requirements before posting...
As someone else mentioned, dynamic SQL is the way to go in that case.
April 20, 2005 at 9:42 am
select CAST(CAST(0xF43C2 AS INT) AS VARCHAR(30))
?
April 20, 2005 at 8:25 am
Go buy a copy of Inside SQL Server 2000 by Kalen Delaney, and study, study, study.
April 14, 2005 at 9:48 pm
I did. And so did two other people... Look at the forum topic:
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=61&messageid=167917
April 14, 2005 at 7:20 am
What happened to that QOD review board?
April 13, 2005 at 10:29 am
Jamie,
You are correct. FINALLY is not available in T-SQL.
April 13, 2005 at 9:04 am
Viewing 15 posts - 346 through 360 (of 692 total)