I wnt to remve auto increment key from my table column I try this following query
set IDENTITY_INSERT tablename off;
but this query can note be worked,please give me the solution
You need to remove it from the Table using Table Designer
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.