Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Building an SSIS EXPRESSION to test if a variable is empty

Tags:

ssis

ssis-2012

I am building an expression in expression builder to do the following, but this gives me an error:

@User::AccountID != ''
like image 429
Deepak Avatar asked Oct 28 '25 00:10

Deepak


1 Answers

Use this

!ISNULL(@[User::AccountID])

Does it solve your problem?

like image 135
V2k Avatar answered Oct 31 '25 11:10

V2k



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!