manutektips
Programmer
HI,
I have a table where the PK of the table is defined as int datatype. It has now reached a stage where the PK value has reached 2147483647 and it is giving overflow error. Can you please suggest a way how to over come this. How to modify the datatype of this field so that it can accomodate more data.
I have a table where the PK of the table is defined as int datatype. It has now reached a stage where the PK value has reached 2147483647 and it is giving overflow error. Can you please suggest a way how to over come this. How to modify the datatype of this field so that it can accomodate more data.