Converting rows to columns from excel using SSIS
Hi to all,I have an Excel sheet , which is having the following Data , it has many rows and needs to create that rows into columns and loading data into sql server ..i nedd to do with SSIS.Name Amount...
View ArticleHow to give value to field form other fields used in SSIS trasformation?
Hi All,I have 36 fields(SINGLE_PREM_X, X = 1 to 36) in output file(.txt file) to create. All fields contain some numeric value. Few of them(12 fields) have to map with input fields from the table(which...
View ArticleMicrosoft OLE DB for DB2 - Trailing spaces
We are in the process of switching from using IBM's Client Access OLE DB DASQL driver to using MIcrosoft's OLE DB for DB2 driver (part of the SQL Server feature pack). The performance is incredible...
View ArticleChanging characters in a character string with a derived column in SSIS
I have a field of nvarchar(6). It contains date information. The source data file is for a COBOL system. Any date from 1/1/2000 to 12/31/2009 comes in with a leading colon. For instance, May 5,...
View ArticleStarting a new Integration Services Project
How do you start a new Integration Services Project? I was told by "Introducing Microsoft SQL Server 2012 ebook" that you have to go to "File", "New" and "Project...", and a wizard would pop up. On the...
View Articlechange variable
hi,right now i am making my package locally, when i move it to another server like production, i want my variable path and conncetion should automatically change.also i need to take my file from remote...
View ArticleFile with varying Row delimiter
Hi,I have a Flat File Coming ( .csv ) , It sometimes come with CR + LF( carriage Return + Line feed) as Row Delimiter & sometimes comes with only CR(carriage Return ) as row delimiter . When the...
View ArticleSSIS Package Error
Hello I have gfollowing questions about the SSIS Package logs, I cannot find any logs anywhere.ERROR messageCan any of you help with the following errors: Package Error Events: ErrorCode = -1073651690...
View ArticleImporting csv with multiple values in a column to SQL table
Hi,I have a csv file with the following format:9-Jan-03SMC100;MC101;MC128CAPITAL BUILDERIFOHELMC100 0.0;MC101 0.0;MC128 0.01-Jan-00MB02;C02;MC04;MC23UNIVERSAL RETIREMENT PROGRAMMEPUPHILB02 13276.17;C02...
View ArticleHow to get the meta data of the source table
Hi All,I am using SSIS to check one table in SQL Server, what I want is: 1. How many rows in this table.2. What's the data type for that table.3. How much percentage is blank for each column's...
View Articleload data into a csv file with an additional column Sl No generated against...
HiI have data in excel source. I have to load excel data into a csv file with an additional column Sl No generated against each record.how to generate the data for s.no automatedShanmugaRaj
View Articlefind age from date column
I have date of birth column DoB in Source Table.I want to insert Age in destination Table.Kindly provide me logic how to do thisShanmugaRaj
View Articleaudit table SSIS
Need to create pacakge log1) Data Flow Task Name - System::TaskName 2) Package Name - System::PackageName 3) Executing Date - GETDATE() 4) # Input Rows - Name of the variable, that points to the Row...
View ArticleAccessing data from crm web service
<p>Hi</p><p>I want to import data from CRM webservice.</p><p>I have created console application and referenced all XRM.Sdk bla bla</p><span...
View Articlehow to pass parameter in ado.net source
Hi,i am using ado.net source in ssis to get data from cache database. I have defined two variables startdate and enddate and want to pass it using parameter into the sql query. But in ado.net source...
View ArticleSSIS script for checking data and data quality
Hi, If someone do the initial load and incremental load into a dimension table or a fact table, after that i have to create and execute the script. 1. to check the data, whether it is matching or...
View Articlecondition split
one of my column has blank values in flat file.i want in condition split,that value,i am giving condition , isnull(columnname)but its not working
View Articlemoving file from ftp local folder
hi,i have sftp server ,from where i need to move all the files to my local folder . and then need to process
View ArticleSSIS 2008 SP1 - The file name specified in the connection was not valid AND...
Hello,I have an SSIS package that loads a tablefrom a file.With SSIS 2008 R2 SP1when the package can not find thefile, I receive an error message The file name specified in the connection was not...
View Article" Multiple-step OLE DB operation generated errors" while executing a Oracle...
I am using SQL Server 2008 R2 Standard Edition .I am using Oracle OLE DB Driver to connect to Oracle database 10gr2.I have a SSIS package that a) executes SQL Task ( to execute Oracle Stored...
View Article