Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: .ndf already in use by tempdb?

    michael vessey (5/18/2012)


    acorrei1 (5/18/2012)


    Trying to do a DR test. The file did exist but got deleted. I'm trying to recreate it.

    GO

    ALTER DATABASE tempdb

    ADD FILE

    (

    NAME = tempdb_data_04,

    FILENAME = 'x:\xxx\xxxx.ndf',

    SIZE...

  • RE: .ndf already in use by tempdb?

    Trying to do a DR test. The file did exist but got deleted. I'm trying to recreate it.

    GO

    ALTER DATABASE tempdb

    ADD FILE

    (

    NAME = tempdb_data_04,

    FILENAME = 'x:\xxx\xxxx.ndf',

    SIZE = 2MB,

    FILEGROWTH =...

Viewing 2 posts - 1 through 2 (of 2 total)