December 12, 2008 at 7:11 am
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.
December 12, 2008 at 7:37 am
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.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
December 12, 2008 at 8:01 am
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
December 13, 2008 at 1:17 am
Whats native restoration process..? Can you explain in detail pls..
Thanks,
Santhu.
December 13, 2008 at 2:43 am
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
December 13, 2008 at 4:44 am
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
December 14, 2008 at 10:18 pm
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