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...


how to implement locking in sql server

Answers were Sorted based on User's Feedback



how to implement locking in sql server..

Answer / suraj

like this

select *
from dbo.Address
with (nolock)

-- above query doesn't hold lock while retrieving data.

Is This Answer Correct ?    3 Yes 1 No

how to implement locking in sql server..

Answer / midhun

By using lock hints and Isolation level

Is This Answer Correct ?    0 Yes 0 No

how to implement locking in sql server..

Answer / rama krishna

no need to impliment locks sql server automatically holds
locks

Is This Answer Correct ?    5 Yes 8 No

Post New Answer

More SQL Server Interview Questions

Do you know what is rank function?

0 Answers  


How can we remove orphan records from a table?

0 Answers  


How many columns can exist together per table?

0 Answers   Cap Gemini,


What is a constant or literal in ms sql server?

0 Answers  


What are binary string data types in ms sql server?

0 Answers  


When we can say that is in BCNF?

3 Answers   BitWise,


What is scan table/view and seek table/view when its occurs? : sql server database administration

0 Answers  


What is dbcc?

0 Answers  


How do I find the query plan in sql server?

0 Answers  


What is data source document?

0 Answers  


What is the use of =,==,=== operators?

0 Answers  


What is a partitioned view?

0 Answers  


Categories