Re: How to configure Log shipping on SQL server 2000 developer edi
From: Rajendra (Rajendra_at_discussions.microsoft.com)
Date: 10/26/04
- Next message: Paul Ibison: "Re: How to configure Log shipping on SQL server 2000 developer edi"
- Previous message: Rajendra: "Re: How to configure Log shipping on SQL server 2000 developer edi"
- In reply to: Rajendra: "Re: How to configure Log shipping on SQL server 2000 developer edi"
- Next in thread: Paul Ibison: "Re: How to configure Log shipping on SQL server 2000 developer edi"
- Reply: Paul Ibison: "Re: How to configure Log shipping on SQL server 2000 developer edi"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 26 Oct 2004 03:11:04 -0700
Hi,
I am getting problem in executing the following commands. There is some
syntax error. Please guide me.
Exec bcp 'master..syslogins' out 'C:\diaGuardLogship\syslogins.dat' -N -S
'M4' -U 'sa' -P 'admin'
Exec DTSRun /S'M4'/U'sa'/P'admin'/N'Transfer Login'/M'admin'
With regards
"Rajendra" wrote:
> Hi Paul,
>
> I have now successfully configure Log shipping on developer edition. Thanx
> for the support. I have one problem. How can I change the role of primary
> server? I am trying to execute the following stored procedures but I am
> getting some error on executing the stored procedure on the secondary server.
> Can you give me direction?
> The sequence of execution is as follows:
>
> On primary server:
>
> Exec msdb..sp_change_primary_role
> @db_name = 'Test',
> @backup_log = 1,
> @terminate = 0,
> @final_state = 3,
> @access_level = 1
>
> On secondary server:
>
> msdb..sp_change_secondary_role
> @db_name ='Test',
> @do_load = 1,
> @final_state = 1,
> @access_level = 3
>
>
> But it gives error
>
> Server: Msg 22029, Level 16, State 1, Line 0
> sqlmaint.exe failed.
>
> If the above gets executed then I will execute following on monitor server:
>
> exec msdb..sp_change_monitor_role
> @primary_server ='M1',
> @secondary_server ='M2',
> @database ='Test',
> @new_source ='\\M2\TestLog'
>
> Please help me.
>
> With regards,
>
>
> "Paul Ibison" wrote:
>
> > AFAIK it is installed with Enterprise, Developer and
> > Enterprise Evaluation Editions - I can see the options on
> > my desktop, which only has Developer Edition.
> > Rgds,
> > Paul Ibison, SQL Server MVP, WWW.Replicationanswers.Com
> >
> > (recommended sql server 2000 replication book:
> > http://www.nwsu.com/0974973602p.html)
> >
> >
- Next message: Paul Ibison: "Re: How to configure Log shipping on SQL server 2000 developer edi"
- Previous message: Rajendra: "Re: How to configure Log shipping on SQL server 2000 developer edi"
- In reply to: Rajendra: "Re: How to configure Log shipping on SQL server 2000 developer edi"
- Next in thread: Paul Ibison: "Re: How to configure Log shipping on SQL server 2000 developer edi"
- Reply: Paul Ibison: "Re: How to configure Log shipping on SQL server 2000 developer edi"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|