11,738 reputation
2841
bio website stackoverflow.com
location Ireland
age 29
visits member for 1 year, 3 months
seen yesterday
stats profile views 545

C# / SQL Server / SSIS / SSAS / SSRS


May
13
comment SSIS filename - file count
ok, misunderstood you. see my edit
May
13
revised SSIS filename - file count
added 404 characters in body
May
13
revised SSIS filename - file count
edited tags
May
13
answered SSIS filename - file count
May
9
awarded  Popular Question
May
6
awarded  Popular Question
Apr
16
awarded  Popular Question
Mar
26
answered SSIS 2012 & Excel 2010 provider issue
Mar
26
awarded  Popular Question
Mar
12
comment SSIS DataFlowTask DefaultBufferSize and DefaultBufferMaxRows
no you wont. There is one think on SSIS called "Backpressure Mechanism". It is used when the source or an asynchronous transformation is too fast compared to the next transformation so it is suspended when it creates too many buffers (currently the limit is 5) so you can process fast sources without worrying about opening too many buffers and eventually running out of memory.
Mar
8
reviewed Approve suggested edit on HTML Upload to certain directory in website
Mar
8
reviewed Approve suggested edit on strategy for archiving obsolete rows using Hibernate /MySQL
Mar
8
reviewed Approve suggested edit on Change Display property on button click with Jquery
Mar
8
reviewed Approve suggested edit on Execution time for Winsock function too long
Mar
8
reviewed Approve suggested edit on How to resize UIButton to fit UIImageView?
Mar
8
reviewed Approve suggested edit on How to represent a DateTime in Excel
Mar
8
asked SSIS 2012 Project connection manager error
Mar
8
answered Run from command line SSIS package generated with Import wizard
Mar
7
answered How to execute SQL query against input tables in SSIS
Mar
7
answered SSIS - Pass value from For Loop Item Enumerator to Executesqltask