![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Can anyone please advise what i am doing wrong, I am trying to pass variables to a DTS package using the following stored procedure, but the variables do not look available in the DTS package (********* sensitive information removed) CREATE PROCEDURE client_update_jp @CompId as varchar(20), @BranId as varchar(20), @UserName as varchar(50), @nValue as varchar(50) AS EXECUTE master.dbo.xp_cmdshell 'DTSRun /S "******" /U "*******" /P "*****" /N "Client_Update_Mail" /G "{D8BE8C4A-C616-4974-8F6B-C0AA7183F016}" /A "CompId":"8"=@CompId /A "BranId":"8"=@BranId /A "UserName":"8"=@UserName /A "nValue":"8"= @nValue /W "0" ' GO |
#3
| |||
| |||
|
|
Can anyone please advise what i am doing wrong, I am trying to pass variables to a DTS package using the following stored procedure, but the variables do not look available in the DTS package (********* sensitive information removed) CREATE PROCEDURE client_update_jp @CompId as varchar(20), @BranId as varchar(20), @UserName as varchar(50), @nValue as varchar(50) AS EXECUTE master.dbo.xp_cmdshell 'DTSRun /S "******" /U "*******" /P "*****" /N "Client_Update_Mail" /G "{D8BE8C4A-C616-4974-8F6B-C0AA7183F016}" /A "CompId":"8"=@CompId /A "BranId":"8"=@BranId /A "UserName":"8"=@UserName /A "nValue":"8"= @nValue /W "0" ' GO |
#4
| |||
| |||
|
|
Can anyone please advise what i am doing wrong, I am trying to pass variables to a DTS package using the following stored procedure, but the variables do not look available in the DTS package (********* sensitive information removed) CREATE PROCEDURE client_update_jp @CompId as varchar(20), @BranId as varchar(20), @UserName as varchar(50), @nValue as varchar(50) AS EXECUTE master.dbo.xp_cmdshell 'DTSRun /S "******" /U "*******" /P "*****" /N "Client_Update_Mail" /G "{D8BE8C4A-C616-4974-8F6B-C0AA7183F016}" /A "CompId":"8"=@CompId /A "BranId":"8"=@BranId /A "UserName":"8"=@UserName /A "nValue":"8"= @nValue /W "0" ' GO |
#5
| |||
| |||
|
|
Can anyone please advise what i am doing wrong, I am trying to pass variables to a DTS package using the following stored procedure, but the variables do not look available in the DTS package (********* sensitive information removed) CREATE PROCEDURE client_update_jp @CompId as varchar(20), @BranId as varchar(20), @UserName as varchar(50), @nValue as varchar(50) AS EXECUTE master.dbo.xp_cmdshell 'DTSRun /S "******" /U "*******" /P "*****" /N "Client_Update_Mail" /G "{D8BE8C4A-C616-4974-8F6B-C0AA7183F016}" /A "CompId":"8"=@CompId /A "BranId":"8"=@BranId /A "UserName":"8"=@UserName /A "nValue":"8"= @nValue /W "0" ' GO |
#6
| |||
| |||
|
|
Can anyone please advise what i am doing wrong, I am trying to pass variables to a DTS package using the following stored procedure, but the variables do not look available in the DTS package (********* sensitive information removed) CREATE PROCEDURE client_update_jp @CompId as varchar(20), @BranId as varchar(20), @UserName as varchar(50), @nValue as varchar(50) AS EXECUTE master.dbo.xp_cmdshell 'DTSRun /S "******" /U "*******" /P "*****" /N "Client_Update_Mail" /G "{D8BE8C4A-C616-4974-8F6B-C0AA7183F016}" /A "CompId":"8"=@CompId /A "BranId":"8"=@BranId /A "UserName":"8"=@UserName /A "nValue":"8"= @nValue /W "0" ' GO |
#7
| |||
| |||
|
|
Can anyone please advise what i am doing wrong, I am trying to pass variables to a DTS package using the following stored procedure, but the variables do not look available in the DTS package (********* sensitive information removed) CREATE PROCEDURE client_update_jp @CompId as varchar(20), @BranId as varchar(20), @UserName as varchar(50), @nValue as varchar(50) AS EXECUTE master.dbo.xp_cmdshell 'DTSRun /S "******" /U "*******" /P "*****" /N "Client_Update_Mail" /G "{D8BE8C4A-C616-4974-8F6B-C0AA7183F016}" /A "CompId":"8"=@CompId /A "BranId":"8"=@BranId /A "UserName":"8"=@UserName /A "nValue":"8"= @nValue /W "0" ' GO |
#8
| |||
| |||
|
|
Can anyone please advise what i am doing wrong, I am trying to pass variables to a DTS package using the following stored procedure, but the variables do not look available in the DTS package (********* sensitive information removed) CREATE PROCEDURE client_update_jp @CompId as varchar(20), @BranId as varchar(20), @UserName as varchar(50), @nValue as varchar(50) AS EXECUTE master.dbo.xp_cmdshell 'DTSRun /S "******" /U "*******" /P "*****" /N "Client_Update_Mail" /G "{D8BE8C4A-C616-4974-8F6B-C0AA7183F016}" /A "CompId":"8"=@CompId /A "BranId":"8"=@BranId /A "UserName":"8"=@UserName /A "nValue":"8"= @nValue /W "0" ' GO |
#9
| |||
| |||
|
|
Can anyone please advise what i am doing wrong, I am trying to pass variables to a DTS package using the following stored procedure, but the variables do not look available in the DTS package (********* sensitive information removed) CREATE PROCEDURE client_update_jp @CompId as varchar(20), @BranId as varchar(20), @UserName as varchar(50), @nValue as varchar(50) AS EXECUTE master.dbo.xp_cmdshell 'DTSRun /S "******" /U "*******" /P "*****" /N "Client_Update_Mail" /G "{D8BE8C4A-C616-4974-8F6B-C0AA7183F016}" /A "CompId":"8"=@CompId /A "BranId":"8"=@BranId /A "UserName":"8"=@UserName /A "nValue":"8"= @nValue /W "0" ' GO |
![]() |
| Thread Tools | |
| Display Modes | |
| |