Visual studio 2012 and Sql Server 2008 R2 failing to create a package.
Hello, I have recently did a migration to Visual Studio 2012 and sql server 2012. I was able to convert all my SSIS packages to the new Environment using the SQL Server data tools and everything is...
View ArticleMagento interface with SSIS
I need to pull the Magento ecommerce sales, customer data into our SQL server I have attempted to use the SOAP API to do this task however I came to roadblock.. I was able established the connection...
View ArticleAlterate for Update in ssis
I'm updatin the table based on condition in other table.Initailly it is created in script companent the same update script.It is taking approximately 30 mts for 10000 Record.Now we have 1.2 million it...
View ArticleAdd rows to SQL table with SSIS VB Script
I need to populate a table with a row for each month between a range of dates.Given one StartDate and one EndDate insert a row for each month between StartDate and EndDate (inclusive).E.g. StartDate =...
View ArticleSQL 2012 upgrade for SSIS
Hello Gurus, I've just started playing around with SQL 2012 and decided to upgrade one of our test 2008 R2 server. I am no expert in SSIS but did notice after the upgrade in SSCM that both version of...
View ArticleExecutionInstanceGUID problem
Hello, I am trying to retrieve some information from sysdtslog90 table (generated by the SQL Server log provider) which logs OnError events for my tasks and packages. The problem I have is that the...
View ArticleLogging not working
Hi All,This should be fairly strait forward. However, I can't get the package to log to a text file. My steps are:1. In Logging, create a --> SSIS log provider for Text files2.Choose create and...
View Articlecreating xsd file for xml doc.
I need to create xsd (xml schema) for my xml, i tried to use Visual Studio, able to create schema file butxsl:stylesheetversion="1.0"> </xsl:stylesheet>how to include xsl:stylesheet tag...
View ArticleScaling SSIS question
I need to scale out my SSIS environment. I do not have the resources for another SQL Server license and my SQL Server is reaching max load during execution of SSIS packages (yes, everything has been...
View Articlesceduling packages
I created an agent to run two packages in succession, but execution of the 1st package stops when the 1st job completes. Some documentation indicated that I had to set properties in the individual job...
View ArticleSSIS 2005 - UTF-8 fixed width flat file with French accents
I am trying to load a UTF-8 flat - fixed width or ragged right file to SQL 2005 table using SSIS 2005. Below are the settings done:Table defined with Nvarchar columnFlat file connection in SSIS - chose...
View Articleconnection failed for SQL2000 to sql2008
hi ALLI have an connection issue in SQL server.I have one soruce that is SQL 2000 and i have one destination SQL2008.Now i need to get table from source to destination using SSIS.But when i create...
View ArticleSSIS - ETL - Transfer tables/databases from many servers ?
I have 6-7 identical databases (almost). I want to copy the data from some of the tables of EACH of these servers into the corresponding table of ONE server. That is, multiple sources and one...
View Articleinsert csv data into newly created columns
I have csv source with dynamically adding columns..Tables : Dim_Employee and Dim_Employee_Dynamic.Dim_Employee - Columns : Name, Age,LocationDim_Employee_Dynamic - Columns : Name, Gender,...
View ArticleSSIS variables
Hi Experts,I have a select statement below, this is inside my OLE DB Source Editor.SELECT r.ControlNumber, r.OrganizationUnit, r.Position, CONVERT(varchar(10), r.StartDate, 10) AS StartDate,...
View ArticleHow to extract data from Filemaker
Hi,I am trying to copy tables from Filemaker to SQL Server using SSIS.I established an ODBC connection and created a ADO.Net connection source.When I tried to use ADO.NET source component, I was only...
View ArticleSQL Server 2012 Evauation and SSIS
Every time I try to create a new project in SSIS, using SQL Data Tools, I consistently get an error that says "Microsoft Visual Studio is unable to load this document. To design Integration Services...
View Article* The refrenced component 'Custom_DLL' could be found
Hi,We have some custom Dlls to be referenced in Script tasks in SSIS, it worked fine when we were using SQLServer 2005.Now we moved to SQLServer 2008, I did a test trying to add references in script...
View ArticlePrevent Duplicate headers in flat file destination - SSIS
Guys. I need some help. I am importing some data in .csv file from an oledb source. I don't want the headers to appear twice in the destination. If i Uncheck the "Column names in first data row"...
View Articledate data extration problem in SSIS
hi All,i have source datacol1 2012-07-02 06:49:30.000and i want in target both col1 and 'date' as col2 like belowcol1 col22012-07-02 06:49:30.000...
View Article