PowerShell Script to restart SQL Services
This article gives PowerShell script to restart the SQL Server service, SQL Server Agent, Reporting Service (SSRS), and SQL Server...
233 articles
This article gives PowerShell script to restart the SQL Server service, SQL Server Agent, Reporting Service (SSRS), and SQL Server...
As per best practice, you must set SQL Server min and max server memory(MB) as post-installation steps. SQL Server 2019...
This article helps you get the SQL Server agent job name from the hexadecimal Job ID format. Let’s say you...
SQL Server memory pressure can cause a lot of problems. This is a list of queries you can run to...
Have you ever wondered why your tempdb database is growing so fast? This article explores how to find the culprit...
One of the fantastic features of Always On Availability Groups is that you can take one of the replicas for...
Database servers are used for storing vast amounts of data. It is essential to know when any user last used...
Want to know how to convert a Unix timestamp to a SQL Server timestamp or vice-a-versa? This article shows you...
Did you face the error – VIEW SERVER STATE permission was denied on object ‘server’, database ‘master’ while executing the...
Many SQL Server DBAs manage jobs through the SSMS GUI and do not know about the underlying T-SQL scripts being...