bxdxmx3

きじれてじろあ なきがせすで あぷせとねでぶ

2010-04-24から1日間の記事一覧

分離レベルread committedとjoinの関係

read committedだと対象データ取得し終わった時点で 即ロック解放しちゃうのですね。 /* create table SampleA( ID int identity primary key, cnt int not null ) create table SampleB( ID int identity primary key, cnt int not null ) insert into Samp…