Learn, Practice & Share
Labels
Azure
(1)
C#
(9)
Dot Net
(1)
Global
(2)
LINQ
(2)
Powershell
(1)
SharePoint
(2)
SQL
(2)
SQL 2012
(28)
SQL Server
(134)
SSAS
(6)
SSIS
(9)
SSRS
(9)
Windows Service
(1)
Friday, December 30, 2011
Restore Command Variants
USE
master
;
restore
headeronly
from
disk
=
'F:\data\backup\testdb.bak'
restore
filelistonly
from
disk
=
'F:\data\backup\testdb.bak'
restore
labelonly
from
disk
=
'F:\data\backup\testdb.bak'
restore
verifyonly
from
disk
=
'F:\data\backup\testdb.bak'
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment