dbcc help

-- MSSQL 2009. 4. 10. 09:59
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

dbcc help ('?')
--------------------------------------------------------------------------------------------------------------------
checkalloc
checkcatalog
checkconstraints
checkdb
checkfilegroup
checkident
checktable
cleantable
concurrencyviolation
dbreindex
dropcleanbuffers
free
freeproccache
freesessioncache
freesystemcache
help
indexdefrag
inputbuffer
opentran
outputbuffer
pintable
proccache
show_statistics
showcontig
shrinkdatabase
shrinkfile
sqlperf
traceoff
traceon
tracestatus
unpintable
updateusage
useroptions
DBCC 실행이 완료되었습니다. DBCC에서 오류 메시지를 출력하면 시스템 관리자에게 문의하십시오.
--------------------------------------------------------------------------------------------------------------------

dbcc help ('inputbuffer')
--------------------------------------------------------------------------------------------------------------------
dbcc inputbuffer
(
    session_id [ , request_id ]
)
    [WITH NO_INFOMSGS ]
DBCC 실행이 완료되었습니다. DBCC에서 오류 메시지를 출력하면 시스템 관리자에게 문의하십시오.
--------------------------------------------------------------------------------------------------------------------

'-- MSSQL' 카테고리의 다른 글

SQL Server TempDB의 이해와 최적화  (0) 2009.04.23
dbcc CheckTable - Page 깨졌을때 복구  (0) 2009.04.10
10 Steps to securing your SQL Server  (0) 2009.03.18
SET IDENTITY_INSERT ON/OFF  (0) 2009.02.25
MSSQL2005 서비스팩2 설치유무  (0) 2009.02.02
posted by 어린왕자악꿍