Designing OLTP and benefits of Normalization

What is an OLTP database? OLTP-(On-line Transaction Processing) is characterized by a large number of short on-line transactions (INSERT, UPDATE, DELETE).The main emphasis for OLTP systems is put on very fast query processing, maintaining data integrity in multi-access environments and an effectiveness measured by number of transactions per second. In OLTP database there is detailed […]

Read More

SSIS Interview Questions 13

Data Warehouse [SSIS] Questions: Notes: What are Asynchronous Components? The output of an asynchronous component uses a new buffer. It’s not possible to reuse the input buffer because an asynchronous component can have more or less output records than input records.   The only thing you need to remember is that synchronous components reuse buffers […]

Read More