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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T23:37:54+00:00 2026-05-10T23:37:54+00:00

It is connected to BI and merging of data from different data sources and

  • 0

It is connected to BI and merging of data from different data sources and would make that process more smooth.

And is there an optimal migration strategy from a database without Guids to a version with Guids without information losses?

  • 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. 2026-05-10T23:37:55+00:00Added an answer on May 10, 2026 at 11:37 pm

    Edited after reading Frans Bouma’s answer, since my answer has been accepted and therefore moved to the top. Thanks, Frans.

    GUIDs do make a good unique value, however due to their complex nature they’re not really human-readable, which can make support difficult. If you’re going to use GUIDs you might want to consider doing some performance analysis on bulk data operations before you make your choice. Take into account that if your primary key is ‘clustered’ then GUIDs are not appropriate.

    This is because a clustered index causes the rows to be physically re-ordered in the table on inserts/updates. Since GUIDs are random, every insert would require actual rows in the table to be moved to make way for the new row.

    Personally I like to have two ‘keys’ on my data:

    1) Primary key
    Unique, numeric values with a clustered primary key. This is my system’s internal ID for each row, and is used to uniquely identify a row and in foreign keys.

    Identity can cause trouble if you’re using database replication (SQL Server will add a ‘rowguid’ column automatically for merge-replicated tables) because the identity seed is maintained per server instance, and you’d get duplicates.

    2) External Key/External ID/Business ID
    Often it is also preferable to have the additional concept of an ‘external ID’. This is often a character field with a unique constraint (possibly including another column e.g. customer identifier).

    This would be the value used by external interfaces and would be exposed to customers (who do not recognise your internal values). This ‘business ID’ allows customers to refer to your data using values that mean something to them.

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

Sidebar

Related Questions

I have connected a textbox to a autocompltecustomsource , is there any way to
I have a Datagrid connected to Datatable, which needs to load a very large
This post refers to this page for merging SQLite databases. The sequence is as
I have sucessfully connected to twitter using Zend_Oauth_Consumer and got an access token, however
I've successfully connected to MySQL database through Eclipse without getting tomcat involved, so at
Thursday i could connected with user album and photo. but Friday & today (Monday)
I am connected to one instance of the database server. How will i come
I am connected via ethernet to a simple I/O hardware device which is controlled
I have a client connected to a server using twisted. The client has a
I have many solutions, each solution containing at least one project (lets supose they

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.