Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Some explanations on the backup
Message
 
 
To
10/02/2009 18:53:06
General information
Forum:
Microsoft SQL Server
Category:
Backups
Environment versions
SQL Server:
SQL Server 2005
Application:
Web
Miscellaneous
Thread ID:
01380728
Message ID:
01380732
Views:
34
BTW, I use http://www.nigelrivett.net/SQLAdmin/BackupAllDatabases.html for all database backups on my SQL Servers.

>I did a backup with this:
>
>
>BACKUP DATABASE [MyDatabase] TO  DISK = N'D:\Data\Backup\MyDatabase'
> WITH NOFORMAT, NOINIT,  NAME = N'MyDatabase-Full Database Backup', SKIP, NOREWIND, NOUNLOAD,  STATS = 10
>GO
>
>
>This has created a file in the mentioned location. The file name is MyDataBase. There is no extension. Windows also do not recognize that file because there is no extension so I have no idea what it is. What kind of format is it? Is that file encapsulating the .mdf and the .ldf? To recover from a backup, I assume we would have to issue a restore. Is that correct?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform