WinDbg is well known windows debug tool that can use to debug the user mode and kernel mode application.
Download
Windows Debug , AKA WinDbg . WinDbg is part of Windows SDK and can be download from below link.
http://msdn.microsoft.com/en-US/windows/desktop/bg162891
I like to download all the components and use them to install in the multiple machine.
Installation
The installer will require to install dotNet framework which will reboot the host after the installation.
Attached to SQL server process
-pn : process name
-c user mode only
windbg -y srv*c:\public_symbols*http://msdl.microsoft.com/download/symbols -pn sqlservr.exe -c
0 comments:
Post a Comment