Category Archives: Windows

Get ALL table and column descriptions in MSSQL

Your ads will be inserted here byEasy AdSense Lite.Please go to the plugin admin page to paste your ad code. Get MS_Description from all tables AND columns in a database. Suh-weet. SELECT u.name + ‘.’ + t.name AS [table], td.value … Continue reading

Posted in Windows | Tagged , , | Leave a comment

Outlook Signature and Stationery Folder in Windows 7

Your ads will be inserted here byEasy AdSense Lite.Please go to the plugin admin page to paste your ad code. I always forget but I usually end up starting in the right place hunting down the signature local store on … Continue reading

Posted in Windows | Tagged , , , , | Leave a comment

wmic output hangs when using psexec

Your ads will be inserted here byEasy AdSense Lite.Please go to the plugin admin page to paste your ad code. I recently found when trying to issue a wmic query on a remote system with psexec (1.98) it would hang … Continue reading

Posted in Windows | Tagged , | Leave a comment

MSDN Bug Check Code Reference

Bug Check Code Reference from MSDN http://msdn.microsoft.com/en-us/library/windows/hardware/hh406232(v=vs.85).aspx Great site with lots of collected information from an MVP http://www.carrona.org/bsodindx.html I once had a complete listing with search capability (http://www.techish.net/bugcodes/) but I no longer have this.  I will soon recreate it.

Posted in Windows | Tagged , , , | Leave a comment

Visualizing SQLIO: Disk benchmark results using a PivotChart

This is a quick video of what I was working on for a little today. I created a batch script that will benchmark a disk(s) using SQLIO and record the output to a single file (or multiple, if necessary). After … Continue reading

Posted in Windows | Tagged , , , , , | Leave a comment