|
-
May 29th, 2008, 03:07 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] [sql2005] Dts?
hi i not sure if im reading the right article in http://www.sqldts.com. anyway my concern is how it will be possible to cascade update/delete row from two different database. the idea was like a primary and foreign key were both table are members of single db.
-
May 30th, 2008, 03:35 PM
#2
Re: [sql2005] Dts?
You want to perform an update/delete in db1 when an update/delete occurs in db2? Sounds like you want replication rather than DTS.
-
May 30th, 2008, 11:38 PM
#3
Thread Starter
Fanatic Member
Re: [sql2005] Dts?
hi mendhak, yes you got the idea correct. it should be replication not dts? any idea how it will be implemented? i know there are lot of reference out there but i would prefer if you would recommend a site.
thanks.
Last edited by jlbantang; May 30th, 2008 at 11:42 PM.
-
May 31st, 2008, 03:57 AM
#4
Re: [sql2005] Dts?
I think what you need is transactional replication. With transactional replications, an update in one database gets pushed across to another database.
You wanted a link and the first result in the search engines is a how to, with a description of how it works.
http://www.databasejournal.com/featu...le.php/1438201
-
Jun 1st, 2008, 07:44 AM
#5
Thread Starter
Fanatic Member
Re: [sql2005] Dts?
thanks mend. so i was trying to understand the replication technique and finally moving on to the actual hands-on... i was so excited that i missed the CONDITIONS to avail the feature and since im using EXPRESS edition... i fall in the dead end... argh!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|