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 2005 を使用していますが、すべてのストアド プロシージャと関数を新しく作成した別のデータベースに転送したいと考えています。ストアドプロシージャを1つ書くことでこれを行う方法。これに関して私に助けてくれる人はいますか?
スクリプト生成機能を使用して、別のデータベースで実行できます。データベースを右クリック->タスク->スクリプトを生成オブジェクトを選択し、スクリプトを取得してから、他のデータベースで実行します。