|
how to check the DB size and other details which is in SUSPECT\OFFLINE mode in SQL Server 2000
(comments are locked)
|
|
According to this the sysaltfiles table has been deprecated. Use master.sys.master_files instead, and know that the size returned by this table is the number of 8 kb pages in your database file. (BOL) Way to keep us current :)
Mar 01 '11 at 02:28 PM
KenJ
Yeah, but it's a query about SQL2000... which is also deprecated...
Mar 01 '11 at 02:38 PM
ThomasRushton ♦
shame, I missed that, completely. Just started databases on SQL 2005 :-).
Mar 01 '11 at 02:45 PM
Jos Menhart
@Jos Menhart - you n00b! ;-) Started on SQL 4.whatever... The worrying part is that my most recent SQL 2000 build was just a couple of months ago.
Mar 01 '11 at 02:51 PM
ThomasRushton ♦
(comments are locked)
|
|
Look at the file sizes? Find them from the thank you Thomas Rushton
Mar 01 '11 at 01:15 PM
srivivek
(comments are locked)
|

