About 156,000 results
Open links in new tab
  1. database - What's the best way to start and stop SQL Server from …

    Nov 15, 2016 · With the commands below, I could start and stop SQL Server 2019 Express: net start "SQL Server (SQLEXPRESS)" net stop "SQL Server (SQLEXPRESS)" You can find the …

  2. best practices - What steps are necessary to safely restart a …

    Aug 27, 2013 · 31 Are there any special steps necessary to prevent data corruption when restarting a server hosting an MS SQL Server instance? For example, I recently encountered …

  3. How to restart MS SQL server right, what is best practice to do that ...

    Jan 20, 2020 · SQL: shrink all DB and logs files SQL: killed all Runtime Brocker`oв SQL: stopped SQL agent SQL: stopped SQL server Restart Windows Server. UPDATED : 1) How big is the …

  4. sql server - Start, stop and restart service menu options are …

    Jan 2, 2021 · I'm trying to start my sql server instance but apparently, the menu options for starting, stopping and restarting the instance are disabled. What I did to learn this was to right …

  5. How do you force SQL Server to release memory? - Stack Overflow

    Aug 17, 2016 · FROM sys.dm_os_process_memory; A solution is to drop max server memory for the SQL Server and increase it again to force SQL Server to release unused but allocated …

  6. Sql Server - how to get last server restart (DMV reset date/time)

    Apr 5, 2012 · However, I would like to add to the resultset the 'last server restart', or to be more specific, the date/time the statistics for (all, the specific) DMV was reset. Since it would be …

  7. How to restart sql server 2012 by using SQL - Stack Overflow

    Jan 24, 2015 · Is there any way to restart, start or stop sql server 2012 by executing SQL statement? thanks.

  8. Reset AutoIncrement in SQL Server after Delete - Stack Overflow

    Mar 10, 2021 · Reset AutoIncrement in SQL Server after Delete Asked 16 years, 10 months ago Modified 10 months ago Viewed 587k times

  9. sql server - Does Traceflag 1800 require a restart? - Database ...

    Apr 9, 2020 · Since you don't have a maintenance window to restart the server now by using the -T recommended option, you could use DBCC TRACEON to activate it emediately and also …

  10. Where to see SQL Server start/stop logs? - Stack Overflow

    Sep 23, 2009 · I want to know where to see SQL Server start/stop logs for each instances and SQL Server agent/job start/stop logs? I am developing some tools to monitor SQL Server status.