control
SSCommitted
Points: 1630
More actions
July 15, 2005 at 7:54 am
#152472
What is the SQL command to initialize a remote dumpdevice?
Kishore-132325
Hall of Fame
Points: 3784
July 18, 2005 at 7:36 am
#575176
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