dbTalk Databases Forums  

Extended Stored Procedures

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Extended Stored Procedures in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
vandermeiden
 
Posts: n/a

Default Extended Stored Procedures - 11-04-2004 , 05:04 PM






I have extended stored procedures in the master database that were created by
an application. we are looking to replicate the server. How do I replicate
the extended stored procedures or even just transfer them over to the new
server.



Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: Extended Stored Procedures - 11-04-2004 , 05:23 PM






In message <A1F9550F-BADF-4543-AFF5-4E1F05147FE6 (AT) microsoft (DOT) com>,
vandermeiden <vandermeiden (AT) discussions (DOT) microsoft.com> writes
Quote:
I have extended stored procedures in the master database that were created by
an application. we are looking to replicate the server. How do I replicate
the extended stored procedures or even just transfer them over to the new
server.


I don't think the Dts group is an appropriate place for this question.

You cannot replicate master, so you will need to copy the file into the
binn directory on the server, and add the proc to SQL, e.g.

exec sp_addextendedproc 'xp_proc_name', 'dllfile.dll'
--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org



Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.