|
|
Archives of the TeradataForum
Message Posted: Tue, 11 May 1999 @ 22:47:59 GMT
Subj: | | Re: Default database space |
|
From: | | Eric J. Kohut |
This is correct if the table is an actual table.
If the table is a new Volatile Temporary table (V2 R3) or if the table is a derived table, then these restrictions do not apply.
In MSI, in addition of trying to use the user id in TempTablePrefix= you can use date and time variables that are geared off of the user
system date and time which allow you to make that table unique for a user, date, time and therefore unique across for the database. You'll
have to take time down to at least 1/10 of a second to make it unique enough.
Thanks,
Eric
| |