8> CREATE TABLE FunctionEx 9> (EntryDBUser varchar(128) DEFAULT SYSTEM_USER) 10> GO 1> 2> 3> drop table FunctionEx; 4> GO