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 2008 にテーブルを作成しました。今、このテーブルをクエリステートメントとして表示したいと思います(テーブルを作成..)
テーブルをクエリ モードとして表示するオプションはありますか?
ありがとう
オブジェクト ブラウザでテーブルを右クリックし、次を選択します。
Script Table as -> CREATE To -> New Query Editor Window
SQL Server Management Studio で、テーブル名を右クリックし、CREATE TABLE としてスクリプトを作成します。