Viewing 15 posts - 331 through 345 (of 681 total)
You can use a Lookup Transformation to look up the values in the SQL Server table, matching the City column from the incoming data from the Oracle database to the...
April 7, 2009 at 10:58 pm
Al, I suspect the error lies in the ODBC library you're using to access the data. In a recent project I was retrieving data from an old system and...
April 7, 2009 at 10:28 pm
Mike, this was a good article, quite well written and thought out. It's good to think of things differently in this manner, which helps to deliver the sense of...
April 2, 2009 at 10:40 pm
So here I was reading this story, thinking to myself, "Yeah, it sounds bad, but TJay's not normally a whiner so he must be at the end of his rope"....
April 2, 2009 at 10:18 pm
In case it's not clear, when I refer to UNION ALL above, I mean the Union All transformation in SSIS, not the UNION ALL T-SQL statement.
March 19, 2009 at 2:44 pm
The Script Component supports multiple outputs, but unfortunately does not allow for multiple inputs.
What I've done with this in the past is to do a UNION ALL to merge all...
March 19, 2009 at 2:42 pm
Jason,
You'll most likely need to do this with a Script Task. You can check for the existence of a file using the System.IO namespace, and rename the file using...
March 13, 2009 at 8:57 am
Hi Cheri,
I ran this through on my test machine (SQL 2005 SP2 - 9.00.3042), and it seems to work as intended. I replaced your data source with a Konesans...
March 12, 2009 at 8:38 pm
San Antonio and Austin are both great. In fact, we did our Christmas vacation on the Riverwalk this year. My wife has some relatives in Lubbock, and we...
March 12, 2009 at 7:45 pm
Sounds like you've isolated the issue, maybe a network issue, or perhaps a missing or corrupt update. If you don't mind, add another post when you track down the...
March 12, 2009 at 7:19 pm
Yes, you can use Report Builder 2.0 against a SQL Server 2005 database. One item of note, I haven't tried publishing from Report Builder 2.0 to SSRS 2005 so...
March 12, 2009 at 6:45 pm
Cheri,
I'll take a look. Can you confirm that you are using only SSIS 2005? Do any of your machines run the 2008 version?
Tim
March 12, 2009 at 1:29 pm
Are you able to post your package (dtsx) file here? I'll be glad to take a look.
FWIW, I've never seen this approach in an SSIS package, specifically the interaction...
March 12, 2009 at 1:00 pm
Cheryl,
Could you try another initial directory and see if it works there? Try hard coding to a specific directory as a test.
I mention this because Vista doesn't...
March 12, 2009 at 12:46 pm
Viewing 15 posts - 331 through 345 (of 681 total)