DatabaseTableApplicationCreatedLinks
tempdb#syslanguages2_crby_sybsystemprocs__sp_helplanguage  01 Jan 70Joins Schema ColumnUsage Queries Dependencies

1     create table #syslanguages2(-- 0 Rows, Data: 0 B, Index: 0 B
2         langid smallint not null,
3         dateformat char(3) not null,
4         datefirst tinyint not null,
5         upgrade int not null,
6         name varchar(30) not null,
7         alias varchar(30) not null,
8         months varchar(251) not null,
9         shortmonths varchar(119) not null,
10        days varchar(216) not null
11    )
12    
QUERIES
Joined With Links

DEPENDENCIES
READERS AND WRITERS
written by proc sybsystemprocs..sp_helplanguage