DB backup/restore without filestream

  • Dear All

    I 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, NOFORMAT

    How do i do restore the primary group??

    Thanks and Regards

    Shilpa

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply