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.
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-->RefreshMadhivananFailing to plan is Planning to fail |
 |
|
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 |
 |
|
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. |
 |
|
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 MadhivananFailing to plan is Planning to fail |
 |
|
|
|
|