This is an old revision of the document!



Ispirer Home Page Ispirer SQLWays Product Page - Migration to SQL Server Request SQLWays

System table – systypes

Compatability view should be upgraded to catalog view.

Microsoft SQL Server 2000:

SELECTFROM systypes

Microsoft SQL Server 2008:

SELECTFROM sys.types

Column conversion:

Microsoft SQL Server 2000 (systypes) Microsoft SQL Server 2008 (sys.types)
xusertype user_type_id
xtype system_type_id
name name

Ispirer Home Page Ispirer SQLWays Product Page - Migration to SQL Server Request SQLWays


© 1999-2024, Ispirer Systems, LLC. All Rights Reserved.