PoppapumpJ
Programmer
I recently converted a large Access database to SQL server.
My web hosting company performed the migration using Access' Upsizing Wizard and the auto-increment setting was not applied to any of my primary keys.
The hosting company will not tell me the IP address of the SQL server database. All they give me is a connection string and the server name is local to their network so I'm unable to access it using any kind of administration tools.
I can run SQL statements against the database.
Can anyone point me to an example of an ALTER TABLE statement that can turn an existing column into an Identity column?
I've found pleny of CREATE TABLE examples, but no ALTER TABLE examples.
Thanks
My web hosting company performed the migration using Access' Upsizing Wizard and the auto-increment setting was not applied to any of my primary keys.
The hosting company will not tell me the IP address of the SQL server database. All they give me is a connection string and the server name is local to their network so I'm unable to access it using any kind of administration tools.
I can run SQL statements against the database.
Can anyone point me to an example of an ALTER TABLE statement that can turn an existing column into an Identity column?
I've found pleny of CREATE TABLE examples, but no ALTER TABLE examples.
Thanks