Remote dumpdevice

  • What is the SQL command to initialize a remote dumpdevice?

  • This is the syntax for creating a dumpdevice over a network.

    EXEC sp_addumpdevice 'disk', 'networkdevice',

       '\\servername\sharename\path\filename.ext'

    Refer sp_addumpdevice  in BOL for more info.

    --Kishore

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

You must be logged in to reply to this topic. Login to reply