SSIS Lookup transformation help
Good Day,I am new to SSIS, could please suggest me about Lookup transformation.Ex: I would like to see my data after lookup in the database side Person ID Course 1...
View ArticleSSIS Derived Column Transformation Question
I have a derived column (ParsedStartTime is nvarchar) created by the following expression:SUBSTRING(Time,1,FINDSTRING(Time,"-",3) - 1)I also have an input field (Setup T is Float)I want to create a...
View ArticleImport XML in MS SQL database using SSIS
Hello All,I need to import this XML file using SSIS. In SSIS I use XMLSourceEditor. What XMLSourceEditor is doing the it is creating different output names for LANG_CD and LANG_DESCR in LOCATION_LEVEL1...
View ArticleParsing data with SSIS package
I want to load data from a spreadsheet into a sql table. One of the ten columns in the xls contains multiple bits of data. I want to parse the multiple bits into two columns in a table. For example:-...
View ArticleBasic: Strategy importing files to stage and then to fact/dims.
Hi!I have a Data Warehouse into which I´m importing data from different sources. Until now the source has always been sql tables that I have copied data from into staging tables. The steps has been...
View ArticleSQL Server Data Tools – Business Intelligence for Visual Studio 2012
When I try to install SSDTBI_VS2012_x86_ENU.exe fromhttp://www.microsoft.com/en-us/download/details.aspx?id=36843I get: An error was encountered - "Unspecified Error".Is there a log or anything else...
View ArticleSSIS package failing due to Afrikaans character conversion error
I have a SSIS package that extracts data from a view and creates a flat file from the data. Everything was working until last night. The package failed with the message "Data conversion failed. The...
View ArticleTNS error - Unable to establish connection with oracle using SSIS
Hi All,Thanks in advance.I am trying to establish the connection with ORACLE 11 g Database in SQL SERVER 2008 R2 64 bit Machine using the OLEDB Provider . But getting the TNS Listener issue.Note : I...
View Articleflatfile to db load
i got 1 flat file and i need to load in db.file contains one "main transaction no.as Header"under one transaction code so many "item lines ".In flat file column name are different for Header and...
View ArticleHow to use SSIS to retrieve XML responses from a Web Service?
Hi,We are using SSIS 2012 to call a webservice whose responses are returned in XML format. I tried using the WebService transform but am prompted to provide a WSDL file which is not given to us. That...
View ArticleSSIS Excel to database table question?
I have an SSIS package with and Excel Source, Derived Columns and and OLE DB Destination. It takes an XLS file, massages the data (new, derived columns) and then populates a SQL db table with the...
View ArticleDB growing out of control during an ELT run
We are trying to run a warehouse ETL using SSIS. Everytime we try we keep running out of harddisk space. When we ask for more space usually in the amount of 30 gigs and rerun we quickly eat that space...
View Articlestore the select query result as variable and load on another table in ssis
Hi guys ... Like to know how i can store select query result in variable and then load it to the other table in SSIS-2005.i am using select count (*) from dbo.my_Table on Server1. want to store this...
View ArticleDatabase Login Failed
I have an SSIS package that I'm trying to run from a SQL job. However, it fails, and the log claims that the password for the user specified in the connection string is wrong. For testing I've got the...
View Articlesql server package configuration with sql authentication not working
Hi! I am new to BI and i have a dilema. I created a data source with SQL Server Authentication(username: sa, Password: Password) and a package, then I tried to configure Package Configuration. I have...
View ArticleNeed help to perform an ETL task with SSIS
I want to connect to a server using its IP address. Then, I want to execute a .sql file kept on that servers drive. I also want to store the results of this sql in a text file on the server itself....
View ArticleSSIS Toolbox is loading... but never gets populated
I've just installed SQL Server 2012 with BI on Windows 7 enterprise. Created a new SSI package. Opened the "SSIS Toolbox" and not the "Toolbox", and keeps saying "loading..." but nothing is populating....
View ArticleSQL Server 2008 - Running Multiple Remote Desktop Sessions - Need to attach...
I am hosting an application on Windows Server 2008 Standard running SQL Server 2008 SP3.Clients access the application through Remote Desktop Connections.My ProblemTwo different clients use the same...
View ArticleFLAT FILE LOADING ERROR IN SSIS
can any one say what is the solution for this error :Getting while loading data from flat file to another flat file using Conditional split in SSIS"[DTS.Pipeline] Error: component "lines" (530) failed...
View ArticleAttunity Destination component, does neither re-direct data truncation rows...
Hello Team, Need your expert suggestion and help, we have a situation, where we are using Oracle Attunity Destination control, we have situation where from Oracle Attunity Source we are getting data...
View Article