Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在紧凑型数据库中重置标识列?我找到了很多关于标准 SQL Server 的答案,但没有关于是否可以使用 SQL CE 的明确答案。
在我的场景中,删除并重新创建表并不理想!
ALTER TABLE [MyTable] ALTER COLUMN [Id] IDENTITY (1,1)