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.
データベース 1 にあるテーブルを、同じ Sqlserver のデータベース 2 に移動する必要があります。どうすればそれを達成できるか教えてください。
1-データベースを右クリックしてテーブルを転送した後、インポート/エクスポートユーティリティを使用できます。転送が成功したら、古いデータベースから削除します。
2- テーブルを作成するための SQL スクリプトを生成し、select into from 句を使用します。