Where can i find my database?

Wahtnamas

New member
Joined
Jun 9, 2008
Messages
3
Programming Experience
1-3
I went to Visual studio's server explorer. Right clicked (Data Connections) and created a new SQL Server Database. I am able to work with my application/database on my visual studio. But I've been looking for my actual database file and i can't seem to find it. Anyone has any idea where its stored?

aw2gsj.jpg
 
Mine usually end up in Documents folder first ("C:\Users\[User]\Documents" in Vista), then project folder when answering Yes to "copy to project?". But that's Express database files that are attached/detached dynamically.
I see the system databases are in the path MattP posted, but other regular attached db may not be there, if you can't see it try SQL Management Studio to check file paths.
 
Back
Top