dbTalk Databases Forums  

How To use 'And' operator in SSIS expression

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss How To use 'And' operator in SSIS expression in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Chris
 
Posts: n/a

Default How To use 'And' operator in SSIS expression - 07-17-2006 , 08:55 PM







For my conditional split, I want to evaluate 2 input columns coming in as
follows:

ISNULL(column1) AND ISNULL(column2) -- this does not work
ISNULL(column1) + ISNULL(column2) -- this does not work
ISNULL(column1) & ISNULL(column2) -- this does not work

How do I do this?

tia
chris

Reply With Quote
  #2  
Old   
Steffi
 
Posts: n/a

Default Re: How To use 'And' operator in SSIS expression - 07-20-2006 , 09:15 AM






ISNULL(column1) && ISNULL(column2)
"Chris" <Chris (AT) discussions (DOT) microsoft.com>
For my conditional split, I want to evaluate 2 input columns coming in as
follows:

ISNULL(column1) AND ISNULL(column2) -- this does not work
ISNULL(column1) + ISNULL(column2) -- this does not work
ISNULL(column1) & ISNULL(column2) -- this does not work

How do I do this?

tia
chris



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.