Using SQL Server 2008, how do I export a database to mdf so that I can attach it on another machine? (using "Attach")
I tried detaching it (the english opposite of attach), but it didn't work out too well.
edit: I don't have write access to the mdf files already there in "[SQL Server root path]\DATA\"