Re: How get WIN NT/2000 users full name?
From: Sue Hoegemeier (Sue_H_at_nomail.please)
Date: 10/28/03
- Next message: Robert Strickland: "Re: Views, Table Permissions and Stored Procedures"
- Previous message: Linda: "Re: dbcreator and restore?"
- In reply to: Valério: "How get WIN NT/2000 users full name?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 28 Oct 2003 09:45:09 -0700
Nothing directly built into SQL Server that I can think of.
One option would be to get the info from AD using ADSI. You
could populate a table with AD info if that's what your
after. You can find an example of this in the following
article:
HOW TO: Populate a SQL Server 2000 Database with Information
from Active Directory
http://support.microsoft.com/?id=319716
-Sue
On Tue, 28 Oct 2003 06:05:08 -0800, Valério
<valmeida@net.ms.gov.br> wrote:
>
> How can I get WIN NT/2000 users' full name using SQL. I
>know I have the logins, but I need the full names.
>Perhaps, create a table with login, full name.
>
> Thanks in advance.
> Valério
- Next message: Robert Strickland: "Re: Views, Table Permissions and Stored Procedures"
- Previous message: Linda: "Re: dbcreator and restore?"
- In reply to: Valério: "How get WIN NT/2000 users full name?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|