Wrox Programmer Forums
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 22nd, 2003, 11:57 AM
Authorized User
 
Join Date: Jun 2003
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
Default List of DB login name

Hello all,

In each DB on a server has different user login, I'd like to get list of DB user only. Which system table that I can query a list of DB user not server user? Please help.

Thanks for all helps
 
Old October 23rd, 2003, 02:32 AM
Authorized User
 
Join Date: Jun 2003
Posts: 77
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Check out the sysusers system table in each database. It seems to contain what you want.

All I had to do was to look at all the system tables in a random database...

defiant.
 
Old October 23rd, 2003, 03:16 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,212
Thanks: 0
Thanked 1 Time in 1 Post
Default

Have you looked at the system stored procs sp_helplogins and sp_helpuser ?





Similar Threads
Thread Thread Starter Forum Replies Last Post
Chapter 6 Blog - Cannot Login Access DB bmoran007 BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 4 November 26th, 2007 10:53 AM
Login multiple db ess100 ASP.NET 2.0 Professional 1 January 16th, 2007 08:18 AM
How do I get a list of all tables of Oracle DB? amjad_mahmood Excel VBA 0 August 5th, 2005 06:56 AM
Getting list of tables using DB name shazia1 VS.NET 2002/2003 2 July 6th, 2005 12:17 PM
session login with access db surethg Beginning PHP 3 November 19th, 2004 04:34 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.