Viewing 15 posts - 466 through 480 (of 681 total)
Joe,
If you are using statically defined time periods, you can create a Conditional Split task and branch out to a text output for each time period. However, this could...
June 6, 2008 at 9:36 am
Have you installed service pack 1 on Visual Studio? I ran into that same error consistently, and upgrading to VS2005 SP1 fixed it for me.
You can check the service...
May 29, 2008 at 8:22 pm
Mike Levan (5/27/2008)
NoOfHours(money,null)=?,
Mike,
Maybe I'm trying to read too much into this, but you've got a column named NoOfHours (number of hours?) as type of Money. Is that intentional?
May 27, 2008 at 6:33 pm
Mike, can you add a little more information here - for example, the transform you are using, the data types, etc.
May 27, 2008 at 7:13 am
The book Professional SQL Server Integration Services book by Brian Knight has a chapter on creating a custom component. I haven't worked through the example, but if it's like...
May 27, 2008 at 7:11 am
Well, lesson learned - I shouldn't try to dispense advice when my mind is on getting out the door on Friday afternoon... You're right, the code is correct as...
May 16, 2008 at 5:43 pm
Brandie Tarvin (5/16/2008)
ISNULL(RetroDate) == FALSE && (RetroDate...
May 16, 2008 at 5:15 pm
Brandie Tarvin (5/16/2008)
Date is 01/11/5200. I'm using smalldatetime...
May 16, 2008 at 4:24 pm
Now, I admit most of the time, I don't consciously remember everything from my college course, but every so often I will be working on something and remember a tidbit...
May 8, 2008 at 12:22 pm
If you're dealing with a small number of discrete values for the qualifier (the left column on your input), then I would recommend using the Conditional Split transformation. See...
May 7, 2008 at 12:23 pm
Jeez, this is the fourth QOD in a row that I've answered incorrectly.....
April 22, 2008 at 7:12 am
James Summerlin (4/18/2008)
We have two softwares, one uses Access 2000 and has a table named Patient. The other uses MSDE and has a table name Patient.
I have already...
April 18, 2008 at 1:27 pm
Thanks Paul - I took the case sensitivity thing at face value and just created some workarounds. It's good to know that I can use the cache settings to...
April 18, 2008 at 11:12 am
Judging from the number of calls I get from recruiters (at least 1-2 a week) I would say the DBA market here in the Dallas area is at least as...
April 18, 2008 at 7:12 am
Sounds like a job for a script component. If you've done some VBA programming, you may be able to do this fairly quickly. You can read in your...
April 17, 2008 at 1:53 pm
Viewing 15 posts - 466 through 480 (of 681 total)