Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Server naming conventions
Message
From
13/07/2005 16:01:35
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
13/07/2005 14:31:10
General information
Forum:
ASP.NET
Category:
Databases
Environment versions
Environment:
C# 1.1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01031553
Message ID:
01032381
Views:
14
>PKs are used to enforce referential integrity, which is a function of the DB...hence they should be generated there. Additionally, using an integer allows you to use a clustered index, which improves performance.

PKs are used to enforce referential integrity so they only have to be unique. Where they are generated is a different issue. Right?

Integer performance is good, but why does SQL's newid function generate guids?

>
>
>>I've been leaning towards using guids as the PK all the time. It certainly takes longer to generate, but as I also don't have SQL generating the PK, since it's sent in the update, the performance is distributed from the server to the clients - whatever they are.
>>
>>I'd like to hear your thoughts on that, if you can spare some time?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform