Find Database size, File size & Table size in SQL Server

Find Database size in SQL Server

Introduction In this article, we will try to pull all sizes from SQL server. How to find Database Size in SQL Server? How to Get size of all tables in the SQL Server database? We will use different SQL Queries…

Read More →

Increase the number of ErrorLog in SQL

If something goes wrong on the SQL database server, the error log is the first place we look for information. Here you can find error messages, warnings, critical status, database recovery information, auditing information, user-generated messages, and so on. Since…

Read More →