dbTalk Databases Forums  

Replication of objects

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


Discuss Replication of objects in the microsoft.public.sqlserver.dts forum.



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

Default Replication of objects - 01-12-2004 , 01:01 PM







Dears,[


Is it possible to make replication of objects. For example:

I have two servers (S1 and S2). Evertime I change a procedure on S1 I want
to alter the same procedure on S2.

I think I have to make a synchronization between the master databases of the
servers, but I donīt know if it is possible.

Thanks in advantage.

Rodrigo.



Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Replication of objects - 01-12-2004 , 01:10 PM






You can use the Copy SQL Server objects task and elect to drop and recreate
the objects each time.

Alternatively you can, and this is what I do, create ALTER scripts and have
them applied on the other server.

--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Rodrigo" <rborges11 (AT) hotmail (DOT) com> wrote

Quote:
Dears,[


Is it possible to make replication of objects. For example:

I have two servers (S1 and S2). Evertime I change a procedure on S1 I want
to alter the same procedure on S2.

I think I have to make a synchronization between the master databases of
the
servers, but I donīt know if it is possible.

Thanks in advantage.

Rodrigo.





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.