Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7610647
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T01:28:04+00:00 2026-05-31T01:28:04+00:00

I type the following T-SQL code into a sql query window: — Get the

  • 0

I type the following T-SQL code into a sql query window:

-- Get the SUSER_SID standalone
SELECT SUSER_SID('sql_someuser') AS SUSER_SID_OF_SQL_SOMEUSER

-- Get the SUSER_SID as part of a more complex query (should be the same, right?)
SELECT UserSid, UserId FROM User..UserSidToUserId 
UNION ALL
SELECT SUSER_SID('sql_someuser'),12345

Here is the result set I get:

enter image description here

The first two rows of the second result set come straight out of the UserSidToUserId table. But that last row, the one with the UserId of 12345 that is added by the second query of the UNION ALL, the one whose UserSid is generated by the second call to SUSER_SID with the exact same user name is different!

Update:
Just so that there is no confusion, here is the definition of the UserSidToUserId table:

CREATE TABLE dbo.UserSidToUserId
(
  UserSid uniqueidentifier NOT NULL,
  UserId int NOT NULL,
)

How can two calls with the same user name to SUSER_SID produce results that depend on the context in which SUSER_SID is used, given that it is an absolute call that is context independent?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T01:28:05+00:00Added an answer on May 31, 2026 at 1:28 am

    Your UNION is converting the second to a string, presumably however you’ve defined User..UserSidToUserId.UserSid. Notice different answers:

    SELECT SUSER_SID(), CONVERT(VARCHAR(64), SUSER_SID());
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've got the following bit of code as part of a SQL Query: INSERT
I have the following Sql Query that returns the type of results that I
I'm trying to run the following MS SQL query: select PolicyCode, OccupancyCode, premiumcode, VersionNumber,
I have written the following code to place the image path into sql server
I've got the following type of SQL: UPDATE photo AS f LEFT JOIN car
I have come across the following type of code many a times, and I
I can use the following code for tiny little queries: DECLARE @sql VARCHAR(8000) SET
I am using the following query to return a single value: select er.elig_code from
I have the PL/SQL code that is similar to the following snippet: create or
How to convert Varchar to Int in sql server 2008. i have following code

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.