How to encrypt excel destination data?
I have a need to spit out data from a sql table to an excel spreadsheet using the SSIS data flow, and then use an email task to send it out. Is there a way I can encrypt the data in the spreadsheet...
View ArticleUse Package Config DB Connection string in Script Task
I tried way 1 below but connection returned was null.So I got the ConnectionString as Way 2 below and tried to create new connectionWay 1:connection = new SqlConnection(); connection =...
View ArticleSSIS execution using dtexec fails
Hi We have both SQL Server 2005 & 2008 and I have an SSIS package created in BIDS 2008.I also have a stored procedure where i execute the SSIS package from SQL2008. Code:dtexec /sql...
View ArticleOptimal deployment option for SSIS package to invoke it from WCF.
I am new in SSIS.I have a WCF service that will load a SSIS package and execute.This package will import bulk from Excel to sql server data base.As of now this package is in the File System of the...
View ArticleExcel destination column max number of characters
Hi All, I am trying to export data from a SQL DB to excel 2007 file and one of the columns sometimes has data more than 255 characters long. I can change the source to be Unicode string [DT_WSTR] 500,...
View ArticleHow to see the output to a video grid
I would like to know if there is way to see my data outputs on a "Video Grid". So far I have seen some destination as the flat files and son but I dindn't notice a video output. Can you help me? Thanks...
View ArticleSSIS - Buffer memory warning
Hi I have package that I was running last week without any problems. The package has 1 source component (attunity oracle connector) that loads into a table in SQL Server (OLE destination). I have the...
View ArticleSSIS The requested OLE DB provider Microsoft.ACE.OLEDB.12.0 is not registered
Hi All, In my SSIS package am reading data from .xlsx file and loading it into a database table. Am using "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" + @[User::FullPath] + ";Extended...
View ArticleCannot upgrade SSIS 2005 packages to SSIS 2012
Hi, I have installed SQL 2012 on a server os 2008r2. I placed a folder with my 2005 packages along with all extra files such as .sin and dtproj files on that same server (no previous versions of SQL...
View Articlessis runtime error...
I have an SSIS package that loads data from an xml file to sql server database. A new xml file is downloaded each time the package runs. I am using XMLSource to get my xml data. When I run the package...
View ArticleIssues converting from SQL 2005 to SQL 2012
I have been working on converting our packages from SQL 2005 to SQL 2012. I went through the wizard and got all the packages converted, but now am running into an issue that has me stumped. On the...
View Articlescheduling ssis package fails to post file to unc sharepoint path
I have created SSIS package where it copy files from my local drive (c:) & post it to SharePoint path(\\sharepoint.corp.*******.com\DavWWWRoot\sites\sitename....) SSIS package works FINE no...
View ArticleUpdating field in Table using SSIS
Hello! I have just drawn a complete blank. If someone could help guide me in the right direction I can implement this. What I have is a very large Table with a County field. An example of one field...
View ArticleCDC for oracle Network requirements
Dear, I would like to inform about the requirements, specially related to the network. What if Oracle and SQL Server or on separated locations across the world, will an ISDN connection be enough or do...
View Articlehow to change file attributes for all files in the folder using ssis.
Hi, I am trying to copy files and folders from one location to another.This is a repeatitive process and runs everyday. I am using file system task for this. The problem I am having is in setting the...
View ArticleUsing XML Source with "XML from variable"
I'm keen to use an XML Source in a data flow with the XML provided in a variable. Can someone point me to an example? If it's necessary to know in order to answer this question, I'll happily give full...
View ArticleError Code = 0xC0010026 (DTS_E_TASKISEMPTY = The task has failed to load.)
Hi All, I am facing one wiered error when I am trying to import a package into the MSDB database. Please not that - 1) the package does contain any script task and builds properly. 2)Also the package...
View ArticleSSIS Bug when handling CSV Files with commas embedded in quoted strings
My group and I have been wrangling with this for a couple of days, and we're stumped.Is the csv snippet "This string", 1234, "This, another string", "thatstring" has been throwing errors that look like...
View ArticleHow to insert null for blob datatypes into pipelinebuffer
I am developing a custom data flow source component. I need the ability to write blob data types into the output PipelineBuffer, including setting null values. The Pipeline.PipelineBuffer.SetNull()...
View ArticleHow to Do compact and Repair via SSIS
Hi all, Please help me how to repair compact and Repair Database before opening connection to access in SQL jobl
View Article