SQL Server Wrong Server Name
In your SQL Server code are you using @@SERVERNAME? This can return the wrong information. For me it […]
In your SQL Server code are you using @@SERVERNAME? This can return the wrong information. For me it […]
SQL Server security is a big topic. If you don’t know much about it then it will take […]
This post is a step-by-step tutorial on how to set up a Windows Server 2016 VM inside of […]
So you’ve just bought a new Windows 10 laptop. That’s exciting. What should you do next? There are […]
As Wikipedia says: “Vivaldi is a freeware, cross-platform web browser developed by Vivaldi Technologies, a company founded by […]
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 […]