When trying to toggle an element on a page using jQuery, you might have the…
Category: Programming
Moving FDLAUNCHERLOG in SQL Server
EDIT: I had two scenarios like this. The one written about here worked. The other…
Script Storage
Update here: Script Storage Update Throughout my career, my scripts have been a vital piece…
sp_who2 Alternative (T-SQL, SQL Server)
The trusty "sp_who2" is a quick way to look at what’s happening on your SQL…
Discover How User Is Accessing SQL Instance (PowerShell and T-SQL)
When your security gets unruly, it can get time consuming to figure out how a…
MySQL – Move Data Files To New Location (Windows)
After setting up MySQL, I realized that I put my data files on the C…
Powershell
Continue Reading

PowerShell With Uptime – Getting Days Only
There is a handy and free tool to check your system's uptime called "Uptime". (Clever, no?) It…
Removing SSMS Boost
SSMS Boost is an add-on for SQL Server Management Studio. I used it for quite…
TempDB Reporting Incorrect File Size
So what happens when you run a query to check TempDB file sizes and SQL…