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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T20:54:30+00:00 2026-06-04T20:54:30+00:00

well I’m using MS SQL Server (mostly working with the Management Studio) and I

  • 0

well I’m using MS SQL Server (mostly working with the Management Studio) and I can’t find out how to know what values from a table do I have to insert and what values are created automatically? How do I view that?
I mean ID’s are often calculated automatically, but sometimes you need to insert them by hand, so how exactly can I find out/see that?

  • 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-04T20:54:33+00:00Added an answer on June 4, 2026 at 8:54 pm

    Since you are already in SSMS (SQL Server Management Studio), run the following in a query window/tab:

    USE [DBNameWhereTableResides]
    EXEC sp_help 'SchemaName.TableName'
    

    OR

    EXEC DBNameWhereTableResides.dbo.sp_help 'SchemaName.TableName'
    

    You will see entries for “Identity” and “RowGuidCol” that will tell you if the ID is auto-generated.

    You will also see a section for Constraints, first column shown being “constraint_type”, that will show any DEFAULT constraints that will pre-fill a colummn if the value is not specified in the INSERT.

    The second section shows all of the column definitions and the ones marked as “Nullable” = “yes” don’t need to be in the INSERT but without being an IDENTITY field or having a DEFAULT it won’t get a value and will remain NULL if not specified in the INSERT.

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

Sidebar

Related Questions

Well my windows service has to send out automated emails when the sql database
Well, it seems simple enough, but I can't find a way to add a
Well, having decided to get to know some of the basic functions in R
Well, i'm designing a small affiliate system using PHP and Neo4J in order to
Well, I know there is a lots of posts about it, but I have
well. i was use Reactive Extensions (Rx) package async Request,Before you can start writing
well I'm trying to create a great playlist of music, only using a sigle
Well I have a 50000+ row table so I can't load all rows into
Well, I just started to work on server side scripting , I chose PHP,
Well i currently want to do a search engine with SQL and PHP. I

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.