You can find documentation related to all the COZYROC SSIS+ Component Suite components from the main products page. Specific documentation for the Database Partitions Task can be found at the following link. For many of the components you can find ...
Unfortunately, the current incarnation of SSIS 2005 has incomplete connections support. ODBC is one of these connections. The workaround doesn't work because the connection returned by the manager is not of type OdbcConnection. We are working on ...
We will explain this action by describing a typical scenario in a data warehouse implementation. We are talking, in particular, about an SSIS workflow which processes data every day. In such a case, you usually have your table partitioned by date. ...
No. To create a table, define your partitioning function and schema and create a table based on it. The task will assist you by manipulating needed partitioning ranges and switching in/out partitions and data.
Yes, it does. The task is using the connection object provided by the connection manager (AcquireConnection). It doesn't instantiate a new connection object based on a connection string. We went through all this hassle to make sure we DO support ...
Although the partitioning support in SQL Server 2005 is powerful, many find it difficult to use since Microsoft has not provided an easy-to-use point-and-click interface. The COZYROC Database Partitions task makes the process of implementing ...