I know this isn’t recommended but my development server is 2008 while my production server is 2000.
What is the easiest way to copy databases back and forth? For example, I just created a database with a robust date table which I intend to use in my queries. I figured the easiest way would be to back up the database and restore it to the other server.
What is the most expedient way to do this in either direction?
Backup-copy-restore is just as fast if not faster than detach-copy-attach. Especially if you get great compression with the backup–that copy step will take a lot less time!