INF: You Cannot Use xp_loginconfig to Set Configuration Values (270716)
The information in this article applies to:
- Microsoft SQL Server 7.0
- Microsoft SQL Server 2000 (all editions)
This article was previously published under Q270716 SUMMARY
In SQL Server 7.0 and SQL Server 2000, you cannot use xp_loginconfig to set configuration values. Therefore, you cannot change the sp_who stored procedure to display the Microsoft Windows NT user name instead of the computer name.
With Microsoft SQL Server 6.5 you could change the output of the sp_who "hostname" so that it would display the Windows NT user name instead of the computer name by running xp_loginconfig and setting "set hostname" to true. In SQL Server 7.0 and SQL Server 2000, because the login name is a real Windows NT domain login name, use of "set username as hostname" is unnecessary.
Modification Type: | Major | Last Reviewed: | 10/17/2003 |
---|
Keywords: | kbinfo KB270716 |
---|
|