Viewing 15 posts - 691 through 705 (of 1,118 total)
Does you XML file have something like this on top:
<?xml version="1.0" encoding="utf-8"?>
This is what controls what encoding should be used to read your XML file. Without it, the reader doesn't...
July 17, 2009 at 11:26 am
sas (7/14/2009)
I have modified the Script Task of a packagge Programatically, but nee to know how to precompile the script as the Precompile property is set to true.
is there any...
July 17, 2009 at 10:47 am
archiemonga (7/12/2009)
July 12, 2009 at 1:41 pm
archiemonga (7/12/2009)
July 12, 2009 at 1:39 pm
Your test is not conclusive and it doesn't proof the insertion order is incorrect. There are no guarantees in what order a relation database table will return the rows, when...
July 12, 2009 at 1:01 pm
How do you know the insertion order is messed up in the data flow? How do you detect this? Do you simply do a SELECT against the result table?
July 12, 2009 at 11:55 am
Find out what is the specific type of the method parameter you want to fill-in . Then use variable type, closer to what is expected. You are trying to pass...
July 9, 2009 at 4:35 pm
One possible solution is to use environment variable, which you will setup once on each server where your packages will execute and will contain the path to your SSIS packages.
July 9, 2009 at 4:32 pm
Florian Reischl (7/9/2009)
Since I'm primary a .NET developer I would use wild-cards within the scripts and a...
July 9, 2009 at 4:27 pm
The way the SSIS handles package configurations is not very useful. Whenever you use the configuration wizard, it will always overwrite the existing file and you will loose all your...
July 9, 2009 at 4:21 pm
This question is not related to SSIS. I would suggest you ask your question here.
July 9, 2009 at 4:11 pm
This is duplicate post. The question is being answered here.
July 9, 2009 at 4:08 pm
This is duplicate post. The question is being answered here.
July 9, 2009 at 4:06 pm
keywestfl9 (7/8/2009)
Then i have a for each...
July 8, 2009 at 10:33 am
Try to extract the package to a file and then import on the other server to the SSIS store.
July 7, 2009 at 7:02 pm
Viewing 15 posts - 691 through 705 (of 1,118 total)