SSIS Voting which session should we do next?
Hi Everyone,Just wanted to let you know that we have 5 SSIS sessions in mind and if you are interesting in giving your vote for next Webinar which will take place in second half of March 2013, you can...
View ArticleT-SQL "DATE" equals to "DateTime" in SSIS variable type?
Hello,I have a table column of "DATE" type, which has normal dates as well as"0001-01-01" and "9999-12-31".I would like to read one of the these values to an SSIS variable. What should be the data type...
View ArticleExecute Sql Task does not fail for Raise error in Stored Proc
Hello,I am executing a stored procedure whose result set is an XML in a Execute Sql Task. I included Try Catch block in Stored Procedure.In catch I have used raiseerror and print statements. But when I...
View ArticleHow to pull Fields from 5 different sources and keep them in Flat file?
Hello All,I have a ScenarioDatabase: TestTables: TBL1, TBL2, TBL3, TBL4, TBL5Each table have Different Fields i.e. TBL1 - 2 fields. tble2 - 5 fields Vice VersaAnd none of the table are related with...
View ArticleWhy space more for staging Table compared to main tables
I have used below query to get space for tables. I have one doubt...http://www.databasejournal.com/features/mssql/article.php/3733996/Find-space-Usage-by-Table--Schema-in-SQL-Server-2005-and-2008.htmI...
View ArticleCheckpoints usage in ssis (data transform from faltfile to sql server)
Hi ,I have a small issue while transform from flat file to sql server using Checkpoints.I have large data while transform from flatfile to sql server ,suddenly package files and check the flat file...
View Articleneed C# code in SSIS script task for downloading files from FTP server using...
Hi,I am using the beow C# code for downloading the files from FTP. The file gets generated with error text which says.error message : </H1><PRE>200 Type set to I. 200 PORT Command...
View ArticleNeed help in creating ssis application
Need help in creating ssis applicationHi.. I am new in SSIS I want to create SSIS application that retrieve data from 2 different tables(2 separate select query ) and write it to xml fileHow can I...
View ArticleEexcute SQL Task not passing its result set to the flow of the package.
Hi,I need some help in the Control Flow of SSIS package.Here is what i am doing,I have two variables A , B which stores the count of a records from table A and table B respectively.The results of two...
View ArticleSQL 2012 SSIS, importing large list >5000 using SharePoint ListAdapter
I'm using the SharePoint List Adapter in SQL 2012 SSIS to import a large list > 5000 items. I receive this error: "Microsoft.Samples.SqlServer.SSIS.SharePointUtility.SharePointUnhandledException:...
View ArticleHow do I upgrade a custom component for SSIS based on SQLServer 2008R2 to...
Perhaps this question has been answered before.I am looking to upgrade a custom SSIS component that was based on .NET framework 2 and works with SQL Server 2008 R2 to SQLServer 2012.The problem I am...
View ArticleError generated by Import Wizard when switching file type to Flat File
I've got a 64-bit SQL server running several DB instances. For one instance I tried to do an import from a flat file. When I switched the type of file to Flat File (which should bring up a series of...
View ArticleUpdating an oracle table from a sql query
What would be the best ways of updating an oracle table from a query in SQL server? Would I need to create a SQL table from the query then update the oracle table?
View ArticleMigrated SSIS PACKAGE - Lookup Component causing Blocking on itself
Hi All,I have migrated an SSIS package from2008 where it runs absolutely fine, to SQL 2012 where it just won't run.Using SP_WHO2 I have found that sys.sp_describe_first_result_set is being blocked by...
View ArticleHow to get detail error description of a script task
Hi,I have used following expression inside a script task to get error description during execution time. This script tasks is there in onError event.Variables.ErrorDescription.ToString()--If there is...
View ArticleConditional Split Case Statement Problems??????
How can I use a conditional split to verify many multiple conditions in one Case? Is it possible to check for multiple conditions in one case or do I need to come up with different cases? Reason being...
View ArticleSSIS exercises for all transforms
Hi guys,Can i get some basic, Intermediate , Advanced list of exercises in SSIS using all transforms. ThanksRegardsBalaBalamurugan
View ArticleProblem with Excel data type conversion
I have a process where I'm pulling data from Excel. The data type in excel is date. The target column in SQL Server is VARCHAR(20). I do a data conversion transformation in my package where I cast the...
View Articlejob failure opening excel
Hi all, need some help with running a packge pease. We have a package which contains a script task that opens up am excel 2003 file just read a specific cell, when run directly in sql server it works...
View ArticleCannot use excel sheet (on Sharepoint site) as SSIS destination.
Hi,Here is the issue i am struggling with,I have to populate an excel sheet using SSIS, but the excel sheet is on Sharepoint Site.So, how do i configure the package or the excel connection manager so...
View Article