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.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2005-05-09 : 08:27:14
|
| ElSordito writes "Hi,I am new to SQL Server, I came from the old mainframes, with their no-relational databases. I am using SQL Server 7.0, and I like it, but someone told me SQL Server has no real row locking, is this correct? This guy told me SQL Server creates a temporary table, a view, when you ask for a row locking. Is it real or just a mistake?TIA" |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2005-05-09 : 08:28:22
|
| It's incorrect on both counts. SQL Server supports row locking via query hints, you can find more about them in Books Online under "hints".Ask your co-worker where they got their information. Probably from an Oracle person who hates SQL Server. |
 |
|
|
|
|
|