次の構文を使用してテーブルの名前を変更しようとしています
sp_rename [oldname],[newname]
しかし、これを実行すると、[Aqua Datastudio を使用して] 次の結果が得られます。
Command was executed successfully
Warnings: --->
W (1): The SQL Server is terminating this process.
<---
[Executed: 16/08/10 11:11:10 AM] [Execution: 359ms]
その後、接続が切断されます (現在のクエリ アナライザーでは他に何もできません (ウィンドウごとに一意の spid))。
これらのコマンドを実行するときに使用する必要がありmaster
ますか、それとも何か間違っていますか?