Is it possible in a precedence constraint to have multiple expressions evaluated? IE
Operation set to Expression and expression to evaluate is: @File = x or @File = y
Thanks
Technology Tips and News
Is it possible in a precedence constraint to have multiple expressions evaluated? IE
Operation set to Expression and expression to evaluate is: @File = x or @File = y
Thanks
I am an idiot!
Thanks
Hi
I found this page on Google and thought I will update it with a link to multiple expressions in SSIS 2012 video which also applies to 2005 and 2008. On the page you can go to SSIS Tutorial that covers more examples for precedence constraints.
Take care
Emil
I think it's this (&& instead of ||)
(@File == "x" && @File == "y")