Hi there. You seem to be lost.

It looks like nothing was found at this location. Perhaps it was there but now it’s gone. Maybe try one of the links below or a search?

Or, try one of these posts:

AutoCAD splash screen startups up and then closes

Issue When you try to launch AutoCAD, the splash screen starts up and then closes down with no apparent error message. This issue sometimes occurs after installing a student or evaluation version of an Autodesk product. This symptom is very … Continue reading

Has your password been compromised?

There has been a marked increase in the number of security breaches in recent months resulting in thousands of compromised accounts and passwords. To determine if your password was one of those hacked, try using one of the following tools: … Continue reading

Test to See if Linked Server is Available

The following code snippet shows how you can use the sp_testlinkedserver procedure to determine whether a linked server is available: See the following links for further discussion of this issue: How do I prevent linked server errors? Test linked server … Continue reading

Query to Determine if SQL Server Supports Backup Compression

Backup compression is a cool new feature included in SQL Server 2008 Enterprise (or later versions). The following query can allow a script to determine whether a given SQL instance supports backup compression: The above query will return 0 or … Continue reading

Posting source code in WordPress.com

WordPress.com, the hosted version of WordPress, has built-in support for posting source including syntax highlighting. WordPress.com is using Alex Gorbatchev’s SyntaxHighlighter project to do this. If you are using a self-hosted version of WordPress, you can download the plugin by … Continue reading