*Got error when trying to EDIT a SSIS package in Visual Studio 2008
Hi, We tried to Edit a existing SSIS package in Visual Studio 2008(w SP1), but getting below error. The SQL BIDS (business intelligence develpment studio) component is added on SQL server side. Our SQL...
View ArticleHow to import data from Microsoft Access 2010 to SQL 2008 through SQL Server...
Hello team,I am new to SSIS package and I am trying to learnI am going to export data from Microsoft Access 2010 to Microsoft SQL Server 2008 R2.I am getting this message:Unrecognized database format...
View ArticleError importing SharePoint 2010 list into SQL Server 2008 R2 database through...
Hi,I want to import SharePoint 2010 list data into a different SQL Server 2008 R2 database. The table structure for each list was created through exporting lists to excel and then using Import and...
View ArticleDynamically construct URL for HTTP Connection Manager in SSIS Foreach Loop
Hi guys!I have a problem with MS SQL 2012 SSIS.I've created package that downloads time_line tweets from Twitter. I have a table with list of ScreenNames for twitter. In a table I have a computed...
View ArticleSlowly Changing Dimension - MERGE
My source table looks like below: The records Code can change more than once is indicated within one dayBusinessKey Code CreatedDate100 ABC 2012-02-25 08:36:38100 DEF...
View ArticleLoading the text file with different type of Data
Hello All, I have to load the below format textfile using SSIS in 3 different tables, each for M1,M2 and M4.But while populating the M2 and M4, i have to copy the MemberID from the M1 record.Can some...
View ArticleHow to load data from Google analytics to SQL SERVER 2005
Hi All,Is there any solution to load data from google analytics (API) to SQL Server 2005.Many Thanks AnilLaky
View ArticleSSIS error importing date column from flat file
Hi,I have a tab delimited flat file as below (only extracted the header and first row):BusinessEntityID PersonType Title FirstName MiddleName LastName Suffix TerritoryName CountryRegionCode...
View ArticleStrange issue with SSIS 2005 designer - sequence container moves all but one...
I have a number of data flow tasks in a sequence container. A few minutes ago, I moved it in the designer, and all but one of the data flow tasks moved along with the others. Anyone ever run into...
View ArticleSSIS on Export convert data to HTML
HI,I have a data in a column that contains HTML data. I need to convert them into String.For Example:I need to convert Qualitätspolitik --> qualitätspolitikI need to convert...
View ArticleSSIS error Failed to start project...
Hi all,I created a simple package in SSDT(SSIS) 2012 and configuring it with xml configuration.i am getting the following errorTITLE: Microsoft Visual Studio------------------------------Failed to...
View ArticleSSIS Package Fails to create a folder on a share drive
Hi,I have a ssis package which runs ok on my bids and creates some folders on shared drive of another server,I have imported the package to my test ssis server to msdb folder ad tried to run...
View ArticleUnable to see global temp table in OLE DB Destination
I'm unable to see/view global temp table in OLE DB Destination.I'm first creating SQL Task to create temp table. Then in DFT ,Im using OLE DB destination which should point out to that global temp...
View ArticleSSIS 2012 - System::ServerExecutionID always 0
Hello,I am writing a SQL Server 2012 data warehousing solution. I need to use the ServerExecutionID to return some information from the Catalog. I have a T-SQL which simply asks this:SELECT...
View Articlecolumn has identity but package throws error can not insert value NULL in...
I have Identity on the primay key column ABC, checked in table design under column properties also. in destination no mapping for that column. using correct connection. dont know why SSIS package keep...
View ArticleSplit one column into multiple columns - Script Task (SSIS)
Hi, I have one column coming from a source. This column (columnX) has 5 comma separated values (all together). I want to split this column into 5 columns using Script Task.Has anyone done this before?...
View ArticleHow to run a configuration with environment variable (indirect XML...
How can I run a configuration with environment variable (indirect XML configuration file)? Normally, if I have a configuration file created on the computer, I can double click on the package file and...
View ArticleSSIS and the FOREACH LOOP and no Connection String Property
Hello!I am tryng to set up a Foreach Loop. I have everything configured properly but the Expression Property does not have Connection String in it as is shown in several examples. Anyone have any...
View ArticleDT_TEXT in Script/C# - SSIS
Hi,I would like to read data from DT_TEXT/NTEXT and write data to DT_TEXT/NTEXT using script task/component. Is this possible to do? I know for str/wstr, we have to use ToString() but what about...
View ArticleFireInformation doesn't
I am calling FireInformation in the PostExecute event of a Script Transformation configured as a destination (SSIS 2012, C#).The output will only appear (in the output window) if I place a break point...
View Article