Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Content with tags
Database Design
,
Data Types
Items 1 to 14 of 14
Auto generated SQL Server keys - uniqueidentifier or IDENTITY
I'm designing a table and I've decided to create an auto-generated primary key value as opposed to creating my own scheme or using natural keys. I see that SQL Server offers globally unique identifiers (GUIDs) as well as identities to create these values. What are the pros and cons of these approaches?
Read more...
By
Additional Articles
2008/10/23
|
Source:
MSSQLTips.com
|
Category:
t-sql
Rating:
Rate this
|
Briefcase
|
4,711 reads
Reverse Engineering Alias Data Types in SQL Server 2000
In SQL Server 2005 there is the concept of alias data types, which are similar to user-defined data types in SQL Server 2000. Yakov Shlafman brings us the first part of a series looking at these structures in SQL Server 2000.
Read more...
By
Yakov Shlafman
2007/06/19
|
Source:
SQLServerCentral.com
|
Category:
data types
Rating:
|
Discuss
|
Briefcase
|
5,779 reads
TinyInt, SmallInt, Int and BigInt
SQL Server guru David Poole takes a look at the different integer data types and the impact of each of those on your database.
Read more...
By
David Poole
2006/12/18
|
Source:
SQLServerCentral.com
|
Category:
performance tuning
Rating:
|
Discuss
|
Briefcase
|
19,689 reads
Reverse Engineering ADTs in SQL Server 2000 - Part 3
Continuing on with his series on ADTs, Yakov Shlafman takes a look at working with schema changes when your ADT is on a column used as a primary or foreign key.
Read more...
By
Yakov Shlafman
2007/09/27
|
Source:
SQLServerCentral.com
|
Category:
data types
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
2,185 reads
Reverse Engineering Alias Data Types in SQL Server 2000
In SQL Server 2005 there is the concept of alias data types, which are similar to user-defined data types in SQL Server 2000. Yakov Shlafman brings us the first part of a series looking at these structures in SQL Server 2000.
Read more...
By
Yakov Shlafman
2007/06/19
|
Source:
SQLServerCentral.com
|
Category:
data types
Rating:
|
Discuss
|
Briefcase
|
5,779 reads
TinyInt, SmallInt, Int and BigInt
SQL Server guru David Poole takes a look at the different integer data types and the impact of each of those on your database.
Read more...
By
David Poole
2006/12/18
|
Source:
SQLServerCentral.com
|
Category:
performance tuning
Rating:
|
Discuss
|
Briefcase
|
19,689 reads
Numeric Datatype Decisions
Last week we discussed character datatypes and their performance effects on your database. This week,we will dive into numeric datatypes. We will discuss how SQL Server numeric datatypes are stored and the pros and cons of each.
Read more...
By
Brian Knight
2004/10/29 (first published: 2001/05/17)
|
Source:
SQLServerCentral.com
|
Category:
data types
Rating:
|
Discuss
|
Briefcase
|
13,763 reads
Unique Identifier: Usage and Limitations
The Unique Identifier datatype in SQL Server has tremendous potential to solve many of the issues one finds with Identity fields, other primary keys, etc. However it also has some drawbacks and limitations. Author Sharad Nandwani looks at some of the pros and cons of this datatype.
Read more...
By
Sharad Nandwani
2004/06/24
|
Source:
SQLServerCentral.com
|
Category:
data types
Rating:
|
Discuss
|
Briefcase
|
13,926 reads
Brief Tutorial on Text, Ntext, and Image
Joseph has written a couple articles for us and forwarded this link to an article he wrote recently on text type columns. You can see more of his work at http://www.sqlservercentral.com/columnists/jgama/.
Read more...
By
Additional Articles
2003/11/20
|
Source:
MSDN Communities
|
Category:
data types
Rating:
Rate this
|
Briefcase
|
1,587 reads
User-defined Data Type Basics
This article discusses an often-overlooked feature of SQL Server called user-defined data types.
Read more...
By
Don Frazier
2002/12/17
|
Source:
SQLServerCentral.com
|
Category:
administration
Rating:
|
Discuss
|
Briefcase
|
7,966 reads
Using Uniqueindentifier Instead of Identity
Identity columns are last years news. Have you experimented with uniqueindentifiers - better known to programmers as GUID's? Guaranteed to be unique in the world, they offer a powerful alternative to identity columns.
Read more...
By
Andy Warren
2001/09/17
|
Source:
SQLServerCentral.com
|
Category:
basics
Rating:
|
Discuss
|
Briefcase
|
11,385 reads
Numeric Datatype Decisions
Last week we discussed character datatypes and their performance effects on your database. This week,we will dive into numeric datatypes. We will discuss how SQL Server numeric datatypes are stored and the pros and cons of each.
Read more...
By
Brian Knight
2004/10/29 (first published: 2001/05/17)
|
Source:
SQLServerCentral.com
|
Category:
data types
Rating:
|
Discuss
|
Briefcase
|
13,763 reads
New SQL Server 2000 Data Types
In the latest release of SQL Server, Microsoft has added a number of new data types to expand the functionality of SQL Server.
Read more...
By
Brian Knight
2001/05/14
|
Source:
SQLServerCentral.com
|
Category:
data types
Rating:
|
Discuss
|
Briefcase
|
6,555 reads
Character Datatype Decisions
The type of datatypes that you use in your schema could impact the performance and the accuracy of your database.
Read more...
By
Brian Knight
2001/05/07
|
Source:
SQLServerCentral.com
|
Category:
miscellaneous
Rating:
|
Discuss
|
Briefcase
|
6,553 reads
Items 1 to 14 of 14
Tags
strategies
(2)
t-sql
(2)
administration
(1)
basics
(1)
identity property
(1)
miscellaneous
(1)
naming standards
(1)
performance tuning
(1)
sql server 7
(1)
uniqueidentifier
(1)
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.