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 2005 Forums
 Transact-SQL (2005)
 What is relationship between ASPNETDB.MDF

Author  Topic 

fh200300us
Starting Member

28 Posts

Posted - 2008-05-15 : 11:24:11
Hi All,

I have a question.What is relationship between ASPNETDB.MDF in application and aspnetdb databasein SQL Server 2005?

Thanks,

Jack

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2008-05-15 : 12:55:49
A database in SQL Server 2005 has at least two physical files on disk. They are typically named with MDF and LDF extensions.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Database maintenance routines:
http://weblogs.sqlteam.com/tarad/archive/2004/07/02/1705.aspx
Go to Top of Page
   

- Advertisement -