SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Content with tags Data Types, Database Design Rss

Refine your search with one of the following additional tags (with number of items):

Strategies (2)     Miscellaneous (1)     SQL Server 7, 2000 (1)    
Administering (1)     Naming Standards (1)     T-SQL (1)    
Basics (1)     Performance Tuning (1)    
   Items 1 to 13 of 13   
 

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 | 4,752 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 | 15,455 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 | 1,922 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 | 4,752 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 | 15,455 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 posted: 2001/05/17) | Source: SQLServerCentral.com | Category: Data Types
Rating: |  Discuss |  Briefcase | 12,712 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 | 12,271 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,298 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: Administering
Rating: |  Discuss |  Briefcase | 6,685 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 | 10,894 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 posted: 2001/05/17) | Source: SQLServerCentral.com | Category: Data Types
Rating: |  Discuss |  Briefcase | 12,712 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,237 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,163 reads
   Items 1 to 13 of 13   
 
Most popular

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 | 15,455 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 | 4,752 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 | 12,271 reads