Groups | Blog | Home
all groups > sql server replication > may 2005 >

sql server replication : Urgent Help for replication


Mike Petter
5/19/2005 5:44:02 AM
Hello!
I am student and i need some help from you. I got one task and i need guide
line and hints to solve this problem

1: From old SQL server 2000 must delet replication scripts and users
2: Check at Jobs, DTS and Security on the SQL server is OK
3: synchronize DataBase users in SQLDBA_NEW
4: Delete logins under logings under data base
5: Run script for db.
6: Setup new replication

I want to ask where can i find replication scripts in the SQL server? and
how can i start to complete this task? How can i creat same replication setup
on the new server as old server has now?

Best Regards,

Mike Petter
5/19/2005 6:19:03 AM
Hello!
I am student and i need some help from you. I got one task and i need guide
line and hints to solve this problem

1: From old SQL server 2000 must delet replication scripts and users and
take test for database run sp_addlog, sp_addroleme, sp_ addserverolememeber
2: Check at Jobs, DTS and Security on the SQL server is OK
3: synchronize DataBase users in SQLDBA_NEW
4: Delete logins under logings under data base
5: Run script for db. rights over public (sp_addlog, sp_addroleme, sp_
addserverolememeber) and test users can login.
6: Setup new replication

I want to ask where can i find replication scripts in the SQL server? and
how can i start to complete this task? How can i creat same replication setup
on the new server as old server has now?

Best Regards,

Mike
Mike Petter
5/19/2005 7:10:03 AM
Thanks for ur kind reply
My task to transfer SQL server 2000 from OLD server Win 2000 to Win 2003 so
i need to this. Where can i find these scripts sp_addlog, sp_addroleme, sp_
addserverolememeber?

Best regards,

Mike Petter


[quoted text, click to view]
Hilary Cotter
5/19/2005 9:41:53 AM
right click on your publication and select Generate SQL Script. This should
be all you need.

I don't understand why you need to delete the users. You don't need to do
this for replication.

--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com

[quoted text, click to view]

ChrisR
5/19/2005 4:53:31 PM
As Hillary mention these things dont really have much to do with
replication... but they can be fiund in SQL Server Books Online.


[quoted text, click to view]

Mike Petter
5/19/2005 10:33:23 PM
Thanks for ur reply but i have same question where can i find the procedure
or online books to start my work. Please help me today is last day for me to
submit my work i know it is work of 2 or 3 hours but i havent any idea to
complete this:( i totaly new with SQL server.

Thanks for all of yours for ur kind time and tips.

Mike

[quoted text, click to view]
Paul Ibison
5/20/2005 12:00:00 AM
Mike,
if you right-click the database in question, and select to generate sql,
you'll see the options available on the Options tab. These will deal with
database roles but not server roles. For the rest (sp_addlog??), you'll have
to code them yourself using the examples in BOL. If you post back with
exactly what you want to achieve, tell us or the server newsgroup and
someone will probably post back a script.
Rgds,
Paul Ibison SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)

AddThis Social Bookmark Button