Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 tables updation

Author  Topic 

sunsanvin
Master Smack Fu Yak Hacker

1274 Posts

Posted - 2007-09-11 : 02:47:14
Dear all,
i've one database in my server namely mydb1, and another database mydb2. same type of tables are there. in those tables, when ever developers are entering data, that should be automatically updated here also.
i think replication suits this.

daily maximum 200 transactions may occur in the mydb1.

if replication suits this, which replication can i use..and please guide me for the process....

and one more doubt...actually only 22 tables out 0f 1300 tabls will modify regularly... rest of those are not changed frequently...

Vinod
Even you learn 1%, Learn it with 100% confidence.

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2007-09-11 : 02:55:58
The major question is "are you using sql server 2000 or sql server 2005"?



E 12°55'05.25"
N 56°04'39.16"
Go to Top of Page

sunsanvin
Master Smack Fu Yak Hacker

1274 Posts

Posted - 2007-09-11 : 02:58:50
i'm using sql server 2000

Vinod
Even you learn 1%, Learn it with 100% confidence.
Go to Top of Page

sunsanvin
Master Smack Fu Yak Hacker

1274 Posts

Posted - 2007-09-11 : 05:56:46
is there anyway to update only the required tables automatically?....

Vinod
Even you learn 1%, Learn it with 100% confidence.
Go to Top of Page

sunsanvin
Master Smack Fu Yak Hacker

1274 Posts

Posted - 2007-09-12 : 00:58:51
why i'm not getting answere? please guide me in this regard....

Vinod
Even you learn 1%, Learn it with 100% confidence.
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-09-12 : 22:32:43
You can use transactional or merge replication, depends on which db to update and connection type between two servers.
Go to Top of Page

sunsanvin
Master Smack Fu Yak Hacker

1274 Posts

Posted - 2007-09-13 : 01:19:11
it is local system to me, and both the databases are on the same system

Vinod
Even you learn 1%, Learn it with 100% confidence.
Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2007-09-13 : 05:10:10
If you don't want to use Replication you could put a Trigger on the table on mydb1 that updates the table in mydb2

Kristen
Go to Top of Page
   

- Advertisement -