I have a table whose primary key is of data type int and it has reached the maximum int value of records in it. What are ways to solve the problem?
a) Switch to a larger integer type
b) Implement a composite primary key
c) Use a GUID as the primary key
d) All of the above