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 ...
If you have not created backup or the backup file is not readable, then read this article to know the ways to recover deleted data from MS SQL Server without backup. Ways to Recover Deleted Data from ...
Microsoft on Monday announced that Azure Backup for SQL Server had reached 'general availability' status, meaning it's deemed ready for production-environment use.
I'm backing up SQL databases directly to a UNC path. Smaller (e.g.
On the Database Settings tab of the Server Properties dialog, you can select the option Compress Backup. Alternatively, you can run the following t-SQL code: EXEC sp_configure 'show advanced ...
Idera’s SQLsafe — a backup utility for Microsoft SQL Server — was designed to compete directly with Imceda’s LiteSpeed. Similar to LiteSpeed, SQLsafe improves on native SQL Server backups ...
With the latest public preview available, it's time to see if you want to upgrade to the most cloud-connected version of SQL Server so far.
Q&A Get Started Using .NET Aspire with SQL Server & Azure SQL Database By David Ramel 01/23/2025 Microsoft unveiled .NET Aspire at the Build 2024 developer conference, describing it as an opinionated, ...
Last time, we discussed the different backup types available in SQL Server. Now, let's take a quick look at some best practices when it comes to configuring those backups. Although there is no one set ...
Transaction Log Backups Transaction log or t-log backups will backup any data that exists in your transaction log. In addition to backing up the transaction log, these backups also remove the data ...