Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: adding datafiles to tempdb (dynamic script)

    Hi,

    There is a small change in the script:

    SET @SQL = 'ALTER DATABASE tempdb'

    SET @SQL = @SQL + ' ADD FILE (NAME= ' + @name + '2, FILENAME=''T:\LNSQLTSGT11\data\tempDB'', SIZE= 256),'

    SET @SQL...

Viewing post 1 (of 1 total)