Viewing 5 posts - 1 through 5 (of 5 total)
The output for sp_help sp_MSForEachDB is the following.
Msg 15009, Level 16, State 1, Procedure sp_help, Line 66
The object 'sp_MSForEachDB' does not exist in database 'master' or is invalid for this...
December 19, 2008 at 11:55 am
I tried this
SELECT '--Shows avail free DB space ' as ' '
exec sp_MSForEachDB 'Use ? SELECT name AS ''Name of File'', size/128.0 -CAST(FILEPROPERTY(name, ''SpaceUsed'' )
AS int)/128.0 AS ''Available...
December 19, 2008 at 11:51 am
Need some help...
The following gives an error.
SELECT '--Shows avail free DB space ' as ' '
exec sp_MSForEachDB 'Use ? SELECT name AS ''Name of File'', size/128.0 -CAST(FILEPROPERTY(name, ''SpaceUsed'' )
...
December 19, 2008 at 11:33 am
Yes, I have already tried that, but was looking for a OS level tool to retreive the error description. Let me know if you haev any idea on that...thank you.
July 6, 2008 at 7:09 pm
Viewing 5 posts - 1 through 5 (of 5 total)