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
 General SQL Server Forums
 New to SQL Server Programming
 mdf/ldf file

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-06-07 : 08:26:58
chitrakala writes "how to create the .mdf/.ldf file in SQLserver.otherwise in which tool can we create the those files and how to import those files in the SQLServer 2000."

nr
SQLTeam MVY

12543 Posts

Posted - 2006-06-07 : 08:32:25
When you create a database the server creates those file.
You don't import the files. You can attach a database which will use those files if they already exist (and were previously detached from a sql server).

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -