﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server 2008 Administration  / DB backup/restore without filestream / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 25 May 2013 18:30:33 GMT</lastBuildDate><ttl>20</ttl><item><title>DB backup/restore without filestream</title><link>http://www.sqlservercentral.com/Forums/Topic1382407-1550-1.aspx</link><description>Dear AllI have DB with Filestream. Recovery model for this is set to FULL.  I need to backup only primary group. No need of backing up filestream folder as it will be taken care by the filesystem back up.I am taking backup using following command-BACKUP DATABASE 'dbname ' FILEGROUP = 'PRIMARY' TO DISK = 'C:\xx.bk' WITH INIT, NAME= 'xx', NOSKIP, NOFORMATHow do i do restore the primary group??Thanks and RegardsShilpa</description><pubDate>Thu, 08 Nov 2012 04:33:28 GMT</pubDate><dc:creator>Krishna1</dc:creator></item></channel></rss>