![]() |
|
Archives of the TeradataForumMessage Posted: Tue, 02 Aug 2005 @ 07:18:37 GMT
Srikanth Goli wrote:
Why did you think so? Did you receive an error message? "User is not authorized to use the DDL/DCL/Dynamic SQL statement."
I just write collect statistics within the SP ;-) IIRC it's allowed since V2R5.
create procedure dropme()
begin
collect statistics on customer_service.employee column employee_number;
end;
From the manuals: You can use the following SQL Data Definition Language (DDL) statements in a stored procedure when the creator is also the immediate owner of the procedure. That is, a stored procedure can contain DDL statements only if it is created in the database of the user. The Teradata Database supports the following SQL DDL statements for stored procedures:
...
o COLLECT STATISTICS
Dieter
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 30 Jun 2008 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||