Current data Short database transactions Online update/insert/delete Normalization is promoted High volume transactions Transaction recovery is necessary
OLAP Current and historical data Long database transactions Batch update/insert/delete Denormalization is promoted Low volume transactions Transaction recovery is not necessary
Current data Short database transactions Online update/insert/delete Normalization is promoted High volume transactions Transaction recovery is necessary
OLAP Current and historical data Long database transactions Batch update/insert/delete Denormalization is promoted Low volume transactions Transaction recovery is not necessary
Current data Short database transactions Online update/insert/delete Normalization is promoted High volume transactions Transaction recovery is necessary
OLAP Current and historical data Long database transactions Batch update/insert/delete Denormalization is promoted Low volume transactions Transaction recovery is not necessary
OLTP is nothing but OnLine Transaction Processing which contains a normalised tables and online data which have frequent insert/updates/delete.
But OLAP(Online Analtical Programming) contains the history of OLTP data which is non-volatile acts as a Decisions Support System and is used for creating forecasting reports.
I read your answer about Difference between OLTP and OLAP . its good and it was very useful for me. like i need the Difference between EXEC and SP_EXECUTE?