10

What is SID? How this is interrelated with the user logins ? What is the functionality of the SID ? Can anybody explain it with simple words?

jacksantho
  • 361
  • 3
  • 6
  • 18

1 Answers1

4

From Wikipedia's entry on Security Identifier:

In the context of the Microsoft Windows NT line of operating systems, a Security Identifier (commonly abbreviated SID) is a unique name (an alphanumeric character string) which is assigned by a Windows Domain controller during the log on process that is used to identify a subject, such as a user or a group of users in a network of NT/2000 systems.

Magnus Lindhe
  • 7,157
  • 5
  • 48
  • 60
  • as sid in sql is stored in fancy way - use this to format it correctly: http://stackoverflow.com/questions/6831933/how-can-i-obtain-an-active-directory-group-name-from-a-sql-server-stored-sid/ – Kodak Apr 12 '17 at 13:31
  • 2
    This doesn't answer the question. The OP is asking about SIDs in the context of SQL, not within AD. – Mark Roworth Sep 04 '19 at 11:01