News

In SQL Server, the database can be stored in different files and filegroups. If your database is small (100 MB or less), you do not need to worry too much about files and filegroups. But if you have a ...
Here, Knowledge Center contributor Brent Ozar outlines seven actions database administrators can perform to build a sound database backup and recovery strategy.
Let’s take a look at each of the backup types and how they work. Full Backups When you run a full database backup, everything in your database is backed up. This is the most basic form of backup in ...
How to Recover Deleted Data from SQL Server without Backup Blog 22 Apr 2025 Bharat Bhushan Technical Marketer, Stellar Data Recovery If you have accidently deleted data from database tables in MS SQL ...
Joey on SQL Server How To Automate Tasks in Azure SQL Database Knowing how to automate tasks in the cloud will make you a more productive DBA. Here are the key concepts to understand about cloud ...
SQL Server 2016 and Azure SQL Database both give you tables that automatically keep track of changes to your data. Here's how to both create those tables and alter existing tables so they track the ...
Procedure to move Microsoft SQL Server database to a new location, painlessly, if you’re running low on disk space, added a new drive array, or just curious.