The following SQL shows how to select a row from a table using the current financial year as the WHERE condition. This is useful if you have a table of…
wp-login, also known as "The Login Form" is the standard place where authentication is handled on WordPress websites. It's the screen users see and interact with when registering, logging in…
The following steps show how to enable hard drive encryption using BitLocker on Windows 10. With BitLocker enabled the data on your hard drive will not be able to be…
There are many commercial tools to help you design and test SQL statements, as well as the execution tests in built into SQL Management Studio - however sometimes you just…
When running a VBS script by double clicking on the script file, the code does not run as an elevated user. There are several workarounds to this, such as -…
Many developers use Notepad++ as a quick and easy editor, but what many don't know if that you can install plugins to add functionality, such as comparing two files. The…
Since Office 2007, Word has offered the two ways to compare two Word documents for differences. This is useful if you've found a Word document you're working on has been…
Below you'll find two ways to search an SQL table column for a case insensitive string. Both examples use the % wildcard to give you records that contain the string,…
Problem When attempting to add a data source, such as a table, view or command, to a Crystal Report you receive the following error messages as soon as you try…