I am faced with the dilemma of changing my primary keys from int identities to Guid. I’ll put my problem straight up. It’s a typical Retail management app, with POS and back office functionality. Has …
Tag: guid
Moving from ints to GUIDs as primary keys
I use several referenced tables with integer primary keys. Now I want to change ints to GUIDs leaving all references intact. What is the easiest way to do it? Thank you! Addition I do understand …