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 2000 Forums
 SQL Server Development (2000)
 How to export extended stored procedure from master database

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-06-22 : 07:52:14
jayesh writes "Hello ,

Is it possible to export extended stored procedure from master database?

If yes please let me know HOW?

Thanks,
Jayesh Patel"

robvolk
Most Valuable Yak

15732 Posts

Posted - 2005-06-22 : 07:54:16
You can't. Extended procedures are DLLs, usually written in C++, that are registered with SQL Server using the sp_addextendedproc system procedure. There is no SQL code behind them.
Go to Top of Page
   

- Advertisement -