Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in SQL Server only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Today's Posts
Member List
Calendar
Home
Forum
Topic
SQL Server
convert oracle trigger to sql server
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
helporacle9sql
New Member
Join Date:
Feb 2008
Posts:
2
#1
convert oracle trigger to sql server
Feb 14 '08, 11:28 AM
CREATE OR REPLACE trigger test."ORG1"
before update of
"ID"
on test.ORG
for each row
begin
"CM".add_en try(
:old."ID"
,:new."ID"
);
end;
/
amitpatel66
Recognized Expert
Top Contributor
Join Date:
Mar 2007
Posts:
2358
#2
Feb 14 '08, 11:31 AM
Originally posted by
helporacle9sql
CREATE OR REPLACE trigger test."ORG1"
before update of
"ID"
on test.ORG
for each row
begin
"CM".add_en try(
:old."ID"
,:new."ID"
);
end;
/
Please explain what you want excatly?
Do you want to conver oracle trigger to sqlserver trigger syntax??
Comment
Post
Cancel
helporacle9sql
New Member
Join Date:
Feb 2008
Posts:
2
#3
Feb 14 '08, 11:34 AM
Originally posted by
amitpatel66
Please explain what you want excatly?
Do you want to conver oracle trigger to sqlserver trigger syntax??
yes i want to convert oracle trigger to sql server syntax
Comment
Post
Cancel
amitpatel66
Recognized Expert
Top Contributor
Join Date:
Mar 2007
Posts:
2358
#4
Feb 14 '08, 11:36 AM
Thread moved to SQL SERVER Forum
Comment
Post
Cancel
ck9663
Recognized Expert
Specialist
Join Date:
Jun 2007
Posts:
2878
#5
Feb 14 '08, 05:33 PM
Here's
more info about TRIGGERS and how to create them.
-- CK
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment