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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T01:31:00+00:00 2026-06-11T01:31:00+00:00

Is it possible to mark a column immutable in MSSQL? Seems like it would

  • 0

Is it possible to mark a column immutable in MSSQL?

Seems like it would be a useful DDL feature; once a value is set in a row (‘row’ being defined as a specific relation of values to a primary key), it could not be changed without deletion of the row.

Obviously (like most things) this is more than doable in the application layer, but half the fun of SQL DDL is error-checking your application code.

  • 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-06-11T01:31:02+00:00Added an answer on June 11, 2026 at 1:31 am

    If the user doing the DML is not the owner of the objects and not “db_owner” in the database itself, you can just grant “insert” privilege, but not update privilege for that table:

    Assuming a table with id, col1, col2

    grant insert, select, delete on the_table to the_user;
    grant update (id, col2) on the_table to the_user;
    

    With these grants the_user can insert rows and supply values for all three columns. He can also update the id and the col2 column, but not the col1 column.

    The db_owner (and possibly the creator/owner of the table) can always update all columns. I don’t know if there is a way to revoke that privilege from those rolws.

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

Sidebar

Related Questions

How is possible to display a QMessageBox::warning with the triangular exclamation mark symbol like
It is possible to mark a particular column as unique=true. What is the most
Is it possible to somehow mark a System.Array as immutable. When put behind a
Possible Duplicate: Why would one mark local variables and method parameters as “final” in
Is it possible to mark a field valid with jQuery validator, or to ask
Possible Duplicate: Regex question mark I am trying to figure out how to parse
Possible Duplicate: Rewriting URL that contains question mark Hi a noob question for url
Possible Duplicate: What does the question mark and the colon (?: ternary operator) mean
Possible Duplicate: What does the exclamation mark do before the function? What's the point
I am using a tooltip plugin called qTip2. I would like to be able

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.