Change Column to Identilty OFF, but Coilumn Name is now known (1 Viewer)

KevinM

Registered User.
Local time
Today, 21:34
Joined
Jun 15, 2000
Messages
719
using T-SQL 'alter table' script I need to alter the first column of MyTable so that it isn't and IDENTITY column.
The name of the column will not be known at runtime, but it will always be the first column (colid=1) and the only IDENTITY column in the table.

Many Thanks
 

pdx_man

Just trying to help
Local time
Today, 13:34
Joined
Jan 23, 2001
Messages
1,347
The name of the column will not be known at runtime? Please expand.
 

Users who are viewing this thread

Top Bottom