Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 operating system users into table

Author  Topic 

Liat001
Starting Member

17 Posts

Posted - 2010-05-02 : 05:32:46
Hi all.
I need Help.
How do I get all operating system users and put them into table on sql server 2005
thanks.

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-05-02 : 09:45:11
use sys.database_principals catalog view

http://msdn.microsoft.com/en-us/library/ms187328.aspx


------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -