Category Archives: Computers

Cutting the Cable (or dish in this case)

After experiencing another rate increase with DirecTV we had finally have enough. When we really sat down and discussed what channels we watch and what satellite was offering we found that we were basically paying $80 a month for a handful of crappy shows. Going in we knew we wanted Netflix, Amazon VOD, and Hulu.… Read More »

Restarting Services with PowerShell

Thought I’d share a script I use to reset services nightly. This script will also e-mail if something goes wrong on the restart (which hasn’t ever been the case so far). This specific reason I built this is for a Tomcat server that has some problems with errand threads (I didn’t build it and can’t… Read More »

Twitter to SQL Server with Powershell

Had an idea the other day that it might be nice to be able to grab tweets based on a keyword and populate a SQL Server table. So I put together the following simple PowerShell script to do just that. First I create “tweet” table under a database called TwitterDB: [sql] CREATE TABLE [dbo].[tweets]( [published]… Read More »

2011: The Year of Focus

It’s that time of year when people promise to themselves to lose weight, stop smoking, and stop writing cursors. This month’s TSQL Tuesday topic is about the latter, habits or things you’d change as a DBA. If you’re new to SQL Server you may not be aware that the amount of knowledge out there is… Read More »