加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 站长学院 > MySql教程 > 正文

INF:?SQL?Server?2000?SP3?

发布时间:2020-12-12 02:23:24 所属栏目:MySql教程 来源:网络整理
导读:SUMMARY When you install SQL Server 2000 Service Pack 3 (SP3),a Microsoft Windows user account named SQLDebugger is created. This article discusses the SQLDebugger account,including when the account is created,the default permissions that

SUMMARY
When you install SQL Server 2000 Service Pack 3 (SP3),a Microsoft Windows user account named SQLDebugger is created. This article discusses the SQLDebugger account,including when the account is created,the default permissions that are assigned to the account,and when the account is used.

MORE INFORMATION
The SQLDebugger Windows user account is created when the SQL Debugger Registry2 DCOM server process (Sqldbreg2.exe) is registered. By default,SQL Server 2000 SP3 registers this process,and the SQLDebugger Windows user account is created.

SQL Query Analyzer includes T-SQL Debugger. By using T-SQL Debugger,you can control and monitor how stored procedures run. T-SQL Debugger uses the SQLDebugger Windows user account to connect to the database server.

Microsoft Visual Studio .NET applications use SQL Server Debugging to debug SQL Server stored procedures. The SQLDebugger Windows user account is also created when you install Visual Studio .NET.

Note The SQLDebugger account is created by using a strict random password policy for security purposes. If the password does not comply with the effective local password complexity policy,the SQLDebugger account is not created and the DCOM server is registered to run under the interactive user account. This prevents SQL Server Debugging from working correctly when you run Visual Studio .NET in the Terminal Services client session.

The SQLDebugger Windows user account has the following characteristics : ? It belongs to the built-in Windows Users group.
? It does not have local logon rights.

Note The Deny logon locally security setting is set for the SQLDebugger account.
? You can log on to the SQLDebugger account by using a batch-queue facility.

Note The Log on as a batch job security setting is set for the SQLDebugger account.
? By default,the User cannot change password and Password never expires options are set.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读