I am a beginner with sql and tomorrow I have to turn in my first assignment, which is a simple, small database. The thing is I don’t really know if I can just find the database in my computer, copy it in a usb drive and then just plug it in another pc so it can run there.
Can you please tell me if that’s the way it works or if I should do something else?
Thanks a lot.
By the way, I use sql server express 2012. If you need to know anything else, just ask. 🙂
I’m not fan of Attaching and Detaching databases as this leaves no backup on the localdisk but rather just use
BackUpandRestorefeature.To Backup:
TaskBackUpDestinationTo Restore:
DatabasesRestore Database...Other Link