Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 stored procedure

Author  Topic 

bpsintl
Posting Yak Master

132 Posts

Posted - 2009-04-02 : 08:07:41
I created a stored procedure but it doesn't show up in management studio under Programmability, Stored Procedures.

I want to export this procedure to another DB. How can I do it if it doesn't show etc?

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2009-04-02 : 08:23:28
Right click on Database-->Refresh

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

bpsintl
Posting Yak Master

132 Posts

Posted - 2009-04-02 : 08:28:55
I have already tried that. I created this procedure weeks ago and just came to export it and its not there. It works though because I can use the sp in queries etc
Go to Top of Page

bpsintl
Posting Yak Master

132 Posts

Posted - 2009-04-02 : 08:35:49
Sorry, I'm an idiot. It's a function not an sp. I've found it.
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2009-04-02 : 11:02:11
quote:
Originally posted by bpsintl

Sorry, I'm an idiot. It's a function not an sp. I've found it.


Ok. No problem

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -