Select the product you need help with
PRB: SQL Server Debugging with Visual Studio Service Pack 5 Requires a Non-System AccountArticle ID: 281649 - View products that this article applies to. This article was previously published under Q281649 SYMPTOMS
With Visual Studio 6.0 Service Pack 5 or later, SQL Server debugging cannot be performed when the SQL Server service is set to run under the Local System account. This is true regardless of whether SQL Server is local to the computer where Visual Studio is installed or is located on a remote computer. The following error message appears in the application event log from the source MSDEVSDI:
SQL Server when started as service must not log on as System Account. Reset
to logon as user account using Control Panel.
RESOLUTION
Configure the SQL Server service to run under a valid user account instead of the Local System account.
MORE INFORMATION
Prior to Visual Studio 6.0 Service Pack 5, SQL Server debugging could be performed successfully on a Microsoft Windows NT 4.0 computer with a local SQL Server, even though SQL Server itself was set to run under the Local System account. In Visual Studio 6.0 Service Pack 5 and later, this has been changed so that the behavior is consistent across all platforms. SQL Server must be running under a non-system account for debugging to be successful. With Microsoft Windows 2000, SQL Server debugging has never been possible when the server is running under the Local System account, even if the server was on the same computer as Visual Studio. REFERENCESFor additional information, click the article numbers below
to view the articles in the Microsoft Knowledge Base:
156096
(http://support.microsoft.com/kb/156096/EN-US/
)
INF: Tips for Debugging Stored Procedures from VC++
179235
(http://support.microsoft.com/kb/179235/EN-US/
)
DOC: SQL Debugging with VC++ 5.0 Requires a Non-System Account
Properties |


Back to the top








