Multiple Outputs from SP
Hello! In SSIS package I need to use a stored procedure with two outputs. Is there any way to do other than using Script Component? I am not good with .net or C# coding and I am having trouble...
View Articlepurge BI cache after each load from ssis
How to purge OBIEE cache after each FULL load in ssis ,we can do this using DACK in INFORMATICA but how to implement purge OBIEE cache in ssis...
View ArticleSSIS execute sql task VS storedprocedure
I HAVE STORED PROCEDURE WHICH TAKES SEVERAL HOURS. What it does is basically import data to the database from other servers using linked query. The stored procedure comprises of around 10 such imports...
View ArticleSQL LINKED QUERY VS SSIS
Hi , I am using a linked query to join two tables from different servers and insert the data to a table. It takes hours to execute and I am trying to improve its performance. I thought of using Join...
View ArticleSSIS Grand Child Package checkpoints
Hi , I have a Master Package which executes a child package for each client. This is driven by the master table which has the list of clients that needs to be loaded. The child package in turn executes...
View ArticleExport data from SQL Table to Excel
I have table with 8 lakh records, need to export to excel file. I have tried exporting data to excel sheet 2007 (.xlsx) but data is getting imported till 65000 records, both through sql and ssis. I'm...
View ArticleConnecting to Oracle via SSIS
I need to get some data out of an Oracle database and bring it into SQL Server. On my local box I created the linked server to test it which works fine and can run the query to get the data. I can...
View ArticleHow to create multiple rows from a single row
Hi everyone I am migrating data from one crm to another and using ssis to transform then Scribe to populate the data and having trouble with one particular target entity. I'm having to make it up out...
View ArticleImport multiple excel 2010 files to SQL 2008 r2
I have bunch of excel 2010 files, need them to import into SQL 2008 r2. Explain me various ways to import them. (I have tried using SSIS, SQL Import Wizard, Open Rowset, Manual Copying by editing the...
View ArticleMost efficient way to load fixed width flat file into SQL
Our vendors only send us text files in fixed width format. It will be millions of records with 200+ columns. Yes, I have loaded them using SSIS 2005 up to 2012. There has got to be a more efficient...
View ArticleBuilding a datawarehouse.
Hi! We have to build a data warehouse for a 3rd party company and we received a copy of their database without any requirement specifications. How do we approach in situations like this ? Appreciate...
View ArticleSSIS variables using Excel sheet and aggregating data
I have an Excel sheet with data from a SQL query. I need to perform some aggregations on the values to get the minimum and maximum years, and the minimum and maximum quarters in the list of fields. I...
View Articlessis foreach loop
Hi, I am trying to load 2 weeks data from db2 to sql server. I am using time range in where clause and loading it into the target. Once 2 weeks data is loaded the next 2 weeks data has to be loaded and...
View ArticleData Profiler Task In SSIS
Hello, I am implementing data profiler task in SSIS. Most of the object in the database are uniqueindentifier primary key and as per update it has limitations in data profiler task in SSIS. Can some 1...
View ArticleFuzzy Look Up or any other solution for partial match
Hi All, Please suggests me on the below scenario to find the solution. I have 2 Tables: Table 1: ![alt text][1] Table 2: ![alt text][2] I want to lookup (find the match) table 2 with table 1 and find...
View Articledirty data cleaning!! urgent
Hello, I have to implement a project for identifying and cleaning orphaned data/foreign key violated data and dupicate data. I want to automate this instead of writing manual scripts for all this. Is...
View ArticleSSIS 2012 deployment error
Hi There, I am trying to deploy a SSDT 2012 SSIS project using Deploy option. But I am getting below error: TITLE: SQL Server Integration Services ------------------------------ A .NET Framework error...
View ArticleDynamic Table Creation based on Document Type Definition of XML
Good Morning Techie, May any one share your expertise . i have an XML document (1GB Size) with a Document Type Definition. i need to load the data to sql table, but the challenge is the table structure...
View ArticleSSIS locking import file help
So... Here's the issue. I have a fairly simple excel file that I need to import. I need to import the file to two sql tables. The first table contains the file blob and attributes: filename, created...
View ArticleBrowse an excel file through .NET application and upload to sql server via...
Hi All, I am SQL DBA cum IIS admin. Currently, we are using SQL Server 2012 in our organization. There is a .NET application(MVC) from where end users use upload data from excel to sql server. We are...
View Article