728x90
sql profiler - new - "Blocked process report" 선택
sess 1)
create table a (col int);
insert into a values (1);
begin tran
update a set col = 20;
commit tran
sess 2)
select * from a;
1. sp_lock;
2. sp_who2;
3. sp_readerrorlog 0;
4. windows cmd-eventvwr
'Engineering > DB' 카테고리의 다른 글
MSSQL 2005 관리자 강좌_3일차 (0) | 2010.12.02 |
---|---|
MSSQL 2005 관리자 강좌_2일차 (0) | 2010.12.02 |
select* from 테이블, select *from 테이블 (0) | 2010.06.11 |
oracle 에서 limit 구현 (0) | 2010.06.11 |
oracle 에서 date 를 unixtimestamp 로 변경 (0) | 2010.06.09 |