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
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Need Help On Trigger

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-04-28 : 07:35:24
Kaushik writes "Hi!
I am new in SQL world. My question is -

I have created two tables ABC and XYZ. Both have same fields -
ID varchar(10)
Name varchar(10)
Addr varchar(30)

I want whenever i enter record in ABC, XYZ will be automatically updated with the same record. I tried to do it with an "for INSERT" trigger on table ABC but it didn't work. Please help me, and mail me the code if you can."

Peter Dutch
Posting Yak Master

127 Posts

Posted - 2003-04-28 : 10:21:02
Post what you've tried, and what error messages you got (if any)

"doesn't work" isn't very descriptive is it?



>> Please help me, and mail me the code if you can."
Just wondering, how would that be possible?

Go to Top of Page
   

- Advertisement -