Tag: sql server

Community

What's New in SQL Server 2000

SQL Server 2000 gives users an excellent streamlined database platform for large-scale online transactional processing (OLTP), data warehousing, and e-commerce applications. This paper provides brief overviews of the improvements made to SQL Server version 7.0. SQL Server 2000 offers users a fully i

Community

Numeric Primary Keys

From SQLTeam, Tim writes "The most obvious thing to do for records that have no unique column/s is to create an int identity column. For example, I have a 'address' table that should have a unique address_id for each record. Now, normally, I would configure a column address_id as 'in