Import Column binary file size limit
Hey all, I'm trying to import movie file (.avi) from the FileSystem to the DB that its size is 3G (don't ask me why but this is what the client wants to migrate..) using ImportColumn component and i'm...
View ArticleHow to update a column in a table based on the columns in another table(both...
Hi, I have two tables one is having 8 million records and another table with 2 million records. Now i want to update a column in table1 with a column in table2. Have 4 columns of type varchar are...
View ArticleFailed to call stored procedure with output datetime parameters in SQL task
Hi, I have a stored procedure like: create PROCEDURE dbo.testProc -- Add the parameters for the stored procedure here @para1 datetime output AS BEGIN -- SET NOCOUNT ON added to prevent extra result...
View ArticleHow to log ssis within container level task Execution in sql server 2008
Dear team, we have created ssis package to Fetch teh data from oracle to sqlserver. we have a main package included child package.within the package having containers and tasks. we have enabled...
View ArticleDerived Column Expression SSIS
Other-Data u1=EUR;u2=sss;u3=5547;u4=8966 I need to create new derived columns from the string above. The output needs of the new derived columns needs to take the value after = as follows: U1 U2 U3 u4...
View ArticleHow to exec a stored procedure with certain parameters only?
Hi folk! I have a stored procedure with 3 input parameters. All the parameters have their defaults. I need to execute the stored procedure with any combination of the defined parameters. E.g. -...
View ArticleMaster Package fails Child Package but Child Package works Standalone
Hi all, I have a child package that loads an Excel File from an ODBC source. I have changed the Run time to use only 32 Bit and it works fine when I run it as a standalone job. But when called from a...
View ArticlePermission on DTS Packages
Hi, what permissions we need to grant application user to excute DTS packages and what permissions we need to grant to edit dts packages Thanks, Maddy
View ArticleProblem deploying SSIS Project to Integration Service Catalog Programmatically
I tried using "Microsoft.IntegrationServices" dll for deploying project programmatically. I have a file "Test.ispac" and this file is extracted from a project named "Sample" in Integration catalog....
View Articleinsert data from file into sql table
hi i have flat file like this TH*4.2*876545*P~~IO*3456*color~ now i have two tables create table table1 (id nvarchar(10), t1 int, t2 int primary key, t3 nvarchar(5), i1 int foreign key...
View ArticleExecValueVariable DataType for Execute SQL Task
I have some large tables that overflow an Int32 so I'm trying to use Int64 for an ExecValueVariable variable. When I attempt this (or another type like Int16) I get an error that the variables differs...
View Articleschedling SSIS Pakage Error
Hi All I have an issue during deployment of SSIS Package. Actaully i have two server One where we developed and second where we deploy. I Create Package at server 11 and deploy at server 20. second...
View ArticleIntegrating two different databases
From my understanding of this problem there is a bespoke database which is based on SQL Server 2000. Additionally there is another finance system called Microsoft Dynamics GP 2010. Can SSIS merge or...
View ArticleSSIS 2005 to 2008 Upgradation Error VSTA
Hi All, I'm trying to upgrade few SSIS 2005 interfaces to 2008, I'm doing it by opening the 2005 solution in 2008 BIDS. I got the following error, Microsoft Visual Studio Tools for Applications 2.0...
View ArticleSSIS Database Restore script- Muqadder's script
when i run Muqadder's script to do SSIS database restore after supplying my 'myDatabase' & 'RestoreDirectory',the script runs successfully but does not restore my database. What am i missing ?
View ArticleETL Testing
Hello Everyone: I need to know if there is any tool which can be used to for post migration ETL testing? The ETL has been written using sql scripts to move the data from Legacy database to a new...
View ArticleROLL UP and CUBE in SSIS
Hi, Good day all. I am working on a BI production environment where i need to use the total value of a grouped field in an SQL table. Say i have a table like below, i want to do an ETL such that i will...
View ArticleExtraction from MySQL to MSSQL slow performance. Speed up Possible?
Hi, I have created a package that extracts data(just extracting, no transformations) from a MySQL Server to a MS SQL Server 2012 database. There are a handful of tables which a few milion records (max...
View ArticleCXPACKET wait type - package never finish executing
Hi everyone! I have relatively complicated procedure (15 inner and 15 left joins) which works for 6-7 minutes and returns around 1.5 million records. When I execute same procedure through SSIS package,...
View ArticleHow to convert blank into null in ssis
I am extracting data from excel in ssis. One of the excel column contain blank values. so i need to replace balck value with null otherwise my package is going fail. Any suggessions?pulikondas
View Article