[dbo].[scriptfunctionslib]
(local)
>
SupportBridge
>
Tables
> dbo.scriptfunctionslib
Properties
Columns
SQL Script
Uses
Properties
Property
Value
Heap
Row Count
32
Created
12:44:46 PM Thursday, October 04, 2007
Last Modified
12:44:46 PM Thursday, October 04, 2007
Columns
Name
Data Type
Max Length (Bytes)
Allow Nulls
scriptID
int
4
libID
int
4
SQL Script
CREATE
TABLE
[dbo]
.
[scriptfunctionslib]
(
[scriptID]
[int]
NOT
NULL
,
[libID]
[int]
NOT
NULL
)
ON
[PRIMARY]
GO
Uses
dbo