Jun 22 2009
How to get a Microsoft SQL Server 2005 Database Out of Standby/Read-Only Mod
Welcome back!Google Query: SQL Server 2005 Database Standby / Read-Only
Recently, I helped a customer restore a SQL Server 2005 database. The only problem was that the default restore was leaving the database in Standby / Read-only mode. The solution to this problem was really quite simple. After some googling I came across this MSDN Thread.
Basically [...]
Jul 2 2008
How to redirect output when using wscript.shell in vbscript
Google Query: Wscript.Shell Application redirection output
I was trying to run ipconfig in one of my vbscripts using wscript.shell and the run method. However, I was trying to redirect the output to a text file. It just wasn’t working. It was a combination of those tricky double quotes and me not knowing the proper syntax to [...]

