Re: Extended Stored Procedures

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Darren Green (darren.green_at_reply-to-newsgroup-sqldts.com)
Date: 11/04/04


Date: Thu, 4 Nov 2004 23:23:07 +0000

In message <A1F9550F-BADF-4543-AFF5-4E1F05147FE6@microsoft.com>,
vandermeiden <vandermeiden@discussions.microsoft.com> writes
>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


Relevant Pages

  • Extended Stored Procedures
    ... I have extended stored procedures in the master database that were created by ... we are looking to replicate the server. ...
    (microsoft.public.sqlserver.dts)
  • Re: Event id 2042 /2041 (Directory service) + 12292/11 (VSS)
    ... The Active Directory cannot replicate with this server ... ime since the last replication with this server has exceeded the ...
    (microsoft.public.windows.server.active_directory)
  • Re: Event id 2042 /2041 (Directory service) + 12292/11 (VSS)
    ... The Active Directory cannot replicate with this server because ... ime since the last replication with this server has exceeded the tombstone ...
    (microsoft.public.windows.server.active_directory)
  • Re: DFS and RODC Windows Server 2008
    ... It sounds like you just want to replicate ... branch data from the branch offices back to corporate for backup. ... office server and you would use DFSR to replicate the shared folder back to ... to the head office goes down? ...
    (microsoft.public.windows.server.active_directory)
  • Re: DFS and RODC Windows Server 2008
    ... Look into using the Enterprise version of Win 2k8 for the hub server. ... Think about putting all the shares on the branch office server into one ... It sounds like you just want to replicate ...
    (microsoft.public.windows.server.active_directory)