Archive for June, 2009
After about a year of being vegan, the allergy was 90% gone and I was back to eating every fruit that once caused problems for me!
I got into a conversation the other day with a friend about what I’ll call “moments of clarity.” Initially we were just talking about religion and god and all that sort of stuff, which I find endlessly interesting. She’s a christian, she attends church regularly, she absolutely believes in god… you get the drift. I [...]
You can find the full post here: http://www.dougzuck.com/hta
You can find the full post here: http://www.dougzuck.com/hta
This is the simplest way to execute work in a separate thread and have it report back to the UI thread When you’re creating a Windows Form Application using Visual C# 2008, there are some tricky threading issues that need to be dealt with in order to keep your application running smoothly. Specifically, you have [...]
The newest version of Remote Reboot X is now available here! There is no app that can match the remote reboot capabilities of RemoteRebootX. It will allow you to install WSUS updates and remotely reboot a very large number of computers simultaneously, while also being able to monitor their statuses. Remote Reboot X
You can find the full post here: http://www.dougzuck.com/hta
You can find the full post here: http://www.dougzuck.com/hta
The MSDB database maintains a record of all SQL backup jobs that have been executed. Specifically you can find this information if you query MSDB..backupset. This script joins sys.databases, so that if a database exists but has not been backed up yet, it will still be displayed in the results. If you were to query [...]
