Skip to main content

Questions tagged [ssis]

SQL Server Integration Services (SSIS) is a component of the Microsoft SQL Server database software that can be used to perform a broad range of data migration tasks. SSIS is a platform for data integration and workflow applications.

0 votes
2 answers
2k views

I'm not sure if this is the correct area to ask this question, quite honestly, I'm not sure how to phrase the question because I don't know if what I'm thinking is possible. I'm trying to figure out a ...
hnewbie's user avatar
0 votes
0 answers
88 views

This is a question about SSIS package design. We have an SSIS package built in VS 2008 that loads ~ 22 tables from as many fixed width files into a data warehouse. Each file has its own data flow ...
matt-in-the-hat's user avatar
0 votes
1 answer
366 views

I am working on a data integration project, where I need to extract data from oracle source and load it to XML file. The requirement is to get the list of customers and foreach customer create an xml ...
sab's user avatar
  • 109
1 vote
1 answer
444 views

We have SQL Server databases in every retail store, and one database in main office. We want to collect data from all stores and load the main DB (for BI), but we also want to sync data from main DB ...
vpetrovic's user avatar
  • 121
2 votes
1 answer
153 views

Are there any matching and survivorship nodes in SSIS besides the one offered by Melissa Data? Any implementations in SQL on survivorship would be great as well. An example on my use case is that ...
mtryingtocode's user avatar
1 vote
2 answers
3k views

At the moment I have three different sources where my data are. 1. A Dataprovider, 2. inhouse access DB and 3. Salesforce. Now I want to build a datawarehouse (using ms software) where I want to store ...
ruedi's user avatar
  • 133
0 votes
1 answer
959 views

I receive several CSV files each quarter to process through an SSIS package, and the formatting is inconsistent. This quarter, I encountered what I term optional text qualifiers--text qualifer of ...
DoctorKennyG's user avatar
0 votes
1 answer
2k views

How does Master Data Services and Data Quality Services fit into the existing BI stack? In SSIS there is a Fuzzy Lookup and Fuzzy Grouping component. Therefore I am tring to compare: SSIS v MDS/DQS. ...
w0051977's user avatar
  • 7,139
0 votes
2 answers
2k views

When should I use one versus the other? For instance, let's say I have 20 comma delimited, denormalized text files and I want to transform the data and load it into normalized SQL Server tables.
Robert's user avatar
  • 165
6 votes
6 answers
11k views

Recently, it was suggested that many projects (where I work) should be implemented using some combination of stored procedures (on SQL Sever / T-SQL), SSIS, and SSRS. In one specific project, SSIS ...
James's user avatar
  • 285
64 votes
13 answers
8k views

My department specializes in converting customer data into our database schema so that they can use our software. Right now, we have C# applications that take an IDataReader (99% of the time it is a ...
Scott Chamberlain's user avatar
3 votes
1 answer
856 views

I was look for a good resource to learning SQL Server business Studio and in particular SSIS packages, any sugguestions?
Nickz's user avatar
  • 1,430