Advice requested : Storing SID String in SQL table
- From: "Russell Mangel" <russell@xxxxxxxxx>
- Date: Wed, 16 Aug 2006 18:13:41 -0700
I would like to store a Windows NT Account SID in an SQL server table as a
SID String.
What is the maximum length of a SID String?
What is the maximum length of a SID byte[] array?
Is this information published anywhere?
Thanks
Russell Mangel
Las Vegas, NV
PS
I am just trying to avoid using overly large
column lengths in SQL 2005. I realize that
I could use VARBINARY(MAX) for
bytes, or VARCHAR(MAX) for SID
string.
.
- Follow-Ups:
- Re: Advice requested : Storing SID String in SQL table
- From: Joe Kaplan \(MVP - ADSI\)
- Re: Advice requested : Storing SID String in SQL table
- Prev by Date: DPAPI and key store
- Next by Date: Access Rights and Folders
- Previous by thread: DPAPI and key store
- Next by thread: Re: Advice requested : Storing SID String in SQL table
- Index(es):
Relevant Pages
|