Hello
I need to add a Column "CurrentLifeCycleId" [int] into 73 tables and also add a Foreign Key from this new column to another single table "LifeCycle" Id column...is there a simple way I can do this in a few statements rather than go through each table one by one.
The column does not need to start off being NULL as I will delete all records from these tables before I start.
It's the weekend and I don't want to spend all today doing this :)
Thanks in advance.