If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > New Members & Introductions > introdcution and help

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-12-11, 00:05
anoop_mig25 anoop_mig25 is offline
Registered User
 
Join Date: Nov 2011
Posts: 4
introdcution and help

i am anoop and new here and hope it would fun and learning experince on dbforums. also as this is my first post i would require and help regarding good book on mssql .i have some knowledge of oracle .now i want to learn basic of mssql like syntax ... triggers/stored procedures/function etc........

for eg how i would write following code in mssql . is an trigger for inserting values into an another table written in oracle

Code:
create trigger <triggername> 
before delete on <tb1>
for each row
begin
insert into <newtablename> values(:old.column1 , :old.column2...)
end</triggername>
please advice thanks
anoop
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On