次のクエリの何が問題になっていますか? ただし、最初の「Go」を削除すると正常に動作します。
Go
if exists(select 1 from sys.objects where name='SP_xyz' and type='P')
drop procedure SP_xyz
Go
次のクエリの何が問題になっていますか? ただし、最初の「Go」を削除すると正常に動作します。
Go
if exists(select 1 from sys.objects where name='SP_xyz' and type='P')
drop procedure SP_xyz
Go