I have saved an SSIS Package using the File System option as C:\Packages\MyPackage.dtsx.
I can run this package succesfully from the XP Command Prompt by typing:-
dtexec /De mypassword /F C:\Packages\MyPackage.dtsx
I then tried creating a stored procedure (using Microsoft SQL Server Management Studio Express) in the Database I am updating which runs the following command:-
EXEC xp_cmdshell 'dtexec /De mypassword /F C:\Packages\MyPackage.dtsx'
When I run the Stored Procedure I get the error "Unable to load the package as XML because of package does not have a valid XML format."
I am trying to convert a Visual FoxPro table into SQL Server 2005 table. Can anyone help please.
I can run this package succesfully from the XP Command Prompt by typing:-
dtexec /De mypassword /F C:\Packages\MyPackage.dtsx
I then tried creating a stored procedure (using Microsoft SQL Server Management Studio Express) in the Database I am updating which runs the following command:-
EXEC xp_cmdshell 'dtexec /De mypassword /F C:\Packages\MyPackage.dtsx'
When I run the Stored Procedure I get the error "Unable to load the package as XML because of package does not have a valid XML format."
I am trying to convert a Visual FoxPro table into SQL Server 2005 table. Can anyone help please.