We have a xml column in SQL Server 2008. We need to do reporting off the data in the xml so we\'re going to select the xml into a flat table. The flat table has columns that correspond to various nod开
I have a SQL server 2008 and I would change the name of the backup file. I use an SSIS package to perform my backups.
In the script of the script components the Output buffer is not being detected as an existing component.
Our care management system uses a web service to import data. I\'ve successfully executed one of its methods using soapUI, and now I want to replicate this with an SSIS 2008 web service task, but I\'m
I am trying to log the performance counters for my SSIS Pipeline, for things l开发者_运维百科ike Buffer memory, Buffers in use, Buffers spooled, etc.
I want to convert a database from access to SQL Server using SSIS. I cannot convert the date/time columns of the access db. SSIS says something like:
I wanted to know if there is any system va开发者_Python百科riable which is can use to access package execution start and end times. My requirement is that i need to store this in 2 relevant fields in
Hi I am Migrating SSIS package from SQL Server 2005 to SQL Server 2008. The package ran successfully in sql 2005 using provider \"SQLNCLI.1\".
I have a SSIS package used the protection level as \"DontSaveSensitive\" So initially I have saved the oledb connection manager password as 开发者_高级运维ina XML config file. And this worked fine for
I have a ssis 2005 project. I have to add a 开发者_StackOverflowzipping task.ie, i have to zip a text file.