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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T00:37:36+00:00 2026-05-27T00:37:36+00:00

We have a 5GB table (nearly 500 million rows) and we want to remove

  • 0

We have a 5GB table (nearly 500 million rows) and we want to remove the identity property on one of the column, but when we try to do this through SSMS – it times out.

Can this be done through T-SQL?

  • 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-27T00:37:36+00:00Added an answer on May 27, 2026 at 12:37 am

    You cannot remove an IDENTITY specification once set.

    To remove the entire column:

    ALTER TABLE yourTable
    DROP COLUMN yourCOlumn;
    

    Information about ALTER TABLE here

    If you need to keep the data, but remove the IDENTITY column, you will need to:

    • Create a new column
    • Transfer the data from the existing IDENTITY column to the new column
    • Drop the existing IDENTITY column.
    • Rename the new column to the original column name
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a DB table with 10 million rows, 5GB of data, no primary
I have a large mysql MyISAM table with 1.5mil rows and 4.5GB big, still
I am testing Postgres insertion performance. I have a table with one column with
I have table with more than 3 000 000 rows. I have try to
I have large database table, approximately 5GB, now I wan to getCurrentSnapshot of Database
I have a table with approx 120M records and 1.5Gb in size. This table
I have a file containing ~20 million lines (~1.5GB). Each line is of the
I have a very large (2.5GB, 55 million node) XML file with the following
I have an huge table (millions of rows and 2 columns) similar to the
I have a Text file of Size 1.5GB or around 1.3Crores of Rows. When

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.