dbcc help
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에서 오류 메시지를 출력하면 시스템 관리자에게 문의하십시오.
--------------------------------------------------------------------------------------------------------------------