Changing GUID Primary Keys to Integer Primary Keys
问题 I took over an application a few months ago that used Guids for primary keys on the main tables. We've been having some index related database problems lately and I've just been reading up on the use of Guids as primary keys and I've learnt how much of a bad idea they can be, and I thought it might pay to look into changing them before the database gets too large. I'm wondering if there's an easy way to change them to Ints? Is there some amazing software that will do this for me? Or is it all