scheduling 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 ArticleHow to truncate Teradata table through SSIS package
Hi all, I am developing a package with OLEDB source and Teradata destination. Before we send data to TERADATA need to Truncate Table in TERADATA through SSIS package. Even Delete is fine if truncation...
View ArticleAccess To the Path is Denied
First, I have read through the numerous posts on this topic and now of the provided solutions have worked. So I post my specidifc issue. Using VSTA2008 from SQL2008 STD edition. Using local machine...
View ArticleMSMQ Task to Receive Multiple Messages
I would like to pull multiple string messages (each with a similar format) from from MSMQ using the MSMQ Task. Is it possible to use a For Each Container to do this? Any other suggestions? I do have a...
View ArticleDelete or Truncate The Data Based on Date Column
I have one ssis package was running fine without any issues. In destination table I have loading date column (default date column).Package was running only weekly once and reporting purpose we are not...
View ArticleSSIS SMO Connection Timeout
Hi, I am using SSIS 2008. I have few jobs in sysjobs table. I want to transfer some of the jobs to some other DB (sysjobs table). I am using the "Transfer Job Task". As my server is present in a remote...
View ArticleSQL PDW Destination Adapter hanging
HI, I have used a SQL PDW Destination Adapter component in my SSIS package to copy data from SQL OLE DB table to PDW Table. As a sample test my source contains just 2 rows of data. My package is stuck...
View Articlehow to find number of sundays and saturdays between two given dates in ssis ?
How to find number of sundays and saturdays between two given dates..? i have an excell file, having two date columns and i want to know number of working days between that two days. what ll be the...
View ArticleSSIS Package to load data from Excel to SQL Server Dynamically.
Hi, I have an excel with multiple sheets. The coulmn names in each excel sheet is different. This excel sheet is updated by quality team and hosted in a location. Since this excel is hand tweaked there...
View Articletry ing to move a file "The process cannot access the file because it is...
Hiii guys. I have problems with no solution available on the net, hpe youll be able to help me. I have created a package. It takes excel file in one folder, the package loop through the folder takes a...
View ArticleRemoving Quotes from data in Sql Server Table
Hello! I have been working on this to no avail. I imported a zipcode and county database sucessfully into my Sql Server DB Table. HOWEVER, when I do a SELECT all data in the columns have quotes around...
View ArticleAdo.net connection Error
Hello Friends I have an that i want to copy database of Mysql to Sql Server ... first i try to the table of mysql to SQLSERVER using ado.net connector ,during connection it shows that connection is...
View ArticleModifying MsDtsSrvr.ini.xml - Receive "Access is denied." error upon saving.
I wish to make a change to MsDtsSrvr.ini.xml in order to add another directory for the "File System" packages. However, whenever I go to save the file after making the change, I get an "Access is...
View ArticleNeed help finding the ComponentClassID for the MySQL Connector (6.4.1)
I've been trying to programmatically create an SSIS package that has a MySQL Data Source for some time now and have been running into an issue figuring out how to get the appropriate ComponentClassID...
View ArticleRecordset Destination to SQL table?
Hello - I currently have an SSIS package being built where I want to upload rows from an excel document into a Recordset Destination in SSIS. What I'm having trouble understanding is once the excel...
View ArticleFile system task error "The specific network name could not be found."
Hello, I am using File system task to Copy folders from source network path to destination network path. I do have overwrite destination option set to TRUE. If the destination folders do not exist,...
View ArticleTo access another connection manager table
Hi, I am using two SQL server in SSIS package. In connection manager i have created two connections for those. In SQL execute task need to join two server tables. In SQL task editor i gave connection...
View ArticleUpdate Rows in Table with many Columns using OLE DB Command
I have to build about 25 SSIS packages that extract (AS400) data and transfer it to a SQL Server 2012 DataMart. Each package supports one table that contains approximately 100 columns and 10,000 rows...
View Articleunknow # of cols in dynamic mapping
I have mapping issue...the source can gain or loose the count of number of column. How can i configure it Dataflow or in Script? like, today i have 15 columns in a file, tomorrow i might have 14 or 16...
View ArticleNeed to locate the method in SSIS destination dataflow component that...
Hello, I have a system that accepts a file path as a parameter, dynamically creates a package that will create destination tables as needed and import the data. This is easy if you use the GUI...
View Article