2
Warum schlägt ein Skript mit "xp_cmdshell" im Kommentar mit einem Fehler auf Transportebene fehl?
Wenn Sie den folgenden Stapel ausführen, der Teil eines großen Skripts ist: ... GO ----------------------------------------------------------------------------------------------- -- Removed the xp_cmdshell for deleting the backup file ----------------------------------------------------------------------------------------------- if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[PR_MyProc]') and OBJECTPROPERTY(id, N'IsProcedure') = 1) drop procedure [dbo].[PR_MyProc] GO ... Auf einem Remote-SQL Server wird …