Touchstone 2022 Database Reference
tScript Table
AIRDBAdmin Database : tScript Table
Description

Stores information about the scripts that Touchstone uses to create databases dynamically.

The content of the script is available in tScriptContent Table.

Properties
Creation Date12/8/2011 10:47 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows45
Data Space Used8.00 KB
Index Space Used88.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key Unique system-generated sequential identifier for the script record.int4   
 

Code that represents the script file type.

For a complete list of codes, see tScriptType Table.

varchar10   
 

Code that represents the data source type.

For a complete list of codes, see tDataSourceType Table.

varchar10   
 Name of the script.varchar255   
 Version of the script.varchar10   
 Version number for the code.varchar10   
 Date and time when the script will be released for use.datetime4   
 

Unique system-generated sequential identifier for the parent script record.

For a complete list of records, see the ScriptSID column.

int4  
 Order number of the script. For example, a value of 2 indicates that the script is the second script to be executed in the script order.smallint2   
 Description of the script.varchar4000  
 

Indicates whether the script is in use.

  • 1 = Yes (in use)
  • 0 = No (script is deprecated)
bit1 
((1))
 
 Date and time when the script was created.datetime4 
(getutcdate())
 
 Date and time when the script was last modified.datetime4 
(getutcdate())
 
 Reserved for future use.varchar10  
 Reserved for future use.varchar10  
Objects that depend on tScript
 Database ObjectObject TypeDescriptionDep Level
tScriptContent tabletScriptContentTable

Stores the content of the scripts that Touchstone uses to create databases dynamically. 

More information about the scripts is available in tScript Table.

1
See Also

Related Objects

AIRDBAdmin Database