Windows 10 Virtual Machine
In this post I will create a Windows 10 virtual machine in VirtualBox. The next step is to […]
In this post I will create a Windows 10 virtual machine in VirtualBox. The next step is to […]
Are you working with SQL Server Management Studio (SSMS)and do you see one or more of your databases […]
What are some of the best practices for naming your tables in Microsoft Excel? The website Excel Campus […]
What are Pivot Tables in Microsoft Excel? First of all, let’s discuss tables. In Excel, a table is […]
There are a lot of Excel Power Query tutorials on YouTube. Below is just a short list of […]
Are you working with an SQL database where you need to copy data from one table to another? […]
So far we’ve created a lot of new columns. These are only temporary columns because what we really […]
Since we are going to use PARSENAME to process/parse the string, and it works with a maximum of […]
Below is the code to add the new columns. Each fruit must ultimately be in its own column, […]
Now that we have finished “normalizing” our fruits, we can write much better queries against the data. We […]
This post is about determining just how many parts there are in a string that is delimited with […]
Below is the full script that you can use on your non-production server. This script is based on […]