Viewing 15 posts - 316 through 330 (of 448 total)
Good catch. I didn't get beyond the recordset and activex when I posted my answer. If this is all that the whole DTS is doing, then a SQL...
August 16, 2006 at 6:54 am
You'll also want to look at Expressions to build your SQL queries into variables. Not as much fun, but it's doable. I'd recommend getting your text editor out...
August 15, 2006 at 10:31 am
From your description, it sounds like you're talking about a "For Each" container. Check out http://www.sqlis.com for Shredding a Record set - http://www.sqlis.com/default.aspx?59
You may also...
August 15, 2006 at 10:27 am
Hard to really say without knowing what the error was you encountered. Try looking at the Progress tab and scrolling through the output to get the error or show...
August 15, 2006 at 10:24 am
If the file/dataset is small, try putting a data viewer on the task. That way you can watch the values going across and see what's going on. (Right-click...
August 15, 2006 at 10:23 am
Save the package and either add a step to Drop tables first, progressing on completion or modify the Create table step to check for and drop any existing tables prior...
August 15, 2006 at 10:17 am
Try using Ragged Right. If I remember correctly, the row delimiter doesn't work the way we expect it to in Fixed-Width. CR and LF are just treated as...
August 15, 2006 at 9:58 am
Expressions will more than likely be your friend here. I've seen a couple of posts on some blog sites that talk about using expressions to get dates, but that's...
August 15, 2006 at 9:55 am
I think I actually did, but I'm not quite sure what I did to change it. I know that I've had issues when the DBF files I need are...
August 15, 2006 at 9:51 am
I actually have "Paradox 5.x" in my Extended Properties. Perhaps that's worth a try?
July 31, 2006 at 11:39 am
Best guess is that you need to have the Paradox drivers installed. I have Paradox 9 installed on my machine so I don't expect any major issues. I'll...
July 27, 2006 at 7:21 am
There's also an add-in @ http://www.sqldts.com that you can use if you install it on any machines that will need to edit or run the package. It...
July 24, 2006 at 7:29 am
Yes, the properties window for your Excel Source. Look for the Connection String property and add IMEX=1 (with ; before or after as appropriate to separate the parameters). ...
July 20, 2006 at 12:54 pm
You may want to try adding IMEX=1 to your connection string (just before the end-quotes). This will force all columns to be treated as strings, so you...
July 20, 2006 at 9:32 am
After reading this a little more closely, I'd have to agree with the poster who indicated to read it into a table, the split the text through TSQL commands. ...
July 19, 2006 at 10:28 am
Viewing 15 posts - 316 through 330 (of 448 total)