Viewing 11 posts - 1 through 11 (of 11 total)
Run this stored proc and you will get the desired results.. Its a script I pulled off the net..
====
CREATE PROCEDURE sp_diskspace
AS
SET NOCOUNT ON
DECLARE @hr int
DECLARE @fso int
DECLARE @drive...
July 29, 2004 at 12:12 pm
well, your answer was pretty close but not quite complete.. Messages such as "log backed up" are system messages and thus cannot be deleted from the "manage sql server messages"...
July 28, 2004 at 12:00 pm
Has any of the table definition(s) changed?
what are the four indexes?
December 4, 2003 at 6:48 pm
Your question is very vague. Once you have connectivity to sql server (and data), depending on your app (ASP, JAVA, etc, etc..), feel free to invoke queries and...
December 4, 2003 at 6:36 pm
Hi Steve, Appreciate your input. I am of the same opinion that over years of working with sql server, this was the first time I heard this...
November 26, 2003 at 4:40 pm
Usually when the SP finishes or the user connction terminates, the temp tables are all released. what you will have a pretty fragmented data file.. Unless, you have...
November 26, 2003 at 4:35 pm
Why isn't the SP cleaning behind itself.. That's the normal practice..
November 26, 2003 at 4:11 pm
My Bad , guys - please ignore this post.. I was running Profiler and that seemed to be inducing the big jump in the latch time counter... ...
November 20, 2003 at 5:39 pm
Gracias, guys... Is there any way of specifying location of new column via sql analyzer (I meant T-sql)..? Via EM, you can just go insert it anywhere you...
November 20, 2003 at 10:45 am
Hi - Something related to this query..
what's sql internals for adding a column? Does sql server have to recreate the whole table? i.e., does the old table get...
November 19, 2003 at 4:50 pm
Also, since DBCC CHECKDB runs as a job, you should be able to check msdb..sysjobhistory for sql_severity and run_status flag(s)...
Will that work Allen?
Wize
November 4, 2003 at 10:59 am
Viewing 11 posts - 1 through 11 (of 11 total)