Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / DB Engine / SQL Server / March 2008

Tip: Looking for answers? Try searching our database.

Data tarsfer from one table to another with different schema on sql     server 2000

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
ABCL - 16 Mar 2008 14:01 GMT
Hi all
 I am working on SqlServer 2000,
When row will be inserted/updated  in one table that data neds to be
inserted/updated into the another DataBase on the same machine. Both
table has different schema, what is the Better solution? I know we can
do it with Trigger, But Is there any better way to do it?

Thanks
Uri Dimant - 16 Mar 2008 14:20 GMT
ABCL
> do it with Trigger, But Is there any better way to do it?
How do  you insert/update the data ? By using SP? If so insert/update into
another table within the same SP.
I hope   you don't have permmisions problems when you update/insert  the
data into differnt schem/user owner object

> Hi all
>  I am working on SqlServer 2000,
[quoted text clipped - 4 lines]
>
> Thanks
ABCL - 19 Mar 2008 14:31 GMT
> Hi all
>   I am working on SqlServer 2000,
[quoted text clipped - 4 lines]
>
> Thanks

Actually  we want to SynchroniZe the Data from one DataBase to another
and vise versa on Insert/update and delete.
How Can we Perform Data Synchronization on both the DataBase with
different schema.
If I write trigger, I think There will be endless loop If both Tables
hava trigger on inster/update and Delete.

Do u have any solution for that? I am new to perform this kind of task
Is it possible with DTS( scheduled job)?

Is there any Performance Issue?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.