Viewing 15 posts - 136 through 150 (of 580 total)
Regarding the warning about "Cannot retrieve the column code page from the OLE DB provider. If the component supports the "DefaultCodePage" property, the code page from that property will be...
May 15, 2006 at 8:57 am
This is a question about Agent, not SSIS. http://www.sqlservercentral.com/forums/messages.aspx?forumid=110
-Jamie
May 15, 2006 at 8:53 am
SQL Server memory constraints do not affect package execution. SSIS is subject to its own memory limitations: http://blogs.conchango.com/jamiethomson/archive/2005/05/29/1486.aspx
I don't know what you mean by "execute SSIS workflows as an outside...
May 15, 2006 at 8:50 am
1. Use a multicast to split into 2 data paths
2. In first data path, use a SORT to get the distinct list of currencies. Push that data into CurrencyMaster
3. Push...
May 15, 2006 at 8:46 am
The SSIS service is not used in BIDS so the fact that everything works fine in BIDS is irrelevant.
The SSIS service is not instance aware. So, just enter the name...
May 15, 2006 at 8:36 am
Hi,
This should answer your question: http://blogs.conchango.com/jamiethomson/archive/2005/04/20/1324.aspx
-Jamie
May 15, 2006 at 8:28 am
You can loop over the contents of a recordset using a ForEach loop.: http://blogs.conchango.com/jamiethomson/archive/2005/07/04/1748.aspx In your case the recordset will be te list of ReportIDs from the header table
You can...
May 15, 2006 at 8:26 am
What error did you get when trying the SSIS approach? Once the data gets into the pipeline the version of the source system is irrelevant so this can't be the...
May 15, 2006 at 8:18 am
Correct. SSIS does not support storing a package as a VB file.
-Jamie
May 4, 2006 at 2:56 am
May 3, 2006 at 11:19 am
Synchronous components use the same buffer for input as for output. Therefore, any reference to input columns is also referencing output columns.
Any new columns that you add to the script...
May 3, 2006 at 11:17 am
Carol,
Absolutely not. SSIS process data in the pipeline wthin memory buffers. The size of each buffer is determined at runtime and as many buffers as are required are created in...
May 1, 2006 at 2:28 pm
Use the DelayValidation property to...well...delay validation.
If this property is set to false then the container it is scoped to will be evaluated when the package starts up and when the...
April 18, 2006 at 2:58 pm
I answered your post on the SSIS forum: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=355435&SiteID=1
-Jamie
April 18, 2006 at 2:55 pm
Viewing 15 posts - 136 through 150 (of 580 total)