This command can be used to dump out bytes from a specific address.
Syntax:
dbcc bytes ( startaddress, length )
where
startaddress - starting address to dump
length - number of bytes to dump
This is the example:
DBCC TRACEON (3604)
dbcc bytes (10000000, 100)
