Does anyone know how I can enable Insert_Identity in SQL Server?
I had hooked up listviews to my db tables but I didn't have my identity columns setup so when I went in and changed the PK's to be auto-incremented identity columns I get an error telling me to enable insert_identity.
Well, after about 20mins of google searching I get absolutely nothing on how to change it whithin SQL Server Management Studio. Everything was examples of how to do it whithin code.
This is frustrating because I have really tried to look for it in Maganment Studio but I just can't find an Identity_Insert option.
Oh, and Merry X-Mas!
|