Viewing post 1 (of 1 total)
try like this
Declare @cmd varchar(1000)
select @cmd = '(''C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn\dtexec'' /f'' "S:\Microsoft SQL Server\MSSQL.1\MSSQL\JOBS\Locations\Main.dtsx") '
print @cmd
May 19, 2009 at 8:07 am
#996993