Viewing 15 posts - 31 through 45 (of 95 total)
Hi,
Below is the code I think you are looking for. I also recommend coding in the affirmative rather than the negative.
(ISNULL(COL1_FK) ? (ISNULL(COL2_FK) ? COL3_FK : COL2_FK) : COL1_FK)
You...
February 3, 2010 at 12:37 am
John Rowan (11/10/2009)
The expression builder is not available from the flat-file destination properties window when working...
November 10, 2009 at 2:20 pm
You can probably get away with just two Data Flow Tasks to generate the file. The first Data Flow Task would generate your Header and Detail records for the...
November 10, 2009 at 12:58 pm
I don't know how this is done in DTS exactly. But I see that you have posted in SQL Server 2005, so I will make the assumption you are...
June 9, 2009 at 8:55 pm
No one has provided an answer to my post, but I was able to get my package to run and insert the data in to my table. I don't...
April 28, 2009 at 7:53 am
Another way to do it is using a function like InStr called CHARINDEX in SQL Server as follows:
SELECT CASE
...
March 11, 2009 at 8:52 am
I find this issue to be very challenging and time consuming when trying to complete my development work. I'm sure we would all love to be able to have...
March 10, 2009 at 8:35 am
If you are trying to use the SQL Server Agent to run the job, I believe it doesn't run under your account. The job runs under the account that...
March 6, 2009 at 10:50 am
I maybe missing something here, but if you have the objects in VSS (Visual Source Safe) already then you should just be checking out the file version from VSS then...
March 6, 2009 at 10:24 am
Jeff Moden (2/3/2009)
Max (2/3/2009)
I don't know, it's tough to say what with RBAR holding out.
Heh... had to stick with the "No RBAR" theme, somehow and still do the Star Wars...
February 6, 2009 at 10:23 am
If they use oil, I'm all for replacing with user massages.
February 5, 2009 at 8:16 am
Hi Michael,
I was attempting find a solution for you but after I ran a query against the system tables for a possible solution I realized it was probably a simplification...
February 4, 2009 at 8:59 am
That is an excellent point Lynn. I have battled with that such difference several times myself in the past.
February 4, 2009 at 7:26 am
I believe you would want to use -3 to get the prior 3 months boundary.
February 3, 2009 at 3:24 pm
You could also use the Conditional Split object in the Data Flow. You would check for null on the column that can not be null and place those down...
February 3, 2009 at 3:06 pm
Viewing 15 posts - 31 through 45 (of 95 total)