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

how we can use a database with php.

2 Answers   HCL, IT Solution,


What are different backups available in sql server?

0 Answers  


Explain Geography datatype in SQL Server

0 Answers   Infosys,


What is ddl and dml commands?

0 Answers  


when inserting to a table how many rows will be effected using triggers

2 Answers  


Tell me what is the significance of null value and why should we avoid permitting null values?

0 Answers  


What is the difference between clustered index and primary key?

0 Answers  


What are the differences between stored procedure and the dynamic sql?

0 Answers  


What are the benefits of filtered indexes?

0 Answers  


How do you know if sql server is running on your local system?

0 Answers  


What are unicode character string data types in ms sql server?

0 Answers  


what is DTS what are tasks available

1 Answers   Wipro,


Categories