Sql Backup And FTP

Welcome Guest Search | Active Topics | Log In | Register
New Topic Post Reply
Need to back up NDF files as well. Options · View
tbode2011
#1 Posted : Sunday, November 20, 2011 9:26:10 PM Quote
Rank: Newbie

Groups: Registered

Joined: 11/20/2011
Posts: 3
I have an SQL Server 2005 database with an associated NDF file along with the MDF and LDF. How do I back up all files in a file group so that I can successfully restore later?
ruslan
#2 Posted : Sunday, November 20, 2011 9:39:58 PM Quote
Rank: Administration

Groups: Administrators

Joined: 8/10/2009
Posts: 368
If you want the whole database - SBF will include ndf files just fine. However if you want just a certain filegroup - it is not supported. In other words in BACKUP DATABASE statement that SBF is using, it does not use FILEGROUP option.
tbode2011
#3 Posted : Monday, November 21, 2011 11:16:05 AM Quote
Rank: Newbie

Groups: Registered

Joined: 11/20/2011
Posts: 3
Did standard SBF backup. See attached word doc.
File Attachment(s):
NDF Issue.doc (55kb) downloaded 2 time(s).
ruslan
#4 Posted : Monday, November 21, 2011 4:01:22 PM Quote
Rank: Administration

Groups: Administrators

Joined: 8/10/2009
Posts: 368
Can you restore to a new clean location? With NDF files the restore is a bit more complicated. This explains it well: http://www.mssqltips.com...s-for-high-availability/
tbode2011
#5 Posted : Monday, November 21, 2011 7:24:33 PM Quote
Rank: Newbie

Groups: Registered

Joined: 11/20/2011
Posts: 3
I was restoring to a clean location. I will look through the information on the link supplied.
Thanks.
Quick Reply Show Quick Reply
New Topic Post Reply
Forum Jump  
You can post new topics in this forum.
You can reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You can create polls in this forum.
You can vote in polls in this forum.