All Tags »
growth settings (
RSS)
Sorry, but there are no more tags available to filter with.
-
To do this using T-SQL you can issue this command: ALTER DATABASE Test MODIFY FILE ( NAME = Test , MAXSIZE = UNLIMITED ); GO This will change the "Test" data file to unlimited growth. To get the names of the data files runs this command: sp_helpdb "databaseName" i.e. sp_helpdb TEST...
Page 1 of 1 (1 items)