Can i assign values to variables in 2012 using below command I have used the same command in 2008 and it works fine.
DTEXEC /SERVER"XXXXXXXX\SQLSERVER2012"/SQL"Mypackage.dtsx"/SET\Package.Variables[FilePath].Value;"C:\Test\testvariable.csv"
Wondering is there a different way in 2012 to pass values to variables dynamically.
Thanks in advance.