vote up 0 vote down star

Is there a query I can write against an INFORMATION_SCHEMA or against the system tables to determine if a column is an identity column in SQL CE version 3.5?

flag

67% accept rate

2 Answers

vote up 0 vote down

Use COLUMNPROPERTY . For ur reference

a) COLUMNPROPERTY (Transact-SQL)

b) Identity Columns

link|flag
COLUMNPROPERTY function is not available in SQL CE Compact 3.5. Here is the link for your reference: msdn.microsoft.com/en-us/library/… – rxm0203 Nov 1 at 17:05

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.