Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Backups

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-01-12 : 08:58:07
Bipan writes "Can we create .bak file from .mdf and .ldf file if database is not present but physical file's like .mdf and .ldf backup is with us?"

paulrandal
Yak with Vast SQL Skills

899 Posts

Posted - 2006-01-12 : 13:47:03
What I think you're asking is the following:

If I have a .mdf and .ldf, but they're not attached to a SQL Server instance, can I create a database backup from them?

The answer is no.

Regards


Paul Randal
Lead Program Manager, Microsoft SQL Server Storage Engine
(Legalese: This posting is provided "AS IS" with no warranties, and confers no rights.)
Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2006-01-12 : 14:22:39
... but you could presumably ATTACH the files to a suitable server, and then back them up to make the .BAK, and then detatch the database again.

Kristen
Go to Top of Page
   

- Advertisement -