Move a VirtualBox VM
You can build your VMs on one computer and move them to another computer. You don’t need to […]
You can build your VMs on one computer and move them to another computer. You don’t need to […]
BGInfo is part of Microsoft’s Sysinternals. At the website it says the following: “How many times have you […]
Windows Sysinternals is a suite of programs, resources and utilities to manage, diagnose, troubleshoot, and monitor a Microsoft […]
As Wikipedia says: “Windows Server 2016 is a server operating system developed by Microsoft as part of the […]
Sometimes in SQL Server you need to create a summary table from a transaction table. Transactions are coming […]
VirtualBox is a cross-platform virtualization application. VirtualBox it installs on your existing Intel or AMD-based computers, whether they […]
The SQL Server Case statement is best explained by example. What Case allows us to do is get […]
INTERSECT says “give me what’s common to both” as the word itself implies. It is the intersection of […]
EXCEPT is available in SQL Server starting with SQL Server 2008. EXCEPT returns distinct rows by comparing the […]
Here is a table showing the integer types of SQL Server from the Microsoft website. INT goes up […]
This article is discussing the combining of two or more tables using UNION or UNION ALL into one […]
Suppose we have a view that we can select to see the rows and columns of the underlying […]