Canon Scanner – Unable to Open TWAIN Source

Canon Scanner – Unable to Open TWAIN Source

Recently I replaced my laptop and one of the important things that I needed to get working on it was my Canon LiDE25 scanner that I used for askgarth.com tasks. Each time I replace my laptop (which happens frequently enough) I encounter the same problem with this...
Subselect Query for Reports (SQL)

Subselect Query for Reports (SQL)

This post is a continuation of my series about how queries are processed. Please start with the first blog post in this series for more details. As a Microsoft Endpoint Configuration Manager (MEMCM / MECM / SCCM / ConfigMgr ) reports, which is really SQL Server...
The Subselect Query

The Subselect Query

Earlier, in my blog posts from last week I talked about how queries are processed and how a Not Equal To operator is processed. At any rate, in this blog post I will help you to write a subselect query in order to determine what PCs are missing a specific type of...
How a Not Equal To Query is Processed

How a Not Equal To Query is Processed

During and building on yesterday’s blog post about how a query is processed this post will show you how a query processes the Not Equal To operator. I should start out by saying Not Equal to is also shown with query as “Not (…=…)” or as...