Database monitoring in MS SQL Server

Monitoring refers to checking the database status (database), setting the owner name, file name, file size, backup schedule .

Database monitoring on SQL Server can be done primarily through SQL Server Management Studio or T-SQL, and can also be controlled in other ways such as 3rd party tools, creating Job in Server Agent .

You can check the status of the database as being connected (Online) as shown in the image below or in another state (Offiline) as shown in the image below.

Database monitoring in MS SQL Server Picture 1
The database is in connection state

Database monitoring in MS SQL Server Picture 2
TestDB is currently Offline

Previous article: How to decentralize users in MS SQL Server

Next lesson: How to start and stop services in MS SQL Server

5 ★ | 1 Vote

May be interested

  • Learn about the role concept in SQL ServerLearn about the role concept in SQL Server
    in any database management system, security and security are always top priority. and with sql server, if we take advantage of the many advantages of this application, those who manage the system administration will greatly reduce the burden as well as the pressure on the job.
  • Ways to log in database on MS SQL ServerWays to log in database on MS SQL Server
    below are instructions on how to log into the database on ms sql server.
  • 11 best MySQL monitoring tools for adjusting and managing SQL Server performance11 best MySQL monitoring tools for adjusting and managing SQL Server performance
    today, tipsmake.com will review the leading mysql (sql) software and performance management tools, helping you manage sql servers, as well as adjusting their performance and speed.
  • Database monitoring with SQL ProfilerDatabase monitoring with SQL Profiler
    profiler allows you to manage and capture ongoing activities in your database. today, we will learn how to use profiler.
  • Compare the performance of MongoDB and SQL Server 2008Compare the performance of MongoDB and SQL Server 2008
    in the following article, we will point out the difference in performance of the relatively new database management system, which is mongodb and one of the popular systems like sql server (mysql or oracle). most of the data is given here in the form of charts, so we can easily imagine the advantages and disadvantages of mongodb as well as other database management systems.
  • eQuiz - Multiple choice test on SQLeQuiz - Multiple choice test on SQL
    this is a small test of the sql database administration system, there will be 10 questions in total with no time for answering each sentence.
  • Microsoft Windows PowerShell and SQL Server 2005 SMO - Part 10Microsoft Windows PowerShell and SQL Server 2005 SMO - Part 10
    in part 10, i will show you how to use powershell scripts in conjunction with smo and parameters to create sql server scripts. creating sql server scripts is an important task for administrators and sql server database development professionals.
  • Use and manage Database MailUse and manage Database Mail
    sql server 2005 has a small mail system called database mail. as an improved feature in sql mail compared to earlier versions of sql server, database mail is a mail queue system. email messages are stored in an internal queue
  • How to install SQL Server databaseHow to install SQL Server database
    one of the most important things you must do in sql server 2008 is to install data and log files
  • Restore SQL Server from Transaction LogRestore SQL Server from Transaction Log
    transaction log (also known as database log or binary log) is an action history that is executed by the database system to ensure acid properties when the system fails.