Re: Error 15401 using sp_grantlogin (not addressed by current KB articles)
From: Bill Hollinshead [MS] (billhol@online.microsoft.com)
Date: 10/02/02
- Next message: fewgoodpeople: "Granting dbo During Runtime"
- Previous message: jimmers: "Re: Services Account"
- In reply to: Trevor Scroggins: "Re: Error 15401 using sp_grantlogin (not addressed by current KB articles)"
- Next in thread: Trevor Scroggins: "Re: Error 15401 using sp_grantlogin (not addressed by current KB articles)"
- Reply: Trevor Scroggins: "Re: Error 15401 using sp_grantlogin (not addressed by current KB articles)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: billhol@online.microsoft.com ("Bill Hollinshead [MS]") Date: Wed, 02 Oct 2002 16:06:41 GMT
Hi Trevor,
I am afraid you cannot, and you should not, call or use get_sid() because
it is undocumented <g> (ie., it is not in BOL, not in MSDN, not in KB).
Get_sid was designed to solely interface with our internal undocumented
processes. Thus, if our interface needs to be changed in the future, we can
change get_sid's functionality (without advanced notice) because we are not
concerned about the effects upon customer's use of it (since customers
should not be using it <g>). If you need to get a sid within your own
stored procedures, then your code will last longer and be supported if you
were instead to call the GetAccountName and GetAccountSid API calls
(perhaps within an extended stored procedure). Thus, per your Premier
Case's NDA agreement, it is definitely time for that support case <g>.
WRT the old account name issue: NT caches credentials and a reboot will
flush that cache. I can look into this further (or better, your case's
support professional can consult with NT support). Thus the reboot can
account the problem disappearing
Good luck and thanks,
Bill Hollinshead
Microsoft, SQL Server
This posting is provided "AS IS" with no warranties, and confers no
rights. Subscribe to MSDN & use http://msdn.microsoft.com/newsgroups.
- Next message: fewgoodpeople: "Granting dbo During Runtime"
- Previous message: jimmers: "Re: Services Account"
- In reply to: Trevor Scroggins: "Re: Error 15401 using sp_grantlogin (not addressed by current KB articles)"
- Next in thread: Trevor Scroggins: "Re: Error 15401 using sp_grantlogin (not addressed by current KB articles)"
- Reply: Trevor Scroggins: "Re: Error 15401 using sp_grantlogin (not addressed by current KB articles)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|