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

  • Home
  • SEARCH
  • 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 857935
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T08:28:34+00:00 2026-05-15T08:28:34+00:00

SELECT COUNT(*) FROM table_name; My algorithm is: check count count+1 is the new primary

  • 0
SELECT COUNT(*) FROM table_name;

My algorithm is:

  • check count
  • count+1 is the new primary key starting point
  • Then keep on incrementing before every insert operation

But what is this GUID? Does SQL Server provide something where it automatically generates and incremented primary key?

  • 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-15T08:28:35+00:00Added an answer on May 15, 2026 at 8:28 am

    I’m not sure if you’re also asking about IDENTITY or not- but a GUID is a unique identifier that is (almost) guaranteed to be unique. It can be used on primary keys but isn’t recommended unless you’re doing offline work or planning on merging databases.

    For example a “normal”, IDENTITY primary key is

    1   Jason
    2   Jake
    3   Mike
    

    which when merging with another database which looks like

    1   Lisa
    2   John
    3   Sam
    

    will be tricky. You’ve got to re-key some columns, make sure that your FKs are in order, etc. Using GUIDs, the data looks like this, and is easy to merge:

    1FB74D3F-2C84-43A6-9FB6-0EFC7092F4CE    Jason
    845D5184-6383-473F-A5D6-4DE98DBFBC39    Jake
    8F515331-4457-49D0-A9F5-5814EE7F50BA    Mike    
    CE789C89-E01F-4BCE-AC05-CBDF10419E78    Lisa
    4D51B568-107C-4B63-9F7F-24592704118F    John
    7FA4ED64-7356-4013-A78A-C8CCAB329954    Sam
    

    Note that a GUID takes a lot more space than an INT, and because of this it’s recommended to use an INT as a primary key unless you absolutely need to.

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

Sidebar

Ask A Question

Stats

  • Questions 449k
  • Answers 449k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer If you use Dim lngRecs As Long cmd.Execute lngRecs lngRecs… May 15, 2026 at 8:08 pm
  • Editorial Team
    Editorial Team added an answer You don't need the factory pattern for this. But creating… May 15, 2026 at 8:08 pm
  • Editorial Team
    Editorial Team added an answer In Solution Explorer in Visual Studio (or VWD, if you… May 15, 2026 at 8:08 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.