If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > drop stored procedure?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-11-08, 18:35
blackhawk_123 blackhawk_123 is offline
Registered User
 
Join Date: Jul 2008
Posts: 17
drop stored procedure?

Hi all,

I am trying to drop a stored procedure but I get the following error.

DB21034E The command was processed as an SQL statement because it was not a valid Command Line Processor command. During SQL processing it returned:
SQL0204N "bqa.procedure" is an undefined name. SQLSTATE=42704

the command i gave is "drop procedure bqa.procedure "

Can someone help me please. Thank you all in advance
Reply With Quote
  #2 (permalink)  
Old 08-11-08, 19:05
blackhawk_123 blackhawk_123 is offline
Registered User
 
Join Date: Jul 2008
Posts: 17
Hi all,

I got it. I used the command
" drop specific procedure <schema name>.<specific name>"
and the procdeure is dropped successfully. thank you all
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On