> What'st he maximum length for fieldnames in MS SQL
> Server and in Oracle?
This should be in the INFORMATION_SCHEMA of the database:
SELECT sizing_name, supported_value
FROM information_schema.sql_sizing
WHERE sizing_id = 30
Not sure if Oracle supports an INFORMATION_SCHEMA, but MS SQL Server
has one. You should check it out, it has a lot of information.
Jochem
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

