dbTalk Databases Forums  

Maybe here is better: Inserting deleted rows from a trigger to a SQL Linked Server

microsoft.public.sqlserver.clustering microsoft.public.sqlserver.clustering


Discuss Maybe here is better: Inserting deleted rows from a trigger to a SQL Linked Server in the microsoft.public.sqlserver.clustering forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
AA
 
Posts: n/a

Default Maybe here is better: Inserting deleted rows from a trigger to a SQL Linked Server - 08-04-2004 , 01:21 PM






Hello, I have a table in my SQLServer1 (SQL2000) this table has a Trigger
For Delete

The content of the trigger is:

insert into SQL2.myDb.dbo.myTable select * from deleted


The SQL2 is a linked SQL2000 Server

But, when I delete one row from myTable the query never end and hang the EM
or QA

When I execute a manua insert into from the SQL Query Analyzer, the command
is executed OK.:
like this:

insert into SQL2.myDb.dbo.myTable select * from myActualTable


So, I think that the problem is with the Trigger and the Linked Server

Help me please

Thanks a lot

AA




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.