About 26,700 results
Open links in new tab
  1. Restart the SQL Server Agent Service using PowerShell

    Feb 13, 2009 · Here then is a very simple PowerShell script to restart the SQL Server Agent Service for a given instance. All you need do is call the script and pass in the servername as a …

  2. How to Resolve SQL Server Database Stuck in Recovery Pending …

    Feb 28, 2019 · After restarting the SQL Server services, SQL server database can be in recovery pending state when the database is unable to complete or start the recovery process.

  3. Restarting SQL Server using a Batch Script – SQLServerCentral

    Feb 13, 2009 · Brian K. McDonald, 2010-08-29 In a previous post, I showed you how one could Restart, Stop and Start the services for an instance of SQL Server using the SSMS GUI.

  4. Starting and Stopping SQL Server with PowerShell

    Feb 10, 2020 · In my examples, I have three instances of SQL Server – Data Engine Services, Analysis Services – Multidimensional Model, and Analysis Services – Tabular Mode.

  5. Adding an extra file to TEMPDB – SQLServerCentral Forums

    Feb 27, 2013 · Once you've added the second file, restart SQL to reset the existing file to the new size and to clear TempDB.

  6. How to run SSMS as non Admin and restart Services

    May 10, 2023 · If I add the user to the local administrators group of the sql server the question mark is replaced by the green arrow and I can right click on the server and restart, stop, or …

  7. How to Find the SQL Server Instance Startup Time

    Jun 12, 2023 · Learn a number of methods to view or programmatically get the SQL Server instance startup time.

  8. Restart Server to shrink TempDB? - SQLServerCentral Forums

    May 14, 2013 · As it was killing our space, we needed to restart the server. I stopped the SQL service and then we restarted the entire server. 5 minutes later, back up and running and the …

  9. Stop'n'Start SQL Services via command prompt (cmd)

    Feb 13, 2009 · Stop'n'Start SQL Services via command prompt (cmd) Dukagjin Maloku, 2010-06-23 Using the command prompt for stopping and starting services is a very nice possibility and …

  10. Changing Max memory setting to take effect - SQL restart required?

    Mar 20, 2014 · All, Do I need a SQL reboot inorder to make the changes in effect, if I change the Max memory setting to a lower value? Right now its set to default. Environment: SQL 2008, …