News

The following script sets up the tables that I will use to look at cascading referential constraints: IF OBJECT_ID('SalesHistory') > 0 DROP TABLE SalesHistory GO CREATE TABLE SalesHistory SaleID ...