OK, I have a table of names. Lets say we want to do secret santa assignments for whatever reason. Code: --// Create our SOURCE table DECLARE @t1 TABLE ( id int, name nvarchar(16), scrambledOrderName ...
I had another thread a while back talking about documentation.<BR><BR>One of the posters suggested itterating through all the tables and fields.<BR><BR>Anyway, I need to document all the Views and ...