Post tagged "SQL Server"

If you cannot find what you are looking for, check the archives or use the category list provided in the right side-bar to view postings by category.

Here are the results of your request:

15 Aug 2008

SQL Server 2005 Update Trigger Effect Multiple Rows

I have two tables which I would like to keep records were changed in DeliveryTypeChanges if user updates the DeliveryCharge in the DeliveryType table. First time I try to create a trigger that the “SELECT” statement...