Viewing 15 posts - 31 through 45 (of 96 total)
kramaswamy (11/8/2011)
Then in the procedure you can have a CASE statement, and depending on the...
November 8, 2011 at 1:58 pm
kramaswamy (11/8/2011)
You *could* do it with an OLE DB Command, but I don't think it's the most efficient means to what you're trying to accomplish.
A ForEach...
November 8, 2011 at 1:19 pm
kramaswamy (11/8/2011)
Your request isn't really very clear ... I can think of several solutions, but can you elaborate a bit on the problem?
Here you go ....
Operation 1. Select distinct...
November 8, 2011 at 12:38 pm
Finally got working ... thank you all
This sholud be the one i am trying from 2 days :
LEN(DATEcolumn) == 0 ? NULL(DT_DBDATE) : (DT_DBDATE)DATEcolumn
As my destination is...
October 19, 2011 at 10:56 am
quillis131 (10/18/2011)
kramaswamy (10/17/2011)
ISNULL(column) ? (VALUE_IF_TRUE) : (VALUE_IF_FALSE)
So, for example,
ISNULL(column) ? "1950-01-01"...
October 19, 2011 at 10:39 am
kramaswamy (10/19/2011)
This expression:
ISNULL(column) ? "NULL" : column
has two data types it is attempting to evaluate to -...
October 19, 2011 at 8:53 am
kramaswamy (10/17/2011)
ISNULL(column) ? (VALUE_IF_TRUE) : (VALUE_IF_FALSE)
So, for example,
ISNULL(column) ? "1950-01-01" :...
October 18, 2011 at 2:56 pm
kramaswamy (10/17/2011)
October 17, 2011 at 2:14 pm
kramaswamy (10/17/2011)
What is it getting instead? The NULL value?
YES....
October 17, 2011 at 1:36 pm
kramaswamy (10/17/2011)
October 17, 2011 at 12:39 pm
kramaswamy (10/17/2011)
ISNULL(column) ? (VALUE_IF_TRUE) : (VALUE_IF_FALSE)
So, for example,
ISNULL(column) ? "1950-01-01" :...
October 17, 2011 at 11:09 am
Need to extract DATE column to SQL DB (SMALLDATETIME) from DB2. But Source columns has null values ( empty values).... This Date column may also have DATE mentioned for some...
October 17, 2011 at 10:55 am
As I can't change it, But I guess there should be a value to fix this .....
August 28, 2011 at 2:31 pm
Evil Kraig F (8/15/2011)
quillis131 (8/15/2011)
August 16, 2011 at 11:14 am
kramaswamy (8/15/2011)
What formula did you use for your derived column? What was the data type that you chose as your output? What inputs did you use for it?
(Dt_DBTimeStamp)Getdate() .... this...
August 15, 2011 at 3:35 pm
Viewing 15 posts - 31 through 45 (of 96 total)