how to open a .bup file with SQL Server

  • I have been given a file name with an extension of .bup. I am told that it is a copy of a database my application will need to use. So does anyone know how I can open, or access this file in SQL Server 2005?

    Thanks in advance, Bill

  • it sounds to me that the file is just a SQL Server backup; at our shop we see backup files with no file extension, some end in .BAK, others with .BCK;

    a sql server backup can be named anything, but there are some conventions..BUP for backup is not that obscure.

     

    i would try to use the RESTORE HEADERONLY command  because its really quick and you could see some details about the file to see if it is a SQL Server backup or not.

    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!

  • BUP files are also produced by many backup programs out there (NovaDisk for sure does this). Is it possible they took a SQL server backup and backed it up with some other backup tool? Sounds like you need to talk to the author of the backup - and quickly before it bites you (boss says do it now, he/she is on vacation for a month...)

    Good luck!

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

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