May 21, 2008 at 5:54 am
Hello,
can any tell how to take backup in the file/filegroups
please write code for database or table backup
May 21, 2008 at 7:42 am
This is easy enough to look up in bol so try to do a little reading next time.
Here's what I got out of bol...
BACKUP DATABASE Sales
FILEGROUP = 'SalesGroup1',
FILEGROUP = 'SalesGroup2'
TO DISK = 'Z:\SQLServerBackups\SalesFiles.bck'
GO
Watch my free SQL Server Tutorials at:
http://MidnightDBA.com
Blog Author of:
DBA Rant – http://www.MidnightDBA.com/DBARant
May 22, 2008 at 6:34 am
Visit following link for detail:
ms-help://MS.SQLCC.v10/MS.SQLSVR.v10.en/s10de_4deptrbl/html/da0532bd-1d3d-4483-b2ba-944b164a95be.htm
---------------------------------------------------
"Thare are only 10 types of people in the world:
Those who understand binary, and those who don't."
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply