Comments
2 comments
-
You can do this by looking at SQL Prompt Options/Connections and look on the Login Credentials tab, and creating a New connection to SQL Servers and databases.
-
chris.buckingham wrote:You can do this by looking at SQL Prompt Options/Connections and look on the Login Credentials tab, and creating a New connection to SQL Servers and databases.
Thanks,
Ralph
Add comment
Please sign in to leave a comment.
If it possible to grab the schema from a different server than the server that the connection is pointing to?
Here's a scenario. I have 4 servers that I connect to regularly. One is a Development server, one is a domestic produciton server, and the other two are internally located production servers.
If possible, I'd liek to use the schema from the development of the domestic production server instead of connecting to the remote machine to grab the schema. They are norally identical, so from my viewpoint, I don't care which schema I use. The connection to the international servers is ove a WAN, so it's significantly slower, and the production dbas would rather that I didn't use anything besides a straight query analyzer to look at the production databases.