update SQLNCLI.1 to SQLNCLI10.1
How can I update the OLEDB provder from SQLNCLI.1 to SQLNCLI10.1I have migrated the 2005 SSIS package in 2008 and need to upgrade oledb provider.I've tried to change it in the code view,but it doesn;t...
View ArticleSSIS, empty numeric columns populated with previous numeric column value
I use MS Visual studio 2008.I have a text file with more than one table's data in it (different column counts). I import the whole row as one column. Based on a conditional split, the rows are...
View ArticleSSIS performance counter
Hi,I cant view SSIS performance counters when clicked perfmon.exe add counter list, I tried to install counters using following commandlodctr c:\"program files"\"microsoft sql...
View ArticleDeployment database connection errors ?
I was getting some connection driver errors as mentioned in this post -...
View ArticleSSIS reads nvarchar values as Null when Excel column includes decimal and...
I have SQL Server 2012 SSIS. I have Excel source and OLE DB Destination. I have problem with importing CustomerSales column. CustomerSales values like 1000.00,2000.10,3000.30,NotAvailable. So I have...
View ArticleSSIS Convert DD MON YYYY --> DD/MM/YYYY
Hi guys trying to convert 16JAN2014 --> 16/01/2014. Any ideas??? i'm trying to avoid the horrendous expression of ? JAN : 1 ? FEB : 2 etc. etc. SSMS will quite happily do SELECT MONTH('16JAN2014')...
View Articledate from a string and int value in ssis
hi so my table is as followsactive expirymonth expiryyear0 October 20140 February 20151 January...
View ArticleFTP Connection Manager Username Question
Is it possible to pass an email address as a username in the SSIS ftp connection manager? It thinks it's passing windows credentials. Box.net requires an email address as a username.
View ArticlePackage .dtsx file - Property ObjectName
What will happen if i change this ?<DTS:Property DTS:Name="ObjectName">MyJob</DTS:Property> Will there be any problems ?
View ArticleURL command
I'm experienced in SSIS and some simple scripting using the Script Task. But completely new to URL commands. I have the need to download some data via a web service using a URL command. I can type this...
View ArticleSQL query works in SSIS, SSMS/SQL server but fails in deployment?
The SQL query in my execute sql task is correct. It works in SSIS and SSMS also. But, it fails when I deploy my package. The error -Code:0xC002F210 Source: MySQLTask Execute SQL Task Description:...
View ArticleHow to extract 3 SP lists from each of 100 SP sites?
Thank you in advance for your help. I am familiar with SSRS but only beginning to work with SSIS, so a high level response may be all I need. We have project data in a SQL Server db (MS Project Server...
View ArticleHow to find out if SQL server Agent has access to a remote server ?
I want to execute a job from Server1. This job will execute a query on a DB of Server2. I don't know if Server1's SQL server agent has access to Server2's DBs. Is there a way to find out ? If yes, then...
View ArticleSSIS package does nothing when run from SQL Agent scheduled job
I have created an SSIS package in BIDS 2008 which imports data from 4 different sources (3 SQL Server databases and 1 Sybase database) into a SQL database 2008 R2 for consolidation. OLE DB provider for...
View ArticleRedistributing Microsoft.SqlServer.Management.IntegrationServices.dll.
Hello Everyone,Can this component be redistributed? If so what is the EULA?We intend to create integration services catalog, folders, deploy SSIS packages on the fly using the classes implemented in...
View ArticleSSDT 2012 and Visual Studio 2012 - The type initializer for...
Hello!I am going in circles and have spent hours on this. I have loaded SQL SERVER 2012 w/sp1 on Windows Server 2012. Then I loaded VS 2012. Then I loaded SQL Data Tools 2012. I get this exception when...
View ArticleImport/SSIS Issue
Wearetryingtoinsertrecordsreturnedfromquerytotablebutwheneverwemapthecolumn,wearegettingdifferentcolumnthanwhatweselected.Hereisthescriptfromwhichwewantdatatobeinserted.Thisreturntheserverspacedetailbu...
View ArticleImport/SSIS Issue
Wearetryingtoinsertrecordsreturnedfromquerytotablebutwheneverwemapthecolumn,wearegettingdifferentcolumnthanwhatweselected.Hereisthescriptfromwhichwewantdatatobeinserted.Thisreturntheserverspacedetailbu...
View ArticleImport/SSIS Issue
Hi All,We are trying to insert records returned from query to table but whenever we map the column, we are getting different column than what we selected. Here is the script from which we want data to...
View ArticleImport/SSIS Issue
Hi All,We are trying to insert records returned from query to table but whenever we map the column, we are getting different column than what we selected. Here is the script from which we want data to...
View Article