sqlforge
We've moved to http://sqlforge.us/blog/
Friday, September 27, 2013
To consolidate database files:
DBCC SHRINKFILE('logicalFileName', EMPTYFILE);
ALTER DATABASE databaseName REMOVE FILE
logicalFileName
;
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment