ftp task - PGP public key
Hi, I am in the process of using a FTP task in my ssis package. This is to retrieve files from a source such as xxx.comThe source company is saying in order for them to allow this (i.e. files to be...
View ArticleCheck the count and Size of files
Good Morning,I have a package that looks for files (in this case 7) and if the files exists it loads the data into the tables. The question i have is , is there a way in SSIS or a task that checks the...
View Articlessis package error host ket wasn't verified
Hi,Can anyone guide me I am trying to run script task in ssis and i get the error "Host Key wasn't verified".Below is my script task.Thanks!!rr
View ArticleHow to convert the columns to rows using ssis or sql query
Hi,i have some doubt. i want some columns are converted to rows using ssis or query.this is my input..first three columns same for result.. i want output this value or this format.i want above result....
View ArticleSSIS Catalog difference between granting someone SSIS_Admin or db_owner...
Situation:I have a group of SSIS administrators who should be able to:The requirement states that All ETL administrators must have full privileges to administer and monitor the SSIS catalog, and to...
View ArticleReusing SSIS packages?
Hi Experts,I've created one SSIS package in my local machine which can load the data from Excel file located in my local machine to new table in Dev server. It executed fine and giving expected result...
View ArticleNested For each loop
Hi Friends,I have Requirement is Collect the data from 4000 xml files &load the data into 64 tables and for relationship to all 64 tables i want to add one primary columnso that primary key column...
View ArticleTransforming Date types in SSIS from an Excel Source
Hi,I am using SSIS to import data from multiple excel files into a SQL Server database staging table using a ForEachLoop container control flow task.The staging table has a column Date of data type...
View ArticleUse a parameter in a query
Hello,I'm looking for a simple solution but I can't resolve it with Googling and reading some related topics.I've the following situation:And I want to use the parameter CalculatedYear in this query....
View ArticleDeploying SSIS project to server with only instegration services
I am developing a SSIS Project. Our infrastructure team has prepared a server for us with only an integration services install on it. If wish I to deploy my project to a catalog on the server does SQL...
View Articledivide in sql
hii have to do something liek thisselect column1/column2 from tableit should come like 0.05,but its coming just 0,how to resolve it
View ArticleCorner Marks in Excel 7 Export from SS 2012 using SSIS Wizard
Notice the upper left corner marks in Excel 2007 export. I don't get it in other Excel versions.Kalman Toth Database & OLAP Architect sqlusa.comPaperback / Kindle: Pass SQL Exam 70-461 & Job...
View ArticleValidating Row count in a Tab Delimited File within an SSIS Package
Hi,I am about to start a project and I got some sample input files.The files are tab delimited.The file contains data rows and a trailer row. The trailer row specifies the total number of rows.One of...
View ArticleCheck for file existence in ssis and if not send an email ending the package...
Hello,I have to do a SSIS package wherein I need to check if a .XLSX file exists or not in a SCRIPT TASK and if exists it should continue the next dataflow task ,if the files does not exists then I...
View Article"Connection Failed" err msg in SSIS package to Oracle source to SQL Server Dest.
Hello,I'm having a wierd error in SSIS package, Data Flwo task. Below are the details:Task Name in which I have error: data flow task Source: Oracle Server, located in remote location. There is a...
View Articleworkin with NULL in Conditional Split?
Hi,I strucked-up in very basic SSIS , of course i am new to SSIS.My question is i Have column "color"., it has values =Red, Black,Silver and NULL.if i give ISNULL(color=="Red"), then it moves values...
View ArticleHow to split flatfile to multiple files based on the 1st character of the rows
Dear all:Any idea how to use SSIS to load a flat file as required below?input:0: Banner record, 1: Package record, 5: Member record,7: Application ID and Image ID record1: Package record, 5: Member...
View Articleneed absolute value in destination
Hi I have one column in source that has some minus value .I need absolute value in destination.Like abs(-533.55)as 533.55I used this with SQl Query but it shows me error.faliure inserting into read...
View Articleaccess the tasks and components within a package using code
http://consultingblogs.emc.com/jamiethomson/archive/2007/03/06/SSIS_3A00_-Iterate-over-a-package-programatically.aspxI want to execute the code for my ssis packages. could you let me know how to do it...
View ArticleSSIS 2012 integration with SharePoint 2010-2013
Hi,I'd like to know if in SSIS 2012 has been added the native integration with SharePoint 2010-2013, without using the SharePoint list adapters implemented by Kevin Idzi.Thanks
View Article