Re: AW: kernel crash in stored proc.

2004-11-02 Thread John Singleton
Thomas, Well, I did it several times just to be sure before reporting. It may have been some strange glitch or something, but after several database crashes and restarts it still worked. Are there any files I could send you for verification? Best, JLS Anhaus, Thomas wrote: John Singleton wrote

AW: kernel crash in stored proc.

2004-11-02 Thread Anhaus, Thomas
John Singleton wrote : > >Hello All, > >Just wanted to report a crash I experienced. I tried to load the >following stored procedure like this: > >sqlcli> \i test.sql > >the proc: >CREATE DBPROC DBA.test AS >var username varchar(50); >owner varchar(50); >foo int; > >TRY > SELECT * FROM DOMAIN.