To Attache the .bak file

  • Hi All

    I take the backup from my frind Database , and i want to restore it in my personel pc , but it is showing the error called

    '' The backup set holds a backup of a database other than the existing 'sales'database.(microsoft.sqlserver.smo)

    can any one please help

  • RESTORE DATABASE AdventureWorks

    FROM DISK = 'C:\BackupAdventureworks.bak'

    WITH REPLACE

    Try this.

    Balasubramaniam

Viewing 2 posts - 1 through 1 (of 1 total)

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