Ran this:
Declare @cmd varchar(1000)
select @cmd = 'dtexec /F " D:\Development\Blair_Claims_Upload\Blair_Claims.dtsx"'
exec master.dbo.xp_cmdshell @cmd
Got This:
error description
Description: Unable to load the package as XML because of package does not have a valid XML format. A specific XML parser error will be posted.
I keep seeing in google about this package installation wizard. but where is the wizard,
from where is it initiated.