January 15, 2009 at 5:59 pm
I have .bbk file is there a way I can import or restore to SQL server....so i can extract the data.:hehe:
January 16, 2009 at 1:04 am
What's a .bbk file? It's not the standard extention for a SQL backup (though that doesn't mean it isn't a sQL backup)
Where did you get the file? How was it created?
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
January 16, 2009 at 7:09 am
Have you tried using RESTORE? While the standard extension for a Native SQL Backup is .bak you can use any extension you want and it will restore using RESTORE.
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
January 16, 2009 at 12:08 pm
Try to read the file, if it lists logical names, it's a SQL Native Backup and you can restore from it
RESTORE FILELISTONLY FROM DISK = '\\filepath\filename.bbk'
January 16, 2009 at 1:04 pm
I get the following error....Server: Msg 3242, Level 16, State 1, Line 1
The file on device 'F:\ponic.bbk' is not a valid Microsoft Tape Format backup set.
I guess there is no way to restore this file then.
January 16, 2009 at 1:35 pm
You may be able to if you can find out what was used to create the backup. Backup Exec, Litespeef, RedGate SQLBackup are all possibilities. Where did you get it from?
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
January 16, 2009 at 1:36 pm
I got this backup file from some accounting software I use.
January 16, 2009 at 1:42 pm
Do you have any support (even online)?
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
February 11, 2009 at 10:24 pm
I think this is the error message related to corrupted backup.
Possible that backup is corrupted.
February 13, 2009 at 2:50 am
If the accounting software created the backup, it probably has a tool to restore its backup. If so, you will need to use that tool to do the restore.
Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.
When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara
February 13, 2009 at 4:23 am
cm62597 (1/15/2009)
I have .bbk file is there a way I can import or restore to SQL server....so i can extract the data.:hehe:
Hey,
If you are restoring via the GUI, make sure you select "disk", as you may have selected tape, which would generate this error.
Thanks,
Phillip Cox
February 13, 2009 at 6:19 am
Try restoring from database restore GUI.
Viewing 12 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic. Login to reply