enumerated-types

Enumerated types in SQL Server 2008?

Is there some kind of mechanism in SQL Server to allow Enumerated type like functionality? For example, if I have a column Called "UpdateStatus" it usually gets setup with single letter values like so: D X U I This could equate to a lot of things. That leads to confusion. The alternative is to have it be a string column like this:...

Enumerated Types in VBScript

I want to script creating a scheduled task with VBScript. I need to use the Enumerated Types of the Task Scheduler object to set the task to run with "Highest Privileges". Anyone know how I set this? Thanks, Ben ...