﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Administering / SQL Server 2005  / Can't start SQL Server service as Network Service / 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, 25 May 2013 21:32:11 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Can't start SQL Server service as Network Service</title><link>http://www.sqlservercentral.com/Forums/Topic1414351-146-1.aspx</link><description>Sorry been on holiday!How have you been getting on with this?Did using the configuration manager allow you to start the service under [NETWORK SERVICE] or did you get the same error?Andrew</description><pubDate>Sun, 10 Feb 2013 12:31:03 GMT</pubDate><dc:creator>Andrew Pruski</dc:creator></item><item><title>RE: Can't start SQL Server service as Network Service</title><link>http://www.sqlservercentral.com/Forums/Topic1414351-146-1.aspx</link><description>[quote][b]cphite (1/31/2013)[/b][hr]...  However, when I try to start the new instance under that account, I get an error saying it cannot start ... [/quote]What is the actual error message you're getting, and where do you see this error?Did the install have any problems?Have you tried setting the account from SQL Configuration Manager?</description><pubDate>Tue, 05 Feb 2013 04:59:43 GMT</pubDate><dc:creator>philcart</dc:creator></item><item><title>RE: Can't start SQL Server service as Network Service</title><link>http://www.sqlservercentral.com/Forums/Topic1414351-146-1.aspx</link><description>Did you use Configuration Maanger to change the service? Check the log for errrors? If it ones for one instance, it has the rights for service start, but it might not have proper file permissions or permissions inside SQL Server for something.</description><pubDate>Mon, 04 Feb 2013 09:57:12 GMT</pubDate><dc:creator>Steve Jones - SSC Editor</dc:creator></item><item><title>RE: Can't start SQL Server service as Network Service</title><link>http://www.sqlservercentral.com/Forums/Topic1414351-146-1.aspx</link><description>Did you check to see if Network Service has permissions in the new instance? USE Master GO select left(name,25) name, type, type_desc from sys.server_principals AS logWHERE (log.type in ('U', 'G', 'S', 'R'))AND Name LIKE 'NT%' order by 3,1</description><pubDate>Mon, 04 Feb 2013 09:48:41 GMT</pubDate><dc:creator>DB_Newbie2007</dc:creator></item><item><title>RE: Can't start SQL Server service as Network Service</title><link>http://www.sqlservercentral.com/Forums/Topic1414351-146-1.aspx</link><description>Mainly I just would like to know why it's not working, because it seems strange that it would work for one instance and not the other. Thanks</description><pubDate>Fri, 01 Feb 2013 13:56:28 GMT</pubDate><dc:creator>cphite</dc:creator></item><item><title>RE: Can't start SQL Server service as Network Service</title><link>http://www.sqlservercentral.com/Forums/Topic1414351-146-1.aspx</link><description>Hello,Do you need the service to run under NETWORK SERVICE?I would create an AD account for the service and use that. You can then assign the required access rights.Andrew</description><pubDate>Fri, 01 Feb 2013 04:47:35 GMT</pubDate><dc:creator>Andrew Pruski</dc:creator></item><item><title>Can't start SQL Server service as Network Service</title><link>http://www.sqlservercentral.com/Forums/Topic1414351-146-1.aspx</link><description>I have a development server that is running SQL Server 2005.  I was asked to install a new instance for some testing.The previous service is running under NT Authority/Network Service and works.  However, when I try to start the new instance under that account, I get an error saying it cannot start.In the event viewer, I see errors regarding access to various SQL files in C:\Program Files\Microsoft SQL Server\MSSQL.4\MSSQL\ - I've explicitly granted the account full rights to that folder and everything below it but still no go.Has anyone else run into this?</description><pubDate>Thu, 31 Jan 2013 14:24:20 GMT</pubDate><dc:creator>cphite</dc:creator></item></channel></rss>