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 3342582
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T00:51:20+00:00 2026-05-18T00:51:20+00:00

Consider user is denied access to a table of financial secrets: SELECT * FROM

  • 0

Consider user is denied access to a table of financial secrets:

SELECT * FROM Transactions
SELECT permission denied on object 'Transactions'

No problem:

CREATE VIEW dbo.Transactions2 AS SELECT * FROM Transactions
Command(s) completed succesfully.

SELECT * FROM Transactions2
(84,387,982 row(s) affected)

Are users supposed to be able to bypass deny permissions on a table by aliasing the table?

Edit: Sauce:
alt text

  • 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-18T00:51:21+00:00Added an answer on May 18, 2026 at 12:51 am

    This is working as advertised

    It’s called “ownership chaining“

    • dbo owns both table and view/function/stored proc
    • view/function/stored proc references table
    • table permissions are not checked at all (for GRANT, DENY, whatever)

    If you don’t want someone to see a column/table, don’t have it in the view/function/stored proc. Or add logic/joins to check permissions according to whatever model you’ve used.

    Previous answers: one, two

    It’s been in SQL Server and Sybase since, well, long time.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Consider this T-SQL: CREATE USER my_test_user WITHOUT LOGIN; SELECT USER_NAME(), USER, SUSER_SNAME(),SYSTEM_USER, suser_name(); EXECUTE
Consider i have a user table and I have three columns mobilePhone , homePhone
I have file writing permission denied problem in my web application, below is the
I don't consider myself a Mac power user but permission in particular are confusing
Let us consider a user table: Username,email1,email2 Now, I want to make sure that
Let’s consider table Video( IDvideo(PK), Date, Description, User ) with mysql I have no
Consider these two scenarios: a user presses a button in a view (e.g. Fulfill
Consider this simple query: SELECT * FROM table1 JOIN table2 USING(pid) WHERE pid='2' ;
Consider this: class User < ActiveRecord::Base # name, email, password end class Article <
Consider a facebook User — MB , one of the admins of a facebook

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.