Viewing 15 posts - 11,266 through 11,280 (of 13,872 total)
This is not directly supported, as far as I know.
One thing you could try is to set an SSIS variable to 'Exit' (or whatever) and then use precedence constraints within...
July 7, 2011 at 7:35 am
If you use a SELECT as the source of your SQL data, you could CAST the BIT to INT as part of the select and then everything should happen just...
July 6, 2011 at 9:25 am
Michaelro (7/4/2011)
Koen Verbeeck (7/4/2011)
On a sidenote: isn't a dataflow with 50 flows a little too big? Can't it be split into...
July 4, 2011 at 10:06 am
Sachin4all (6/30/2011)
in the...
June 30, 2011 at 12:10 pm
opc.three (6/29/2011)
Phil Parkin (6/28/2011)
You'll need to include a dummy select as the...
June 29, 2011 at 1:58 pm
hemani2000 (6/29/2011)
Hi,-- where I have to lookup the updated rows...and don't update them if they are already updated. --
Please try re-reading this & maybe you'll realise why I don't know...
June 29, 2011 at 9:46 am
Citiinvestor (6/29/2011)
lets suppose if...
June 29, 2011 at 7:30 am
glen.wass (6/29/2011)
Do you have any representative data we can...
June 29, 2011 at 4:40 am
If the source data is in SQL, a simple query will do this.
June 29, 2011 at 3:51 am
I don't think you'll get any better, in terms of the number of digits returned to the right of the decimal point, than FLOAT. I am interested to know why...
June 29, 2011 at 3:49 am
How do you know that Excel file 1 and FTP file 1 belong together? Is there some sort of file-naming convention?
June 29, 2011 at 1:41 am
You could try returning the columns from a stored proc and using that as the source for your data.
You'll need to include a dummy select as the first line of...
June 28, 2011 at 11:28 am
calvo (6/28/2011)
DDL scripts, sample data, and expected output would be helpful.
Would be useful. But a quick look at your query suggests that this
Select RandomCol from TableA where UserID = @user-id...
June 28, 2011 at 8:12 am
Viewing 15 posts - 11,266 through 11,280 (of 13,872 total)