Often I need to pull the production database of a project to my local sql server in order to add functions, check stuff, etc.
Today, my procedure is to create a backup on a production server, somehow get it on my local computer - and then create a new database locally and restore the backup on top of it.
This is a pain, and I need more time than I like, and I would like to think that there should be a better way.
I have access to a production database through SQL Server Management Studio - is there an easier way requiring fewer manual steps?
How do you do this?
source
share