lexi0088
Technical User
- Sep 7, 2004
- 49
I am trying to move data from one server to another, but have hit a bump on how to replicate a view I use on the old server. Due to the traffic on my old server, I had to create an independent server to hold a few tables in which 2 seperate programs use almost independantly. My only problem is that I have a view in my old server that combines several tables which will not be in my new server. In order to optimize performance (and not tie up my old server), I would like to somehow replicate this view only on a nightly basis into my new server... since real-time data is not necessary. Can anyone give me specific instructions on the best way to do this? I use sql all of the time on querying and changing data, but do not have much experience with this type of administration.