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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T21:58:42+00:00 2026-06-15T21:58:42+00:00

Background: Table has about 200m rows 55GB. I need to do a row copy-over

  • 0

Background: Table has about 200m rows 55GB.

I need to do a row copy-over to a duplicate table but with a BIGINT identity and of course when generating the script to CREATE from original table it leaves everything the same, including the table name, INT value of the PK, and the PRIMARY KEY CONSTRAINT – all of which need to be changed.

My question is, if I change the PRIMARY KEY CONSTRAINT name, and don’t change it back, will it screw things up? Might stored procedures or direct commands call this constraint directly, as an index or something? If it needs to be renamed later, is that an instantaneous process or a long one being such a large table?

I don’t think it matters about the other indexes because I should just drop them on the original table before recreating on the new one, right?

And one more question: On a table this size – and a high volume system, with performance in mind, should I be reconsidering changing any of the following values?:

WITH (
    PAD_INDEX  = OFF, 
    STATISTICS_NORECOMPUTE  = OFF,
    IGNORE_DUP_KEY = OFF, 
    ALLOW_ROW_LOCKS  = ON, 
    ALLOW_PAGE_LOCKS  = ON, 
    FILLFACTOR = 95
) ON [PRIMARY]
  • 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-15T21:58:43+00:00Added an answer on June 15, 2026 at 9:58 pm

    Index names are usually not directly referenced in programming API. There is no ‘select from index’ nor ‘insert into index’ syntax, everything references the table object. In few places though the index name is exposed, like for instance table hints.

    But you may have in place administrative/maintenance scripts/jobs that are aware of the physical layout (ie. index and constraint names).

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

Sidebar

Related Questions

A table row has hover background. I need to get rounded corners on the
I have a table row that has background color on hover. When user clicks
I have a table row with two cells and the row has hover background
I am trying to empty an HTML table that has about 200 rows using
Background I have a dimension table that has a single record for each day.
I have a table where i want to change cell background on mouse over
I have a table which is zebra-striped (different background color for each odd rows).
I'm trying to fade in the background colour of a table row, and can't
I have a table with approx 5 million rows which has a fk constraint
I'm relatively new to C# - but come from a C/C++ background. I need

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.