Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is difference between process and thread?
Explain lazy writer funcationality.

Answers were Sorted based on User's Feedback



What is difference between process and thread? Explain lazy writer funcationality. ..

Answer / sachin nandanwar

Its a rubbish answer what adesh has posted.

Lazy writer and checkpoints are NOT related to each other.

Lazywriter will come into picture only when there is memory
pressure by changing the size of buffer pool or when it
periodically finds dirty pages which have not been used for
a while and flushes those pages to the hard disk.It drops
the pages from the buffer cache to free the cache.

Checkpoint on other hand also checks for dirty pages and but
will not drop pages from the cache instead will mark the
page clean in the cache after flushing it to disk.The
primary purpose of checkpoint is to keep the recovery time
as low as possible and not memory management.

Is This Answer Correct ?    5 Yes 0 No

What is difference between process and thread? Explain lazy writer funcationality. ..

Answer / adesh saunakiya

Lazy writer function is to write the data pgae from buffer
log to Master data file in cordination with checkpoint
because data page having counter which is refresh it self
from 0 to 1 as the data page is commited its counter is set
to 1 and lazy writer scan the datapage continuosly as it
set to 1 it free the memory in buffer log and save that
page in to master data file physically.

i think thread are the part of a process.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More SQL Server Interview Questions

Is resultset an interface?

0 Answers  


What are different types of collation sensitivity?

0 Answers  


What is one of the first things you would do to increase performance of a query? For example, a boss tells you that ?a query that ran yesterday took 30 seconds, but today it takes 6 minutes?

2 Answers   Accenture, Merrill Lynch, Wipro,


How to Improve the performencs of SQL Server 2005 exclude stored Procedure and Indexes?

0 Answers  


Explain the functionalities that views support?

0 Answers  


What is dimension table? : sql server analysis services, ssas

0 Answers  


What is a non-clustered index?

0 Answers  


 Explain what is sql override for a source taLle in a mapping?

0 Answers   Informatica,


How to skip remaining statements in a loop block using continue statements?

0 Answers  


What is temporal data type?

0 Answers  


what purpose does OPENXML clause have in sql server stored procedure?

1 Answers  


Are connections to sql server encrypted?

0 Answers  


Categories