How to remove identity column from table
Posted
by Shiny
on Stack Overflow
See other posts from Stack Overflow
or by Shiny
Published on 2010-05-25T07:15:47Z
Indexed on
2010/05/25
7:21 UTC
Read the original article
Hit count: 133
c#
My scenario is.. I have created a table with employee id as identity column. now i want to remove identity and replace datatype as bigint.im using Sql Compact edition how to achieve this.
© Stack Overflow or respective owner