DataTypes

SQLServerCentral Article

Reverse Engineering Alias Data Types in SQL Server 2000

  • Article

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.

5 (1)

You rated this post out of 5. Change rating

2008-05-30 (first published: )

6,729 reads

SQLServerCentral Article

Unique Identifier: Usage and Limitations

  • Article

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.

4 (1)

You rated this post out of 5. Change rating

2004-06-24

14,019 reads

SQLServerCentral Article

Numeric Datatype Decisions

  • Article

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.

You rated this post out of 5. Change rating

2004-10-29 (first published: )

13,896 reads

Blogs

March 2025 SQL Challenge: Test Your Skills with Advanced SQL Scenarios

By

If you’re an experienced SQL user eager to sharpen your expertise with real-world challenges,...

SQL Saturday Atlanta BI Recap

By

https://sqlsaturday.com/2025-03-08-sqlsaturday1102/#schedule SQL Saturday Atlanta BI is one of my favorite SQL Saturdays of the...

Mistakes IT Shops Without a DBA Make

By

We get it. There’s no budget for a DBA on staff, or even a...

Read the latest Blogs

Forums

Dynamic T-SQL Script Parameterization Using Python

By omu

Comments posted to this topic are about the item Dynamic T-SQL Script Parameterization Using...

Display Data

By jagjitsingh

Hi I want below data to appear like below using query CREATE TABLE [dbo].[Test](...

SQL 2017 server keeps locking up

By karenhallard

I manage a two-node production SQL cluster running SQL Server 2017 CU31 on Windows...

Visit the forum

Question of the Day

Partial Backups II

What is a partial backup for a read-write database?

See possible answers