How to define ENUM in SQL Server 2005?

Posted by KuldipMCA on Stack Overflow See other posts from Stack Overflow or by KuldipMCA
Published on 2010-06-01T04:54:47Z Indexed on 2010/06/01 5:23 UTC
Read the original article Hit count: 252

Is there any way to define ENUM in SQL Server 2005?

I have fixed values which I need to use in procedures and functions.

© Stack Overflow or respective owner

Related posts about sql

Related posts about sql-server