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 データベースに、数字 (例: 1 ~ 50,000) で構成されるキー フィールドであるテーブルがあります。データを入力するときにそのキー番号をデータベースに挿入し、最後の既知の値から開始する方法はありますか?
フィールドの Identity Seed 値を、開始したい数値に設定します
元。10000 から始めたい場合、次の値は 10001 になります。