|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Semi Replicating a Database
I have been looking through google results and have not been able to find what i am looking for:
I have two servers, a production and a development SQL server. In the development I have extra users (the developers) that do not belong in the production database. What I would like to do is use some sort of automated replication so that when the users in the system update the database those updates will reflect back to development. I cannot do a complete restore of the database as it would wipe out the extra users in the tables. (When i say users I don't mean SQL users, I mean users of the application--- their user name is inserted into tables) So what I would like to do is update certain tables. Is there any efficient way to do this? Thank you so much!
__________________
-CAGdorf |
|
#2
|
||||
|
||||
|
Have you looked at replication?
__________________
selwonk If I've posted some code above, you might think it looks a bit simplistic. It might be. I'd rather people tried the next step themselves rather than getting a full solution on a plate. That way they learn more! |
|
#3
|
||||
|
||||
|
You could either use replication (recommended) or just create a DTS package and schedule it as a job to run every so often and copy the data for the required tables.
|
|
#4
|
|||
|
|||
|
I looked into replication but i thought it did it at just the database level-- I just want the table level, and it can't rewrite the entire table or else i lose my test users
|
![]() |
| Viewing: ASP Free Forums > Database > Microsoft SQL Server > Semi Replicating a Database |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|