Create Views that Includes tables from another server

  • I have SQL 2005 Management studio on my dev machine and productions DBs on other servers that I can READ from. I'd like to be able to create views that select data from the production dbs and store the views on my PC in a development DB. What is the best way to do this?

  • (not that I recommend this, but..)

    Create a linked server from your development machine to the production server and use that to create the views.

    Are you really sure you want to burden your production machine with queries from the development machine? 

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply