Viewing 5 posts - 16 through 20 (of 20 total)
I want to change column type to IDENTITY through stored procedure. Is it possible?
September 5, 2006 at 9:27 pm
Table ABC - non of the columns are Identity
Structure of ABC: RecID Int(4) - Not Identity
...
September 5, 2006 at 9:25 pm
TABLE STRUCTURE
Customer table
sfid int
vcTitle varchar
vcFName varchar
vcState varchar
vcPostcode varchar
------------------------
Contact_type table
iCALL_RESULT_ID int
Description .....
------------------------
Contact_Result ...
July 12, 2006 at 12:44 am
Viewing 5 posts - 16 through 20 (of 20 total)