Viewing post 1 (of 1 total)
Hi,
There is a small change in the script:
SET @sql = 'ALTER DATABASE tempdb'
SET @sql = @sql + ' ADD FILE (NAME= ' + @name...
January 11, 2011 at 4:36 pm
#1272136