I designed and built an application in VB.NET using an SQL database. We have now decided to sell this application - this was my first SQL project so I've never dealt with deployment.
If I modify tables or create new tables in my database and need to give this to customers as part of update package, how would I go about doing this automatically (e.g. batch file)
I presume all the data must be exported and then re-imported to new database somehow?