I have a database that is stored locally on my desktop computer. I’ve made many changes since the original SQL Script and in hindsight I should have kept a record of the changes.
Now I want to recreate this database on a server. Is there any way I can generate a script that will allow me to create the database with it’s contents on the server?
Thanks
You could backup the database, copy the .bak file to the server and then restore it there.