Publish database between two open database connections (Visual Studio 2005)
Posted
by danielswe
on Server Fault
See other posts from Server Fault
or by danielswe
Published on 2010-01-12T16:20:37Z
Indexed on
2010/03/18
13:01 UTC
Read the original article
Hit count: 245
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.
© Server Fault or respective owner