question

NewBie avatar image
NewBie asked

Create stored procedure in the MYsql DB

Hi All,

 I have created stored procedure in MYSql Db and saved it as query.

But is not showing in the tree under mydb name, Hence i can't call the stored procedure.

regards, Newbie

stored-procedures
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Rob Farley avatar image
Rob Farley answered

If you've saved it as a query, does this mean you've just saved the script as a file?

Also, see if you've created it in the master database by accident.

Also, make sure you have refreshed the Object Explorer.

And we are talking about SQL Server, right? Not MySQL?

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Sqlfrenzy avatar image
Sqlfrenzy answered

try sp_helptext else paste the code

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.