sql server 2008 - Beginner's SQL: How do I find a detached database? -


i'm brand new sql , i'm practicing queries db. i've detached database using tasks > detach

question 1: when detach file, i'm guessing it's saved mdf file? locate file?

question 2: when create new db, related files saved? i'm assuming mdf , ldf set of files created.

if helps, here's version info

microsoft sql server 2008 (sp1) - 10.0.2531.0 (x64) mar 29 2009 10:11:52 copyright (c) 1988-2008 microsoft corporation developer edition (64-bit) on windows nt 6.1 (build 7601: service pack 1)

thanks!

you can @ database properties in object explorer in sql server management studio before detaching - file(s) not moved or when detaching....

enter image description here

in properties dialog box, go files section , right, relevant info can found:

enter image description here


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -