Viewing 4 posts - 1 through 4 (of 4 total)
Thanks!!
September 12, 2011 at 9:13 am
#1380105
Use the following SQL to get information on auto grow for all databases.
use master
go
select * from sysaltfiles
Column name 'maxsize', a value of 0 indicates no growth, and a value...
November 27, 2007 at 3:49 pm
#754760
try this SQL:
select * from sys.sysaltfiles
November 26, 2007 at 2:54 pm
#754287
It sounds like you have a corrupt database backup.
You should consider restoring this database from a good backup.
Be sure to check your system event log to see if any hardware...
November 26, 2007 at 1:51 pm
#754246