Viewing post 1 (of 2 total)
Chrissy321 (7/17/2012)If you are using identity fields as keys in your new schema you may want to explore theSET IDENTITY_INSERT statement so you can insert explicit values.http://msdn.microsoft.com/en-us/library/ms188059.aspx
Chrissy321 (7/17/2012)
SET IDENTITY_INSERT statement so you can insert explicit values.
http://msdn.microsoft.com/en-us/library/ms188059.aspx
I was wondering...
July 18, 2012 at 8:52 am
#1514271