Publish database between two open database connections (Visual Studio 2005)
- by danielswe
I have two data locations, one to a local and one to a remote database. How do I copy the local database schema to the remote?
The reason I don't use "Publish to provider" is that I'm not sure that I have all the information necessary to do so. I have the database name, server, username and pass but not "web service address" nor "web service password". I work in Visual Studio 2005. The server is a MSSQL 2005 server. I have tried using the queries but I only get errors doing so.