Configuring SQL Server
Feature Only in Enterprise Edition This feature is supported only in Visual C++ Enterprise Edition. For more information, see .
To use the SQL debugger, you must configure SQL Server according to the following instructions.
To configure your computer to run SQL Server as an NT Service
From the Control Panel, choose the Services application.
The Services dialog box appears.
In the list box, select MSSQLServer.
Click Startup.
The Service dialog box appears.
Click This Account.
In the This Account edit box, enter the logon user account of the person who will be using the SQL debugger. For example, type Domain1\MarkD.
In the Password and Confirm Password edit boxes, enter the user’s password.
Note You must change and confirm the password in the Service dialog box if the user’s NT password changes.
Click OK.
Click Close.
The SQL Server is now configured as an NT Service.
Note The SQL Server is incorrectly configured if SQL debugging fails and the event log contains the entry, “SQL Server when started as service must not log on as System Account. Reset to logon as user account using Control Panel.”