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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T21:07:57+00:00 2026-06-17T21:07:57+00:00

Possible Duplicate: how to set auto increment after creating a table without any data

  • 0

Possible Duplicate:
how to set auto increment after creating a table without any data loss?

How do I modify the primary key column (integer type) of a SQL Server 2012 table so that it’s auto-generated?

  • 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-17T21:07:58+00:00Added an answer on June 17, 2026 at 9:07 pm
    CREATE TABLE dbo.Test(PkCol int CONSTRAINT PK_Test_PkCol PRIMARY KEY, OtherCol varchar(1));
    
    ALTER TABLE dbo.Test
    DROP CONSTRAINT PK_Test_PkCol 
    GO
    ALTER TABLE dbo.Test DROP COLUMN PkCol
    ALTER TABLE dbo.Test
    ADD PkCol int IDENTITY(1,1) CONSTRAINT PK_Test_PkCol PRIMARY KEY
    GO
    

    IDENTITY

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

Sidebar

Related Questions

Possible Duplicate: MySQL: Reorder/Reset auto increment primary key? I have an auto increment field
Possible Duplicate: Adding an identity to an existing column how to set auto increment
Possible Duplicate: How to set AUTO-SCROLLING of JTextArea in Java GUI? I'm creating an
Possible Duplicate: iterator validity ,after erase() call in std::set When I iterate over a
Possible Duplicate: Using unused primary keys I created a table with an id column
Possible Duplicate: Set NA to 0 in R I have a data.frame with a
Possible Duplicate: Set Additional Data to highcharts series So I have this graph: http://jsfiddle.net/Gg3ZL/
Possible Duplicate: Min-width and max-height for table atrributes I've set a height in my
Possible Duplicate: set identity on the column I have a table let's say Messages
Possible Duplicate: How to set android show vertical orientation? I'm trying to disable auto

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.