Sql Server triggers
-
I am new to sql Please help in writing INSERT and UPDATE triggers for five tables, of which 4 has primary key and one has foriegn key Samples would help a lot Thanks Sathi
Have you even looked at the documentation? The standard documentation for SQL Server (known as "Books On-Line") includes many examples. From the SQL Server Books On-Line: Create Trigger[^]
Upcoming events: * Glasgow: Introduction to AJAX (2nd May), SQL Server 2005 - XML and XML Query Plans, Mock Objects, SQL Server Reporting Services... Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton My website
-
Have you even looked at the documentation? The standard documentation for SQL Server (known as "Books On-Line") includes many examples. From the SQL Server Books On-Line: Create Trigger[^]
Upcoming events: * Glasgow: Introduction to AJAX (2nd May), SQL Server 2005 - XML and XML Query Plans, Mock Objects, SQL Server Reporting Services... Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton My website