I'm upgrading from SQL Server 2005 to 2008. I've detached the database I need, but can't find it on the file system.
Where does a default installation of SQL Server 2005 store these?
You can also use management studio to look at the properties>files of any database - that will show the files and their growth settings.
try this, run this query
use model
go
SELECT physical_name FROM sys.database_files
in my case on my laptop it is in this folder
C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With