Viewing 3 posts - 1 through 3 (of 3 total)
Hi,
Can i ask what database you used that had locking hints in 1991?
I thought this was not added until SQL92 in 1992, but 20 years is a long time.
I use...
February 24, 2011 at 2:12 pm
Wow, what a response!
I read some strange things in the previous reply.
When dealing with a shared transactual database with many differant user connections executing the same code that accesses the...
February 24, 2011 at 1:00 pm
Hi,
There is a much easier solution for this problem:
alter table dbo.tbl_kvp
add constraint PK_tbl_kvp primary key(column_key);
go
Now not all rows are locked if you want to increment one key.
Only the...
February 24, 2011 at 11:30 am
Viewing 3 posts - 1 through 3 (of 3 total)