Creating a report from cube using ssis
Hi! I have to create a report using cube as a data source using SSIS package . Is this feasible? I never worked with cube this will be the first time so would appreciate the advice of experts. Any good...
View ArticleImport a file with different number of fields
I have a csv file (example below) with a different column count based on the first value. There are 7 different layouts and the file doesn’t have a header. Based on the first field I can identity which...
View ArticleImport data using SSIS
Hi all We have a front-end server with Management Studio & SSIS installed. I use this server to connect to 3 SQL servers (Live, Live_Replicated and Reporting). The Live_Replicated and Reporting...
View ArticlePerformance Improvement Of package
Hi! All, I am working on performance tuning of package It takes about 24 hrs to finish execution. I changed the max buffer size of to 104857600 and changed the maxbuffer rows for each data flow task...
View ArticleUsing stored procedure in ssis and data flow task.
I bring in some passwords from access. I'd like to encrypt the passwords before pushing to sql server anyone know of a way to do this. I can run the stp after i transfer. I know how to do that but i'd...
View ArticleRun SSIS package on condition
Hi guys I have a SSIS package that manually gets run daily. It inserts transactions from one database server to another. How do i setup 2 date variables, based on the Max date in the Source...
View ArticleError in SSIS
I have an ssis package. I make a lot of them at my company. They transfer data from Access to SQL. I have error in one table at record 4458. But I am not getting an error message. Only Red box and the...
View ArticleSSIS Error executed throu SQL Agent
Hi! A package in production is giving an error Executed as user: ABCD\svc_sql_abcdvm007. Started: 2:00:00 AM Finished: 2:26:46 AM Elapsed: 1606.28 seconds. The package execution failed. The step...
View ArticleCreating a dynamic folder and text file using ssis
How to create a folder and a text file within that folder using ssis package I have a table of 9000 rows which contain folderpath, filename and information columns. So it has to read that folderpath...
View ArticleMICS value
I am trying to improve the performance of ssis package for data loading. I increased the buffer size to 100 MB and calculated the default buffer max rows according to the size of the table. I followed...
View ArticleRows per batch
In a data flow task ,does the value of rows per batch and maximum commit size have to be the same for improved execution time. Thanks a lot
View ArticleHelp with Designing a package SSIS 2012
Dear all Can you please plz help me to implement SSIS package to do the following: IF I have a table name customer have columns :- id , name , address. first :- I need from the SSIS to copy the data to...
View ArticleWord Cannot start the converter mswrd632.wpc Error from Word files generated...
I wrote an SSIS package which will read SQL data and print the output to a word doc. It created the file successfully but when I tried to open it promoted the Error message. Word cannot start the...
View Articlejob failing on ssis call
i have a job with 7 steps that has never failed. two days ago it failed calling ssis package with following error Date 11/5/2013 8:31:28 PM Log Job History (DENALI-Parts-Denali-Parts-3) Step ID 4...
View ArticleThe variable was not found in the Variables collection
I am trying to run the job on development server ,which executes master package. the master package contains all the ssis execute tasks for the child packages, But the job fails with the following...
View ArticleExecuting Oracle stored procedure with XMLTYPE Output and capturing it in a...
I am in desperate need of help with executing an Oracle stored procedure that takes an XML of Oracle XMLTYPE as input and Outputs an XML of Oracle XMLTYPE. I should be able to execute this Oracle...
View ArticleSSIS OLEDB Source "Invalid object name"
I have a SSIS package with a ForEach Container that acquires a list of server names from a database. These server names control the OLEDB Source properties of a Data Flow Task in the ForEach Container....
View ArticleSSIS INSERT/UPDATE Perfomance improvement
I HAVE 40 MILLION RECORDS IN MY PERSON TABLE I HAVE 100000 RECORDS FROM MY SOURCE TABLE WHICH I NEED TO COMPARE WITH PERSON TABLE AND DO AN INSERT,UPDATE OR DELETE ACCORDINGLY. UPDATE IF PERSONID...
View ArticleCOZYROC...Good/Bad...Your Thoughts Please!
Alright, I am considering in investing in COZYROC library, as I have heard both sides of the coin in terms of its usefulness. Have any of you used COZYROC before? And if so, what are some pros and...
View Articleexcel connection manager for loop files using SSIS
Hello, I noticed 3 ways of expression on Excel Connection Manage to do the same work for loop excel files. The variable is "filename". 1. ConnectionString "Provider=Microsoft.ACE.OLEDB.12.0;Data...
View Article