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

Subscribe to our news:
Partners
Testimonials
Tracy J Powell: "Thank you VERY much for the quick and helpful response. I will definitely upgrade as soon as possible. Your products are great and I use them daily".
Alex Torin: "Several months ago I downloaded the trial versions of several Microsoft SQL administration tools that I was able to find using google. I had considerable trouble with most of them crashing... but using your product I was able to isolate and solve the problems I was having. I decided to add it to my toolkit and have recommended it to a few others".

More

Add your opinion

MS SQL Maestro online Help

Prev Return to chapter overview Next

Table Types

Table type is a special data type that can be used to store a result set for processing at a later time. Table data type is primarily used is for temporary storage of a set of rows returned as the result set of a table-valued function.

 

 

New table types are created within Create Table Type Wizard. In order to run the wizard you should either

 

select the Object | Create Database Object... main menu item;
select the Table Type icon in the Create Database Object dialog

or

select the Table Types list or any object from that list in the explorer tree;
select the Create New Table Type... item from the popup menu

 

To create a new table type with the same properties as one of the existing one has:

 

select the Object | Duplicate Database Object... main menu item;
follow the instructions of Duplicate Object Wizard.

 

 

 

Table data types can be edited within Table Type Editor. In order to run the editor you should either

 

select the table type for editing in the explorer tree (type the first letters of the type name for quick search);
select the Edit Table Type... item from the popup menu

 

 

 

To drop a table data type:

 

select the type to drop in the explorer tree;
select the Drop Table Type item from the popup menu

 

and confirm dropping in the dialog window.

 



Prev Return to chapter overview Next