Hi All,
I have two SSIS packages, "Package" and "Package1" under MSDB, but when I tried to execute the following command in Command Prompt to see if they exist, the result is negative:
dtutil /sql Package /exists
I got
Error <0xC0014014> while checking......on SQL Server.
The specified package does not exist.
Why is that? How can I do this correctly to check for their existence (without using the SQL Server Management Studio)?
BI Analyst