Uncategorized
Using Windows Live Writer
My first post using Windows Live Writer. This seems like it will be quite a nice application for publishing...
- By Tom Lasswell
- October 24, 2007
Left brain/right brain optical illusion
DelicateGenius posted an interesting optical illusion in which a dancer is turning either right or left. What do you...
- By Tom Lasswell
- October 17, 2007
Extents and the Mystery
A post I posted here in the VMware forums and I’m waiting for some reasonable explination on why everyone...
- By Tom Lasswell
- October 14, 2007
All collections for specific machine
A bit of code from MyITForum.com with a report that lists all collections for a specific machine. http://www.myitforum.com/forums/All_Collections_for_a_specific_computer/m_163312/tm.htm
- By Tom Lasswell
- September 9, 2007
List all databases and their files on MS SQL
A quick way to check and see all databases for your MS SQL server is to run the following...
- By Tom Lasswell
- September 9, 2007
error code is 80070005
I’m sure you’ve seen this error in your travels, here’s how to fix it: MSI: Setup failed due to...
- By Tom Lasswell
- August 26, 2007
Response Buffer Limit Exceeded
Ever get this error: Response object error 'ASP 0251 : 80004005' Response Buffer Limit Exceeded Here’s the fix:
- By Tom Lasswell
- August 23, 2007
Ping a list of machines from txt
This vbscript pings machines from a text file: change the two variables for your input and output txt files:...
- By Tom Lasswell
- August 9, 2007
WinZip count with version
SELECT ProductName0 AS Product, VersionMajor0 AS Version, COUNT(*) AS Count FROM dbo.v_GS_INSTALLED_SOFTWARE GROUP BY ProductName0, VersionMajor0 HAVING (ProductName0 =...
- By Tom Lasswell
- August 6, 2007