Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 SQL transaction processing

Author  Topic 

chauhan_parvinderpal
Starting Member

4 Posts

Posted - 2007-09-27 : 07:07:29

Plz let me know how does sql server process a transaction (query and DML statements). I want to know all the processes from first step to last.

Pleasee suggest.

DonAtWork
Master Smack Fu Yak Hacker

2167 Posts

Posted - 2007-09-27 : 07:31:07
Step 1. Begin transaction
Step 2. Process transaction
Step 3. Commit transaction
Step 4. Homework questions are best done through research

[Signature]For fast help, follow this link:
http://weblogs.sqlteam.com/brettk/archive/2005/05/25.aspx
Learn SQL
http://www.sql-tutorial.net/
http://www.firstsql.com/tutor.htm
http://www.w3schools.com/sql/default.asp
Go to Top of Page

chauhan_parvinderpal
Starting Member

4 Posts

Posted - 2007-09-27 : 08:10:32

I want to know how does sql server process the transactions at internal level.

what is the function of the Buffer Cache
what is lazy writer
Do we have any DB writer here.
Do we have any SGA memory like oracle in sql server architecture?

Go to Top of Page
   

- Advertisement -