Choose your database:
AnySQL
MySQL
MS SQL Server
Oracle
PostgreSQL
SQLite
Firebird
SQL Anywhere
DB2
MaxDB

Subscribe to our news
Partners
Testimonials
Lynn Armbruster: "Thank you. I found Maestro easy to use and so far a great tool".
Albert Rognan: "Thank you for this quick reply. I must say I am impressed of the number of functions that is available within this tool".

More

Add your opinion

MS SQL Maestro online Help

Prev Return to chapter overview Next

Specifying UDT properties

Specify the properties for the new UDT according to your needs. The detailed description is given below.
 

 

 

 

Owner

Select the owner of the UDT from the drop-down list. By default, only the owner of an object can perform various operations with the object. In order to allow other users to operate it, privileges must be granted. (However, users that have the superuser attribute can always access any object.)

 

Comment

Supply a comment to the UDT if necessary.

 

Data Type

Select the underlying data type for the UDT. This may include array specifiers.

 

Use the Size edit box to define the length of the parameter value for float, char and other data types, and the Precision edit box to define the precision of the parameter value, e.g. for decimal data type.

 

Not Null

The checkbox indicates that the values of the UDT are not allowed to be null.

 

Default

The field displays the UDT value accepted by default when no value is explicitly supplied.

 

Rule

Specify a rule for the UDT.

 



Prev Return to chapter overview Next