﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server 2008 - General  / check which SQL Server Service Start Type is set by query? / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 18 May 2013 18:24:20 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: check which SQL Server Service Start Type is set by query?</title><link>http://www.sqlservercentral.com/Forums/Topic1371268-391-1.aspx</link><description>Thanks a lot, a SQL variant would be nice, but I am also happy, that I can use PowerShell for a serious task :)</description><pubDate>Thu, 11 Oct 2012 05:39:01 GMT</pubDate><dc:creator>Arthur Kirchner</dc:creator></item><item><title>RE: check which SQL Server Service Start Type is set by query?</title><link>http://www.sqlservercentral.com/Forums/Topic1371268-391-1.aspx</link><description>I have a powershell query which will list you all services running Manual Mode.Get-WMIObject -Query "Select * from Win32_Service"  | Select-Object name,Startmode -- list all servicesGet-WMIObject -Query "Select * from Win32_Service Where StartMode='Manual'" | Select-Object name -- list services with manual mode startI am trying to run it from xp_cmdshell . I will get back once I get it.</description><pubDate>Thu, 11 Oct 2012 05:24:30 GMT</pubDate><dc:creator>SQL Show</dc:creator></item><item><title>check which SQL Server Service Start Type is set by query?</title><link>http://www.sqlservercentral.com/Forums/Topic1371268-391-1.aspx</link><description>Hi all,we had a "funny" disaster in the morning, because the VM was restarted and the SQL Server Service wasn't, because some joker set it to manual mode.There are intesting SP I googled like  EXEC xp_servicecontrol, but what I really need is a query, that tells me the Start Type for all our servers.Thank You in advance</description><pubDate>Thu, 11 Oct 2012 02:16:33 GMT</pubDate><dc:creator>Arthur Kirchner</dc:creator></item></channel></rss>