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 2008 Forums
 SQL Server Administration (2008)
 creating MDF file

Author  Topic 

abul_mohsin
Starting Member

21 Posts

Posted - 2014-01-20 : 02:08:42
Dear i have a sql server 2005 database i am using sqlserver 2008 management server, i need to convert the database to MDF file .
please provide some help and useful links.

Thanks & Best Regard's
Abul Mohsin

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2014-01-20 : 06:57:16
i need to convert the database to MDF file
If database exists means it uses a mdf file to store primary data. Didnt understand what else you want. You can right click on database and select properties and view location where mdf is tored. You can go to physical folder in the server and get mdf file (only if you're a sysadmin)

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -