Tagged Questions
The alias-data-type tag has no wiki summary.
2
votes
4answers
941 views
SQL alias data types
I am starting a new project, and I am considering using alias data types in my SQL Server 2005 database, for common table columns. For e.g. I would define an alias data type to hold the name of an ...
2
votes
1answer
984 views
Is it possible to change SQL user-defined data type?
I have a bunch of tables using user-defined data type for PK column. Is it possible to change this type Using SQL Server 2005?