by George Chrysovaladis Grammatikos | May 8, 2018 | SQL Server, Troubleshooting
Reading Time: 2 minutesPssdiag is a data collection utility that Microsoft gives to us to collect useful data and log files for SQL Server installations. Before, start the steps you need to follow to configure all the mandatory parameters you should first download the...
by George Chrysovaladis Grammatikos | Oct 31, 2017 | IT, Network
Reading Time: < 1 minuteWindows command shell allows you to capture network traffic by using netsh command. Netsh trace start scenario=NetConnection capture=yes report=yes persistent=no maxsize=1024 correlation=yes traceFile=C:\Logs\NetTrace.etl netsh trace stop...
by George Chrysovaladis Grammatikos | Aug 2, 2017 | IT, Network
Reading Time: < 1 minuteIn this post, you can see an easy way to capture a network trace on a Windows machine. You just need to type the following command. Open an elevated command prompt and run : C:\Windows\system32>netsh trace start persisten=yes capture=yes...