Viewing 15 posts - 12,151 through 12,165 (of 13,838 total)
No. You use SQL Server Business Intelligence Development Studio (BIDS) to edit packages.
April 11, 2010 at 12:24 pm
Jason Coleman (4/9/2010)
Seems strange though that the final task seems to transform the data on its own. even if u tell it...
April 9, 2010 at 8:25 am
Once you have a string field which contains, for example .75
you can add a derived column that prepends a 0
the string is then 0.75 and that is what will go...
April 9, 2010 at 7:20 am
You could try putting a data conversion task in - to cast your numeric field as string - and then map the converted field to your destination, after manipulating the...
April 9, 2010 at 6:57 am
Exactly the same error? If not, please post the error message.
April 9, 2010 at 1:10 am
vee van gelder (4/8/2010)
what a pain! was it also working fine for you and then suddenly?
No - mine was stuffed from the start 🙂
April 8, 2010 at 9:50 am
I've had unexpected problems with the File System task in the past. In the end, I threw in the towel and wrote a bit of script in a script task...
April 8, 2010 at 9:34 am
Jason Coleman (4/8/2010)
I can make the script so it searches for a particular file, but when the file (or files)...
April 8, 2010 at 1:38 am
Have you tried using the Send Mail task?
April 8, 2010 at 1:11 am
SQLStatementSource, I think.
April 7, 2010 at 6:35 am
Use an Expression within an Execute SQL task to combine static text and variables for your UPDATE statement.
April 7, 2010 at 6:18 am
As long as you can find some suitable selection logic, you could use a conditional split to redirect header rows (to nowhere).
April 6, 2010 at 6:59 am
(from memory) In your dataflow, just right-click on the line from your datasource and select Add DataReader.
Then follow the prompts to add the columns you are interested in.
Then when you...
April 6, 2010 at 2:54 am
If you add some data readers in your data flow just after your source, you should be able to easily verify whether the modified data is being read.
April 6, 2010 at 2:24 am
Viewing 15 posts - 12,151 through 12,165 (of 13,838 total)