How to restore .FBK file..?

  • Dear All,

    We are developing a new system which should be integrated with another existing project (Done by somebdy else). When I asked for the backup of their database, they sent me a .FBK file.

    I have never worked with such files and donno wot to do..

    Kindly guid me..........

    Thanks in advance.

    Santhu.

  • If the database is SQL Server and they used native SQL Backups you should be able to do a normal restore. WHile .BAK is the default extension you aren't required to use it when you create a backup.

    So the first thing you need to know is what database product they are using and then you need to know if they are using a 3rd party backup product.

  • yeah i would bet that .FBK is one DBA/ developers naming convention for Full Back Up,

    so at a glance he knows which are full or incrementals.....

    rename to .BAK if you want. but like Jack said, you can probably just use the native restoration process.

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • Whats native restoration process..? Can you explain in detail pls..

    Thanks,

    Santhu.

  • nairsanthu1977 (12/13/2008)


    Whats native restoration process..? Can you explain in detail pls..

    RESTORE DATABASE ... FROM ...

    See books Online for the full details. Or, from Object Explorer, right click the databases folder and select Restore Database.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Hi!

    Uhh ... just to add my "two cents" ... you are not talking about a backup taken from "Microsot Dynamics NAV (Navision)"? Because there is a proprietary Backup-Feature - even though SQL Server is used - which also would generate a "FBK" file by default.

    In this case you would have to restore it by the NAV application ...

    Kind regards,

    Jörg

    Jörg A. Stryk
    MVP - MS Dynamics NAV

  • Thank you so much. I will try the same n revert back...

Viewing 7 posts - 1 through 6 (of 6 total)

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