I tried this with SQL Server 2012, no joy:
How can I copy a SQL Server 2008 instance to another server?
SQL would not start on the target server it first complained about not being able to write to it's error log files and now it's complaining that it has an internal error.
I think it's probably a ACL/rights thing but the security looks the same, all I did was overwrite the existing SQL install directory with the SQL directory from the source server.
The source server is Windows 2008 R2 the target server is Windows 2012 R2 if that makes any difference
Yes I know how to do it the "sp_help_revlogin" way but we have a lot of users and I don't want to have to run around to everyone and get their password
This is a SIMPLE operation with MSql why in blazes does MS have to stick all kinds of hidden rights and garbage into their filesystem? When the SQL server is shut down the database should be just another file IMHO.
Also if the SQL server ever takes a dump I'd really like to not have to restore all 600 GB from a backup image if I can just restore 80GB in the SQL database files, you know?