Sometimes you become the accidental DBA, or you are the DBA by choice. Either way, you can choose to spend time working in SQL Server Management Studio (SSMS) to look at things such as backups or the ...
Azure SQL vs SQL Server in 2026: compare cost, features, AI, and migration paths, plus when Managed Instance beats Azure VM in one clear framework.
In a previous article, I talked about getting started with managing SQL server using PowerShell and the Server Management Objects (SMO). While that was mostly spent making the connection and doing ...
The world of the data professionals and DBAs is swirling with threats and risks, and those dangers are on the rise. You’re probably accustomed to using longstanding database fea­tures to secure your ...
Connecting Visual Basic to SQL databases gives your applications the ability to store, retrieve, and update information dynamically. By setting up the right environment, using ADO.NET for database ...
When in March this year Microsoft announced that it was bringing SQL Server to Linux the reaction was one of surprise, with the announcement prompting two big questions: why and how? SQL Server is one ...
How Microsoft made Azure SQL more available by making recovery faster Your email has been sent Databases are wonderful things, until they go wrong. Then you’re left waiting for a recovery to unwind ...
If you are a SQL programmer, learning recursive SQL techniques can be a boon to your productivity. A recursive query is one that refers to itself. I think the best way to quickly grasp the concept of ...
SQL databases have constraints on data types and consistency. NoSQL does away with them for the sake of speed, flexibility, and scale. One of the most fundamental choices to make when developing an ...