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 Sever CE 并尝试从 50000 开始自动增加我的表。我看到了基本的 SQL 代码,但我不知道如何为 Webmatrix 翻译。我需要使用不同的程序来连接吗?
创建表后,使用查询编辑器运行:
ALTER TABLE [MyTable] ALTER COLUMN [Id] IDENTITY (50000,1)
您可以通过 Database Workspace » Home 选项卡 » New Query 访问查询编辑器