In a SQL task I want to call a procedure like this:
exec [PackageFailures]
@ScheduleName = 'FiCallsNcoDaily',
@PackageName = System::PackageName
but I can't get the System::PackageName to expand properly, what is the correct SSIS sytax inside a SQL task?