25
29

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

テーブルにあるデータのINSERT文を作成する

Posted at

SQL ManagementStudio使用

  1. データベースを右クリックし、メニューから[タスク]-[スクリプトの生成(E)...]
  2. データベース全体または特定テーブルのいずれかを選択して次へ
  3. 詳細選択をクリックして、スクリプトを作成するデータの種類を「データのみ」に変更する
  4. 確認画面で次へを押すと出力開始

テーブルに保存されているデータを使って SQL の INSERT 文を生成する簡単な方法(SQL Server 限定)

25
29
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
25
29

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?