BIDS Data Mining Performance Issue
Hello everyone. I'm having an interesting problem with Microsoft Business Intelligence Development Studio and the Data Mining Query Task. I have a package in which there are (among a few other things)...
View ArticleErrors when using Linked Server queries in SSIS
Hi All, I am trying to use linked server queries in my SSIS packages and getting the following errors: Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code:...
View ArticleExternalizing SharePoint add-on for ssis
Hi, I want to externalise the SharePoint site URL and SiteList Name, which I am able to do using expressions in the data flow. I am updating some of the Meta Fields on SharePoint Desitnation based on...
View ArticleExport Access Query to Excel Destination With a Pivot Table
I currently have an Access Query that I would like to export to to Excel 2007 on one tab, then using that data I would like to copy it over to a prebuilt pivot table, that would update automatically...
View ArticleWhat is the task priority in SSIS 2008 control flow?
Hi Team, I am using SSIS 2008. I am using 4 processor server. I am having 12 tasks in my Control flow. There is no Data Flow task. All are Execute SQL tasks only. None of the tasks is having...
View ArticleNot able to send file Using FTP in SSIS 2005
I am using SSIS 2005 I am trying to send file to ftp server using FTP task in SSIS but i am getting following error. Error Message-:An error occurred in the requested FTP operation. Detailed...
View Articleweb services: vendor security; hidden for each service call
Techies-- I am converting a wcf client to an ssis package. In order for any of the methods to be called at the remote vendor's site, security information is embedded (see source). In my old wcf...
View ArticleHow does SSIS 2008 Fuzzy Lookup determine similarity?
I'm trying to do some Fuzzy Lookups and I want to know how SSIS determines similarity. I start with a string 'Bick' In my reference table, I have an entry 'Dick' Since I only have one entry in the...
View ArticleVisual studio 2010 Integration Services Project can't deploy to SSISDB
I have Visual studio 2010 Integration Services Project After I build it, I try to deploy it to SQL Server 2012 and the new SSISDB but I get a very strange error message (and yes I’m sysadmin on the SQL...
View ArticleSSIS 2012 Deployment Error
I am attempting to deploy a project to SQL 2012 and receive the security error below. I have tried the steps listed in this post...
View ArticleSSIS datatype datetime verification
Hi, In our ssis project we need to verify the data from input csv file as datetime else we need to set it invalid data.can anyone help me to do that? Regards Jon
View Articledeploy pkg and Schedule job Error
Hi All freind i have an issue regarding deployment of SSIS pkg.. when i deploy pkg and Schedule job for this i get error in job ... TITLE: SSIS Execution Properties ------------------------------...
View ArticleSSIS tasks properties
Hi, Can any one explain me with example for the following features in SSIS. 1)Direction in execute sql task's parameter mapping:What is the use of output,returnvalue?parameter value is only...
View ArticlePorting data from One Server to Another Server
Hiii I am Using SSIS 2005, we are Porting data from One server to another server, say 'A' server of 'X' Database contains around 900Gb data of 85 columns, have to port into 'B' server of 'Y' Database,...
View ArticleHOW TO READ A ZIP FILE WITH THE SAME NAME FROM MULTIPLE FOLDERS AND UNZIP THEM
Hi, Iam relatively new to bids.Following is the scenario where i need help. c:\archive has 3 sub folders c:\archive\1 c:\archive\2 c:\archive\3 1 ,2, and 3(each of them)contains 11 files....
View Articlehow to assign Varchar(max) to string variable by using Execute Sql Task in SSIS
how to assign Varchar(max) to string variable by using Execute Sql Task in SSIS DECLARE @Col1List VARCHAR(MAX) SELECT @Col1List = ISNULL(@Col1List,'') + '''' + LTRIM(RTRIM(Col1)) + '''' + ',' FROM...
View ArticleData Migration from One Sql Server to Another Sql Server Using SSIS
HI All Problem I have two sql database 2008 with same schema on two different server say server 1 and server 2. I want to move some rows based on some condition from Table A,Table B and Table C of...
View ArticleDifference between "Redirect rows to no match output" and "Ignore Failure" in...
Hi, Can someone tell me the difference between "Redirect rows to no match output" and "Ignore Failure" in Lookup Transformation in SSIS? Could you give an example as well? Thanks
View Articlecreat *.msi file and run manifest file to create ssis
I have to create folder structure on remote machines for SSIS deployments \\server\g$\SSIS_Package_Logs\project\Deployment_currentDate \\server\g$\SSIS_Package_Logs\project\log_currentdate...
View Article