0
0

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 1 year has passed since last update.

SQL Serverで複数テーブルを一括で削除したい

Posted at

1. はじめに

  • SQL Serverのデータベース内の複数テーブルを一括で削除したい
  • SQL Server Management Studioを使用してGUIから実施したい

2. 開発環境

  • SQLServer 2017
  • Microsoft SQL Server Management Studio v18

3. テーブル削除手順

3.1. SQL Server Management Studioを起動してログインする

image.png

3.2. 表示 > オブジェクトエクスプローラー詳細を選択する

image.png

3.3. 削除するテーブルを選択して、右クリックから削除を選択する

image.png

3.4. OKボタンをクリックして削除する

image.png

4. 参考文献

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?