Showing posts with label merge. Show all posts
Showing posts with label merge. Show all posts

Friday, March 30, 2012

Replication to SQL Server 2005 Express

Hello.
I have a SQL Server 2005 Enterprise Edition with a database. I want to make
a merge replication of that database to some machines with SQL Server 2005
Express Edition's installed. I have created a merge replication publishment
and if I make a local subscription on the SQL Server 2005 Enterprise Edition
everything works great. But if I make a subscription on a SQL Server 2005
Express Edition which is in the same network with the publisher, the
databases do not synchronize (if I make a pull subscription I have an
'Uninitialized subscripition' warning in the Replication Monitor and if I
make a push subscription the status is 'Synchronizing' but my data is not
replicated).
I tried to do things like enabling remote access to the SQL Express server
and disabling the firewall on that machine, but it still doesn't work. What
should I do?
Thank you in advance,
Stefan Filip
Run profiler on the subscriber/express machine to find out where it is
getting stuck.
http://www.zetainteractive.com - Shift Happens!
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
"Stefan Filip" <StefanFilip@.discussions.microsoft.com> wrote in message
news:2BA863F6-637D-4D0D-8AB2-8FB97EE8AD59@.microsoft.com...
> Hello.
> I have a SQL Server 2005 Enterprise Edition with a database. I want to
> make
> a merge replication of that database to some machines with SQL Server 2005
> Express Edition's installed. I have created a merge replication
> publishment
> and if I make a local subscription on the SQL Server 2005 Enterprise
> Edition
> everything works great. But if I make a subscription on a SQL Server 2005
> Express Edition which is in the same network with the publisher, the
> databases do not synchronize (if I make a pull subscription I have an
> 'Uninitialized subscripition' warning in the Replication Monitor and if I
> make a push subscription the status is 'Synchronizing' but my data is not
> replicated).
> I tried to do things like enabling remote access to the SQL Express server
> and disabling the firewall on that machine, but it still doesn't work.
> What
> should I do?
> Thank you in advance,
> Stefan Filip

Replication to SQL 2005

Hello all,
We have merge replication setup between 3 servers. SQL1, SQL2 and SQL3.
We have installed SQL2005 on a ReportingServer and want to be able to
popluate the database on SQL2005 with data from SQL1. How can we set this up?
We want to avoide setting up the whole replication process again as the
database is 25 GB and SQL3 is updated via a telephone line.
Thanks
Regards
Ishan
Ishan,
if the ReportingServer is RO apart from the replication synchronization, I'd
use transactional replication. I'd also consider dong a nosync
initialization to set things up with a database of this size.
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)

Wednesday, March 28, 2012

Replication Synchronization Error

I have a default full install of the JULY CTP on X86 Windows Server 2003 (fully up to date on the patches). I used the Merge Replication Sample to create the Publisher/Publication. SInce the code sample to create the subscriber doesn't work (apparently some major changes in the assemblies) I had to create the Subscription using the wizard. Both databases are on the same machine (adventureworks and adventureworksreplicated). When I try and sychronize the database the first time I get the following error.

Error loading custom assembly "C:\Program Files\Microsoft SQL Server\100\COM\BusinessLogic.dll", Error : "Could not load file or assembly 'C:\\Program Files\\Microsoft SQL Server\\100\\COM\\BusinessLogic.dll' or one of its dependencies. The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)".

I did confirm that the assembly is there, but do not know what else to look for. The account the synch is running under is the local Administrator (not a good idea I know but just want it to work).

Any ideas?

Thanks

Steve Muise

Neudesic LLC

Two threads down is a workaround for what looks like might be your problem, can you give it a shot? If it doesn't work, then let us know.

Replication Stops at distributor in some cases

Hi,
I recently had a problem with a merge replication publication. In
some cases when data is changed on a subscriber, the change gets back
to the publisher but does not replicate from the publisher to the rest
of the subscribers. I checked the conflict viewer and there are no
conflicts. I am running SQL Server 2000 and I was wondering if anyone
is familiar with this problem.
Thanks,
Paul
Are you using any sort of filtering? This might account for this behavior.
Hilary Cotter
Looking for a book on SQL Server replication?
http://www.nwsu.com/0974973602.html
"Paul T." <weluvpaul@.hotmail.com> wrote in message
news:1fe3e09e.0408091019.79d49cf2@.posting.google.c om...
> Hi,
> I recently had a problem with a merge replication publication. In
> some cases when data is changed on a subscriber, the change gets back
> to the publisher but does not replicate from the publisher to the rest
> of the subscribers. I checked the conflict viewer and there are no
> conflicts. I am running SQL Server 2000 and I was wondering if anyone
> is familiar with this problem.
> Thanks,
> Paul
|||I do have some row filters on but none that comes into play in this
particular situation.
|||Can you give us some more details about this topology? How many subscribers,
etc.
I have tried to repro this on a local server with two subscribing database
and can't get the expected behavior. IE an update on Subscriber1 makes it to
the publisher and Susbcriber2. Same with updates on Susbcriber2.
Also can you query the conflict tables directly on the Publisher and
subcriber just to verify the conflict viewer is correct.
Hilary Cotter
Looking for a book on SQL Server replication?
http://www.nwsu.com/0974973602.html
"Paul T." <weluvpaul@.hotmail.com> wrote in message
news:1fe3e09e.0408120524.77f6d0ca@.posting.google.c om...
> I do have some row filters on but none that comes into play in this
> particular situation.
|||This publication has 12 subscribers (push subscriptions) that resync
every 2 hours. They are staggered to run 5 minutes apart. This only
happens with one particular table and I think it is perhaps a bug that
is just not listing the conflict. So far I have determined that this
happens when a personnel record is update on two different
subscribers. The only thing is in this case the fields being updated
on the two different subscribers do not overlap. So there should not
be any conflicts, and none of them are showing up in the conflict
manager. I also queried the conflict table and there were no rows in
there.
For example:
Field a and b are changed on subscriber X
Field d and c are changed on subscriber Y
publisher resyncs with X and gets the changes to field a and b
publisher resyncs with Y and gets changes to field d and c but does
update
Y with the changes from X.
I hope this helps, I am currently trying to reproduce this to have get
a more detailed version of what is going down. Thank you very much
for your help Hilary, it is appreciated.

Monday, March 26, 2012

Replication setup

How many articles can take part in merge replication?
I need to replicate about 200 tables. From them 25 are common for all my
subscribers and do not need to be filtered. Other I plan to filter with
static filters.
Is there benefit to allocate this 25 common tables in separate publication
or it will be better to include them in all publications where tables with
filters are placed?
Ideally you would have a single publication. There is no performance impact
by having multiple publications. If you are going to have multiple
publications (perhaps a publication for each article), you should group
articles which are related (PK-FK) relationships into the same publication.
Hilary Cotter
Looking for a SQL Server replication book?
Now available for purchase at:
http://www.nwsu.com/0974973602.html
"massa" <massa@.discussions.microsoft.com> wrote in message
news:460AB955-4C93-4EE0-BC24-3B479E7807CF@.microsoft.com...
> How many articles can take part in merge replication?
> I need to replicate about 200 tables. From them 25 are common for all my
> subscribers and do not need to be filtered. Other I plan to filter with
> static filters.
> Is there benefit to allocate this 25 common tables in separate publication
> or it will be better to include them in all publications where tables with
> filters are placed?
>

replication security

What’s the best way to secure merge replication over the internet? The cl
ient is running MSDE and could be a home user with broadband. If it’s usi
ng a VPN would this be SSL or IPSec?Either would secure the traffic from MSDE to the Publisher.
VPN would allow the client to use other corporate resources as well and
authenticate using Windows
Authentication.
At a minimum put a server certificates on the Publisher and update the
Trusted Root Authority
on the Subscriber (MSDE) and use SSL.
316898 HOW TO: Enable SSL Encryption for SQL Server 2000 with Microsoft
http://support.microsoft.com/?id=316898
276553 HOW TO: Enable SSL Encryption for SQL Server 2000 with Certificate
Server
http://support.microsoft.com/?id=276553
If you have an ISA Server, you could publish the SQL resource as well.
Here's some docs on using ISA.
http://www.microsoft.com/technet/pr...tain/proxy.mspx
Thanks,
Kevin McDonnell
Microsoft Corporation
This posting is provided AS IS with no warranties, and confers no rights.|||Thanks Kevin - I left out some important details. Actually, the client side
would be the Publisher (MSDE). We would like to use replication to backup
the database with our application for our customers.
"Kevin McDonnell [MSFT]" wrote:

> Either would secure the traffic from MSDE to the Publisher.
> VPN would allow the client to use other corporate resources as well and
> authenticate using Windows
> Authentication.
> At a minimum put a server certificates on the Publisher and update the
> Trusted Root Authority
> on the Subscriber (MSDE) and use SSL.
> 316898 HOW TO: Enable SSL Encryption for SQL Server 2000 with Microsoft
> http://support.microsoft.com/?id=316898
> 276553 HOW TO: Enable SSL Encryption for SQL Server 2000 with Certificate
> Server
> http://support.microsoft.com/?id=276553
> If you have an ISA Server, you could publish the SQL resource as well.
> Here's some docs on using ISA.
> http://www.microsoft.com/technet/pr...tain/proxy.mspx
> Thanks,
> Kevin McDonnell
> Microsoft Corporation
> This posting is provided AS IS with no warranties, and confers no rights.
>
>|||Thanks Kevin - I left out some important details. Actually, the client side
(MSDE) would be the publisher. We would like to use replication to backup
the databases with our application for our customers.
"Kevin McDonnell [MSFT]" wrote:

> Either would secure the traffic from MSDE to the Publisher.
> VPN would allow the client to use other corporate resources as well and
> authenticate using Windows
> Authentication.
> At a minimum put a server certificates on the Publisher and update the
> Trusted Root Authority
> on the Subscriber (MSDE) and use SSL.
> 316898 HOW TO: Enable SSL Encryption for SQL Server 2000 with Microsoft
> http://support.microsoft.com/?id=316898
> 276553 HOW TO: Enable SSL Encryption for SQL Server 2000 with Certificate
> Server
> http://support.microsoft.com/?id=276553
> If you have an ISA Server, you could publish the SQL resource as well.
> Here's some docs on using ISA.
> http://www.microsoft.com/technet/pr...tain/proxy.mspx
> Thanks,
> Kevin McDonnell
> Microsoft Corporation
> This posting is provided AS IS with no warranties, and confers no rights.
>
>|||OK. Then the MSDE machine (Publisher) would require the server certificate
then.
Also, SQL Replication is not really a backup strategy... Many customers use
Transactional Replication
to provide a warm standby for their Published database, but you should also
have a good backup strategy in place in case there
are hardware failures, that require complete recovery.
Thanks,
Kevin McDonnell
Microsoft Corporation
This posting is provided AS IS with no warranties, and confers no rights.|||Kevin,
I'm working on a similar situation (trying to implement SSL between 2
MSSQL 2000 boxes for replication).
Is there any way to implement the envryption (SSL) for the connections
used during the replication, other than the "force encryption" options
in the client and/or server network utility?
TIA.
Mike
*** Sent via Developersdex http://www.codecomments.com ***
Don't just participate in USENET...get rewarded for it!|||Hi Mike,
In SQL 2000 we use protocol encryption to enable SSL. If you are using
Default instances of SQL for Replication you can also use the older network
library called MultiProtocol.
164667 INF: Replication Setup Over a Firewall
http://support.microsoft.com/?id=164667
Other options are: IPSec between the two machines or a VPN connection
Thanks,
Kevin McDonnell
Microsoft Corporation
This posting is provided AS IS with no warranties, and confers no rights.

Replication Scripts Stopped Working..

I have a merge publication that I always create with a script but has now stopped working with what appears to be a complete server problem.

The actual command i am executing is a simple

sp_addpublication_snapshot

but it fails with

Msg 50000, Level 16, State 1, Procedure sp_add_jobstep_internal, Line 253

The current transaction cannot be committed and cannot support operations that write to the log file. Roll back the transaction.

Msg 3931, Level 16, State 1, Procedure sp_MSadd_repl_job_unsafe, Line 376

The current transaction cannot be committed and cannot be rolled back to a savepoint. Roll back the entire transaction.

I have tried recreating the database from scratch, renaming it, renaming the publication, even disabling the publications altogether but it makes no difference. There is nothing in the sql or event logs and I cant do any work until Ive got past it - help!

I am using SQL 2005 SP2 if that makes any difference.

Thanks

Andy

It looks like you have an uncommitted transaction hanging around. Open a query window and type:

Commit Tran

GO

It will either tell you that there are no transactions to commit or commit the uncomplted transaction. At that point, re-run your script.

Hope this helps...

Scott

Replication Scripts Stopped Working..

I have a merge publication that I always create with a script but has now stopped working with what appears to be a complete server problem.

The actual command i am executing is a simple

sp_addpublication_snapshot

but it fails with

Msg 50000, Level 16, State 1, Procedure sp_add_jobstep_internal, Line 253

The current transaction cannot be committed and cannot support operations that write to the log file. Roll back the transaction.

Msg 3931, Level 16, State 1, Procedure sp_MSadd_repl_job_unsafe, Line 376

The current transaction cannot be committed and cannot be rolled back to a savepoint. Roll back the entire transaction.

I have tried recreating the database from scratch, renaming it, renaming the publication, even disabling the publications altogether but it makes no difference. There is nothing in the sql or event logs and I cant do any work until Ive got past it - help!

I am using SQL 2005 SP2 if that makes any difference.

Thanks

Andy

It looks like you have an uncommitted transaction hanging around. Open a query window and type:

Commit Tran

GO

It will either tell you that there are no transactions to commit or commit the uncomplted transaction. At that point, re-run your script.

Hope this helps...

Scott

replication script

Hi All:
I set up a merge replication on my own local computer and works fine, so i
generated a script and tried to run this script in another computer ,which
already has a replication. (i change the server name before running script)
but still got two errors:
Server: Msg 14099, Level 16, State 1, Procedure sp_adddistributor, Line 72
The server 'repl_distributor' is already defined as a Distributor.
The dependent aliases were mapped to the new database owner.
Database owner changed.
Server: Msg 14074, Level 16, State 1, Procedure sp_adddistpublisher, Line
196
The server 'NICK' is already listed as a Publisher.
but the my replication still works even i got two errors when run script.
so how can i change my script to avoid those two errors when running script?
Cheers
Nick
Nick,
comment out the calls to sp_adddistributor and sp_adddistpublisher.
Rgds,
Paul Ibison
|||Thanks Paul.
"Paul Ibison" <Paul.Ibison@.Pygmalion.Com> wrote in message
news:#iJ4CmXCFHA.560@.TK2MSFTNGP15.phx.gbl...
> Nick,
> comment out the calls to sp_adddistributor and sp_adddistpublisher.
> Rgds,
> Paul Ibison
>

replication scenario

Hi there,
I have two servers setup at two different locations, one a publisher(server
A) the other subscriber(server B). I'm using Merge replication and SQL server
2000.
We have teams working in remote areas gathering data in laptops that have
been setup as subscribers to server A.
How can i get the laptops to synchronise with server B incase server A fails?
Samman,
have a look in BOL for "merge replication, alternate synchronization
partners".
Rgds,
Paul Ibison SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)

Replication rows getting deleted at publisher

I am using merge replication between two servers.
When i insert data into a perticular table ..the data gets deleted after some time.
Anyone faced this problem?In your publisher table, how many rowguid id in each table?|||The each table has one rowguid...

Friday, March 23, 2012

Replication Question

I am trying to find a way to easily merge data from one development laptop to another.

Me and another developer are working on a .NET application that uses SQL 2k. Since we are the only two developers, and we both work from home, we spend a lot of time working remotely, so we each have a copy of SQL on our laptops. While this plan works fine for the most part, we are finding that keeping our systems synchronized to be more painful than one would think it should be. Initially, we tried just using DTS packages to copy tables and data from one system to the other, but this would cause one person's data they had to be lost (not a bad thing, but a real pain if you are testing a specific scenario and have to have the data setup a certain way).

We then tried using SQL merge replication, but since the tables are still in active development, modifying, adding, or changing tables is next to impossible (I did find the way to disable the replication temporarily and then re-enable it, but it takes too long just to add a column or something else simple). I would be fine with the replication scenario if someone could suggest a way to easily modify the table schemas with the replication enabled.

I am pretty sure there has to a simple way to do what we are doing, its just that neither of us are familiar with SQL enough to really see how to do it. Is there a way to syncronize each row's data before pushing new schema elements to other servers using DTS, or is there an easy way to enable the replication and still be able to have access to the table's schema?It sounds to me like you are describing Merge replication for existing tables, and a bit of DTS (then establishing a new merge publication for ongoing changes) for new tables.

-PatP|||Exactly. For the normal, day-to-day stuff that we do the merge replication is fine because we are connected over a network (VPN or local LAN), so that works beautifully, I would like to keep it if possible. The pain starts when I have to make an update to the tables or add a new table (which at this point in development is VERY frequent, at least one new table a week and slight modifications to all as time and testing goes along). Unfortunately, we do not have the luxury of working off a plan, so the tables tend to be rather "from the hip", which compounds this problem even more.

I suppose I am more accustomed to LDAP replication (I am learning SQL the hard way), which replicates the schema objects in addition to the data. I am looking for something along those lines, where the master (or in this case Publisher) not only defines the data objects to the subscribers, it defines the schema to be used. I don't see why it would be that much different in SQL.

If I could just get a nod in the right direction, or even a 'it would be possible to do it, but watch for this and that' I would be eternally grateful, this is driving me nuts.sql

Replication question

Dear Friends,
i'm facing a strange thing with merge replication , the
merge agent is running and working successfully
displaying the message 'no data needed to be merged'
although alot of modificatins is been made to the
subscriber. and i stoped the agent and run it again , same
message.
any idea might cause this problem
Thanks
Scroll to the right. There are numbers out there for the volume of
inserts/updates/deletes being moved. What you are seeing is completely
normal since you are seeing the final state after it has run and already
moved data.
Mike
Principal Mentor
Solid Quality Learning
"More than just Training"
SQL Server MVP
http://www.solidqualitylearning.com
http://www.mssqlserver.com

Wednesday, March 21, 2012

Replication problems

Hello guys, we have a problem with the merge replication in my company, the
downloads replication is very very slow all times, the upload process is
very fast, but, when the download process starts, then the suscriptor crash
and the locks begins to appear in the database. The processor usage is 100
% and the disk activity is elevate too.
Excuse me for my bad English, please I need help, I don't know wit this
Regards
Its hard to say what is going on. You should review this white paper.
http://www.microsoft.com/technet/pro.../mergproc.mspx
and
http://www.microsoft.com/technet/pro.../mergperf.mspx
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
"Jesus Brito" <jesus.brito@.sigosa.com> wrote in message
news:O04tJibdFHA.720@.TK2MSFTNGP15.phx.gbl...
> Hello guys, we have a problem with the merge replication in my company,
the
> downloads replication is very very slow all times, the upload process is
> very fast, but, when the download process starts, then the suscriptor
crash
> and the locks begins to appear in the database. The processor usage is
100
> % and the disk activity is elevate too.
> Excuse me for my bad English, please I need help, I don't know wit this
> Regards
>

Replication problem after installing SP3a

Hi.
We installed SP3 as described in
http://support.microsoft.com/default...&Product=sql2k
And now we have following errors running merge agents:
Category:SQLSERVER
Source: DB01
Number: 207
Message: Invalid column name 'published_in_tran_pub'.
Category:COMMAND
Source: Failed Command
Number: 0
Message: {call sp_MShelpmergearticles (?, 8000000, ?) }
Can anybody help with that?
Thanks,
Vova.
Forgot to attach instdist.out file:
--- file begin
=---
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29>
----
At top, db_name()=
distribution
(1 row affected)
1> 2> 3> 4> 5> 6> 1> 2> 3> 1> 2> DBCC execution completed. If DBCC printed
error messages, contact your
system administrator.
Configuration option 'allow updates' changed from 0 to 1. Run the
RECONFIGURE statement to install.
1> 2> 1> 2> 3> 1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17>
18> 1> 2> 3> 4> 5> 6> 7> 8>
Creating distribution tables
1> 2> 3> 4> 5> 1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17>
18> 19> 20> 21> 22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36>
37> 38> 39> 40> 41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55>
56> 57> 58> 59> 60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74>
75> 76> 77> 78> 79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93>
94> 95> DBCC execution completed. If DBCC printed error messages, contact
your
system administrator.
Dropping all distribution stored procedures
95> 96> 97> 98> 1> 2> 3> 4> 5> 6> 1> 2> 3> Creating procedure
sp_MSislogreaderjobnamegenerated
98> 99> 100> 101> 102> 103> 1> 2> 3> Creating procedure
sp_MSisqueuereaderjobnamegenerated
Creating procedure sp_MSissnapshotjobnamegenerated
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 1> 2> 3> 4> Creating
procedure sp_MSisdistributionjobnamegenerated
128> 129> 130> 131> 132> 1> 2> 3> 4> Creating procedure
sp_MSismergejobnamegenerated
5> 6> 7> 8> Creating 'fn_MSmask_agent_type'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 1> 2> 3> Creating 'sp_MScheck_pull_access'.
128> 129> 130> 131> 132> 133> 134> 135> 1> 2> 3> 4> Creating
'sp_MSquery_syncstates'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 1> 2> 3> 4> Creating
'sp_MSset_syncstate'.
Creating 'sp_MSadd_repl_command'.
79> 80> 81> 82> 1> 2> 3> 4> Creating 'sp_MSadd_repl_commands27'.
1323> 1324> 1325> 1326> 1327> 1328> 1329> 1> 2> 3> Creating
'sp_MSadd_repl_commands27hp6x'.
15> 16> 17> 18> 19> Creating 'sp_MSadd_repl_commands27hp'.
11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21> Creating
'sp_MSadd_repl_commands27hp_mcit'.
188> 189> 190> 191> 192> 193> 194> 195> 196> 197> 198> 1> 2> 3> 4> Creating
'sp_MSvalidate_distpublisher'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 1> 2> 3> Creating
'sp_MSdrop_distribution_agent'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
3> Creating 'sp_MSdrop_distribution_agentid'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 1> 2> 3> Creating 'sp_MSdrop_qreader_agent'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 1> 2> 3>
Creating 'sp_MSdrop_qreader_history'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 1> 2> 3> Creating
'sp_MSdrop_merge_agentid'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 1> 2> 3> Creating 'sp_MSadd_qreader_agent'.
248> 249> 250> 251> 252> 253> 254> 255> 1> 2> 3> Creating
'sp_MSadd_distribution_agent'.
Cannot add rows to sysdepends for the current stored procedure because
it depends on the missing object 'sp_MSenableagentoffload'. The stored
procedure will still be created.
Cannot add rows to sysdepends for the current stored procedure because
it depends on the missing object 'sp_MSdisableagentoffload'. The
stored procedure will still be created.
1> 2> 3> Creating 'sp_MSdrop_agent_entry'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 1> 2> 3> 4> Creating
'sp_MSdrop_merge_agent'.
128> 129> 130> 131> 132> 1> 2> 3> Creating 'sp_MSgetagentoffloadinfo'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 1> 2> 3> Creating 'sp_MSadd_merge_agent'.
353> 354> 355> 356> Cannot add rows to sysdepends for the current stored
procedure because
it depends on the missing object 'sp_MSenableagentoffload'. The stored
procedure will still be created.
Cannot add rows to sysdepends for the current stored procedure because
it depends on the missing object 'sp_MSdisableagentoffload'. The
stored procedure will still be created.
1> 2> 3> Creating 'sp_MSdrop_subscription'.
278> 279> 280> 281> 282> 283> 284> 285> 286> 287> 288> 1> 2> 3> Creating
'sp_MSadd_subscription'.
563> 564> 565> 566> 567> 568> 569> 1> 2> 3> Creating
'sp_MSupdate_subscription'.
6> 7> 8> Creating 'sp_MSget_repl_commands'.
383> 384> 385> 386> 387> 388> 389> 390> 1> 2> 3> 4> 5> Creating
'sp_MSget_repl_cmds_anonymous'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 1> 2> 3> 4> 5> Creating 'sp_MSanonymous_status'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> Cannot add rows to sysdepends for the current stored procedure because
it depends on the missing object 'dbo.sp_MSsubscription_status'. The
stored procedure will still be created.
1> 2> 3> Creating 'sp_MSadd_anonymous_agent'.
3> 4> Creating 'sp_MSsubscription_status'.
6> Creating 'sp_MSget_last_transaction'.
60> 61> 62> 63> 64> 65> 66> 1> 2> 3> Creating 'sp_MSadd_subscriber_info'.
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 1> 2> 3> Creating
'sp_MSadd_subscriber_schedule'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 1> 2> 3> 4> 5>
Creating 'sp_MSupdate_subscriber_info'.
158> 159> 160> 161> 162> 163> 164> 165> 166> 167> 1> 2> 3> Creating
'sp_MScheck_Jet_Subscriber'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 1> 2> 3> 4> 5> 6> 7>
Creating 'sp_MScheckretention'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 1> 2> 3> Creating
'sp_MSupdate_subscriber_schedule'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 1> 2> 3> 4> Creating
'sp_MSdrop_subscriber_info'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 1> 2> 3> 4> 5> 6> 7> Creating
'sp_MScleanup_agent_entry'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 1> 2> 3> Creating
'sp_MShelp_subscription_status'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 1> 2> 3> 4> 5> Creating 'sp_MShelp_subscriber_info'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 1> 2> 3>
Creating 'sp_MSdistribution_counters'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 122> 123> 124> 125> 126> 127>
128> 129> 130> 131> 132> 133> 134> 135> 1> 2> 3> Creating
'sp_MSremove_published_jobs'.
1> 2> 3> 4> 5> 6> 7> 8> 1> 2> 3> Creating 'sp_MSset_snapshot_xact_seqno'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 1> 2> 3> 4> Creating 'sp_MSdrop_article'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 122> 123> 124> 125> 126> 127>
1> 2> 3> Creating 'sp_MSdrop_snapshot_agent'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 1> 2> 3> 4> Creating 'sp_MSdrop_logreader_agent'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 1> 2> 3> Creating 'sp_MSdrop_publication'.
233> 234> 235> 236> 237> Cannot add rows to sysdepends for the current
stored procedure because
it depends on the missing object 'sp_MSreplremoveuncdir'. The stored
procedure will still be created.
Cannot add rows to sysdepends for the current stored procedure because
it depends on the missing object 'sp_MSreplremoveuncdir'. The stored
procedure will still be created.
1> 2> Creating 'sp_MSadd_snapshot_agent'.
Creating 'sp_MSadd_logreader_agent'.
1> 2> 3> Creating 'sp_MSadd_publication'.
2> 3> Creating 'sp_MSrepl_raiserror'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 1> 2> 3> Creating
'sp_MSget_new_errorid'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 1> 2> 3> Creating
'sp_MSadd_qreader_history'.
233> 234> 1> 2> 3> Creating 'sp_MSadd_snapshot_history'.
158> 159> 160> 161> 162> 163> 164> 165> 166> 1> 2> 3> 4> Creating
'sp_MSadd_logreader_history'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 122> 123> 124> 125> 126> 127>
128> 129> 130> 131> 132> 133> 134> 135> 136> 137> 138> 139> 140> 141> 142>
143> 144> 145> 146> 147> 148> 149> 150> 151> 152> 153> 154> 155> 156> 157>
158> 159> 160> 161> 162> 163> 164> 165> 166> 167> 168> 169> 170> 171> 172>
173> 174> 175> 176> 177> 178> 179> 180> 181> 182> 183> 184> 185> 186> 187>
188> 189> 190> 191> 192> 193> 194> 195> 196> 197> 198> 199> 200> 201> 202>
203> 204> 205> 206> 207> 208> 209> 210> 211> 212> 213> 214> 215> 216> 217>
218> 219> 220> 221> 222> 223> 224> 225> 226> 227> 228> 229> 230> 231> 232>
233> 234> 235> 236> 237> 238> 239> 240> 241> 242> 243> 244> 245> 246> 247>
248> 249> 250> 251> 252> 253> 254> 255> 256> 257> 258> 259> 260> 261> 262>
1> 2> 3> Creating 'sp_MSadd_distribution_history'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 122> 123> 124> 125> 126> 127>
128> 129> 130> 131> 132> 133> 134> 135> 136> 137> 138> 139> 140> 141> 142>
143> 144> 145> 146> 147> 148> 149> 150> 151> 152> 153> 154> 155> 156> 157>
158> 159> 160> 161> 162> 163> 164> 165> 166> 167> 168> 169> 170> 171> 172>
173> 174> 175> 176> 177> 178> 179> 180> 181> 182> 183> 184> 185> 186> 187>
188> 189> 190> 191> 192> 193> 194> 195> 196> 197> 198> 199> 200> 201> 202>
203> 204> 205> 206> 207> 208> 209> 210> 211> 212> 213> 214> 215> 216> 217>
218> 219> 220> 221> 222> 223> 224> 225> 226> 227> 228> 229> 230> 231> 232>
233> 234> 235> 236> 237> 238> 239> 240> 241> 242> 243> 244> 245> 246> 247>
248> 249> 250> 251> 252> 253> 254> 255> 256> 257> 258> 259> 260> 261> 262>
263> 264> 265> 266> 267> 268> 269> 270> 271> 272> 273> 274> 275> 276> 277>
278> 279> 280> 281> 282> 283> 284> 285> 286> 287> 288> 289> 290> 291> 292>
293> 294> 295> 296> 297> 298> 299> 300> 301> 302> 303> 304> 305> 306> 307>
308> 309> 310> 311> 312> 313> 314> 315> 316> 317> 318> 319> 320> 321> 322>
323> 324> 325> 326> 327> 328> 329> 330> 331> 332> 333> 334> 335> 336> 337>
338> 339> 340> 341> 342> 343> 344> 345> 346> 347> 348> 349> 350> 351> 352>
353> 354> 355> 356> 357> 358> 359> 360> 361> 362> 363> 364> 365> 366> 367>
368> 369> 370> 371> 372> 373> 374> 375> 376> 377> 378> 379> 380> 381> 382>
383> 384> 385> 386> 387> 388> 389> 390> 391> 392> 393> 394> 1> 2> 3>
Creating 'sp_MSsubscription_cleanup'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 122> 123> 124> 125> 126> 127>
128> 129> 130> 131> 132> 133> 134> 135> 136> 137> 138> 139> 140> 141> 142>
143> 144> 145> 146> 147> 148> 149> 150> 151> 152> 153> 154> 155> 156> 157>
158> 159> 160> 161> 162> 163> 164> 165> 166> 167> 168> 169> 170> 171> 172>
173> 174> 175> 176> 177> 178> 179> 180> 181> 182> 183> 184> 185> 186> 187>
188> 189> 190> 1> 2> 3> Creating 'sp_MSreplremoveuncdir'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 1> 2> 3> Creating 'sp_MSdrop_snapshot_dirs'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 1> 2> 3> Creating 'sp_MSfast_delete_trans'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 1> 2> 3> Creating
'sp_MSdelete_dodelete'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 1> 2> 3>
Creating 'sp_MSdelete_publisherdb_trans'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 122> 123> 124> 125> 126> 127>
128> 129> 130> 131> 132> 133> 134> 135> 136> 137> 138> 139> 140> 141> 142>
143> 144> 145> 146> 147> 148> 149> 150> 151> 152> 153> 154> 155> 156> 157>
158> 159> 160> 161> 162> 163> 164> 165> 166> 167> 168> 169> 170> 171> 172>
173> 174> 175> 176> 177> 178> 179> 180> 181> 182> 183> 184> 185> 186> 187>
188> 189> 190> 191> 192> 193> 194> 195> 196> 197> 198> 199> 200> 201> 202>
203> 204> 205> 206> 207> 208> 209> 210> 211> 212> 213> 214> 215> 216> 217>
218> 219> 220> 221> 222> 1> 2> 3> Creating 'sp_MSmaximum_cleanup_seqno'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 122> 123> 124> 125> 126> 127>
128> 129> 130> 131> 132> 133> 134> 135> 136> 137> 138> 139> 140> 141> 142>
143> 144> 145> 146> 147> 148> 149> 150> 151> 152> 153> 154> 155> 156> 1> 2>
3> Creating 'sp_MSdistribution_delete'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 1> 2> 3> 4>
Creating 'sp_MSdistribution_cleanup'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 1> 2> 3> Creating 'sp_MShistory_cleanup'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 122> 123> 124> 125> 126> 127>
128> 129> 130> 131> 132> 133> 134> 135> 136> 137> 138> 139> 140> 141> 142>
143> 144> 145> 146> 147> 148> 149> 150> 151> 152> 153> 154> 155> 156> 157>
158> 159> 160> 161> 162> 163> 164> 165> 166> 167> 168> 169> 170> 171> 172>
173> 174> 175> 176> 177> 1> 2> 3> Creating 'sp_MSget_repl_version'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 1> 2> 3> Creating 'sp_MSenum_subscriptions'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 122> 123> 124> 125> 126> 127>
128> 129> 130> 131> 132> 133> 134> 135> 136> 137> 138> 139> 140> 141> 142>
143> 144> 145> 146> 147> 148> 149> 150> 151> 152> 153> 154> 155> 156> 157>
158> 159> 160> 161> 162> 163> 164> 165> 166> 1> 2> 3> 4> Creating
'sp_MSIfExistsSubscription'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 1> 2> 3> 4> Creating
'sp_MSenum_snapshot'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 1> 2> 3> Creating
'sp_MSenum_snapshot_s'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
1> 2> 3> 4> Creating 'sp_MSenum_snapshot_sd'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 1> 2> 3> 4> Creating
'sp_MSenum_logreader'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 1> 2> 3> 4> Creating 'sp_MSenum_logreader_s'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 1> 2> 3> Creating 'sp_MSenum_logreader_sd'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 1> 2> 3> Creating 'sp_MSenum_qreader'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 1> 2> 3> 4> Creating 'sp_MSenum_qreader_s'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 122> 123> 124> 125> 126> 127>
128> 129> 130> 131> 132> 133> 134> 135> 136> 137> 138> 139> 140> 141> 142>
143> 144> 145> 146> 147> 148> 149> 150> 151> 152> 153> 154> 155> 156> 157>
158> 159> 160> 161> 162> 163> 164> 165> 166> 167> 168> 169> 170> 171> 172>
173> 174> 175> 176> 177> 178> 179> 180> 181> 182> 183> 184> 185> 186> 187>
188> 189> 190> 191> 192> 193> 194> 195> 196> 197> 198> 199> 200> 201> 202>
203> 204> 205> 206> 207> 208> 209> 210> 211> 212> 213> 214> 215> 216> 217>
218> 219> 220> 221> 222> 223> 224> 225> 226> 227> 228> 229> 230> 231> 232>
233> 1> 2> 3> 4> Creating 'sp_MSenum_qreader_sd'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 1> 2> 3> Creating 'sp_MSenum_distribution'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 122> 123> 124> 125> 126> 127>
128> 129> 130> 131> 132> 133> 134> 135> 136> 137> 138> 139> 1> 2> 3> 4>
Creating 'sp_MSenum_distribution_s'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 1> 2> 3> 4> Creating
'sp_MSenum_distribution_sd'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 1> 2> 3> 4> Creating
'sp_MSadd_merge_history'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 122> 123> 124> 125> 126> 127>
128> 129> 130> 131> 132> 133> 134> 135> 136> 137> 138> 139> 140> 141> 142>
143> 144> 145> 146> 147> 148> 149> 150> 151> 152> 153> 154> 155> 156> 157>
158> 159> 160> 161> 162> 163> 164> 165> 166> 167> 168> 169> 170> 171> 172>
173> 174> 175> 176> 177> 178> 179> 180> 181> 182> 183> 184> 185> 186> 187>
188> 189> 190> 191> 192> 193> 194> 195> 196> 197> 198> 199> 200> 201> 202>
203> 204> 205> 206> 207> 208> 209> 210> 211> 212> 213> 214> 215> 216> 217>
218> 219> 220> 221> 222> 223> 224> 225> 226> 227> 228> 229> 230> 231> 232>
233> 234> 235> 236> 237> 238> 239> 240> 241> 242> 243> 244> 245> 246> 247>
248> 249> 250> 251> 252> 253> 254> 255> 256> 257> 258> 259> 260> 261> 262>
263> 264> 265> 266> 267> 268> 269> 270> 271> 272> 273> 274> 275> 276> 277>
278> 279> 280> 281> 282> 283> 284> 285> 286> 287> 288> 289> 290> 291> 292>
293> 294> 295> 296> 297> 298> 299> 300> 301> 302> 303> 304> 305> 306> 307>
308> 309> 310> 311> 1> 2> 3> Creating 'sp_MSenum_merge'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 122> 123> 124> 125> 126> 127>
128> 129> 130> 131> 132> 133> 134> 135> 136> 137> 138> 139> 140> 141> 142>
143> 144> 145> 146> 147> 148> 149> 150> 151> 152> 153> 154> 155> 156> 157>
158> 159> 160> 161> 162> 163> 164> 165> 166> 167> 168> 169> 170> 1> 2> 3> 4>
Creating 'sp_MSenum_merge_s'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
1> 2> 3> Creating 'sp_MSenum_merge_sd'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 1> 2> 3>
Creating 'sp_MSenableagentoffload'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 122> 123> 124> 125> 126> 127>
128> 129> 130> 131> 132> 133> 134> 135> 136> 137> 138> 139> 140> 141> 142>
143> 144> 145> 146> 147> 148> 149> 150> 151> 152> 153> 154> 155> 156> 157>
158> 159> 160> 161> 162> 163> 164> 165> 166> 167> 168> 169> 170> 171> 172>
173> 174> 175> 176> 177> 178> 179> 180> 181> 182> 183> 184> 185> 186> 187>
188> 189> 190> 191> 192> 193> 194> 195> 196> 197> 1> 2> 3> Creating
'sp_MSdisableagentoffload'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 1> 2> 3> Creating
'sp_MSadd_repl_error'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 1> 2> 3> 4> Creating
'sp_MSadd_repl_alert'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 1>
2> 3> Creating 'sp_MSadd_replmergealert'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 1> 2> 3> 4> Creating
'sp_MSget_repl_error'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 1> 2>
3> 4> Creating 'sp_MSdist_activate_auto_sub'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 1>
2> 3> Creating 'sp_MSlock_auto_sub'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
1> 2> 3> Creating 'sp_MSget_new_xact_seqno'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 1> 2> 3> 4> 5> Creating
'sp_MSchange_publication'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 122> 123> 124> 125> 126> 127>
128> 129> 130> 131> 132> 133> 134> 135> 136> 137> 138> 139> 140> 141> 142>
143> 144> 145> 146> 147> 148> 149> 150> 151> 152> 153> 154> 155> 156> 157>
158> 159> 160> 161> 162> 163> 164> 165> 166> 167> 168> 169> 170> 171> 172>
173> 174> 175> 176> 177> 178> 179> 180> 181> 182> 183> 184> 185> 186> 187>
188> 189> 190> 191> 192> 193> 194> 195> 196> 197> 198> 1> 2> 3> 4> Creating
'sp_MSadd_article'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 122> 123> 124> 125> 126> 127>
128> 129> 130> 131> 132> 133> 134> 135> 136> 137> 138> 139> 140> 141> 142>
143> 144> 145> 146> 147> 148> 149> 150> 151> 152> 153> 154> 155> 156> 157>
158> 159> 160> 161> 162> 163> 164> 165> 166> 167> 168> 169> 170> 171> 172>
173> 174> 175> 176> 177> 178> 179> 180> 181> 182> 183> 184> 185> 186> 187>
188> 189> 190> 191> 192> 193> 194> 195> 196> 197> 198> 199> 200> 201> 202>
203> 204> 205> 206> 207> 208> 209> 210> 211> 212> 213> 214> 215> 216> 217>
218> 219> 1> 2> 3> Creating 'sp_MSchange_article'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 1> 2> 3> 4>
Creating 'sp_MShelp_publication'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 1> 2> 3> Creating
'sp_MShelp_article'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 1> 2> 3>
Creating 'sp_MShelp_subscription'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 1> 2> 3> Creating 'sp_MSadd_subscription_3rd'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 122> 123> 124> 125> 126> 127>
128> 129> 130> 131> 132> 133> 134> 135> 136> 137> 138> 139> 140> 141> 142>
143> 144> 145> 146> 147> 148> 149> 150> 151> 152> 153> 154> 155> 156> 157>
158> 1> 2> 3> Creating 'sp_MSdrop_subscription_3rd'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 1> 2> 3> Creating
'sp_MSactivate_subscriptions'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 1> 2>
Creating 'sp_MSdrop_merge_subscription'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 122> 123> 124> 125> 126> 127>
128> 129> 130> 131> 132> 133> 134> 135> 136> 137> 138> 139> 140> 141> 142>
1> 2> 3> Creating 'sp_MSadd_merge_subscription'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 122> 123> 124> 125> 126> 127>
128> 129> 130> 131> 132> 133> 134> 135> 136> 137> 138> 139> 140> 141> 142>
143> 144> 145> 146> 147> 148> 149> 150> 151> 152> 153> 154> 155> 156> 157>
158> 159> 160> 161> 162> 163> 164> 165> 166> 167> 168> 169> 170> 171> 172>
173> 174> 175> 176> 177> 178> 179> 180> 181> 182> 183> 184> 185> 186> 187>
188> 189> 190> 191> 192> 193> 194> 195> 196> 197> 198> 199> 200> 201> 202>
203> 204> 205> 206> 207> 208> 209> 210> 211> 212> 213> 214> 215> 216> 217>
218> 1> 2> 3> Creating 'sp_MSenum_merge_subscriptions'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 122> 123> 124> 125> 126> 127>
128> 129> 130> 131> 132> 133> 134> 135> 136> 137> 138> 139> 140> 141> 142>
143> 144> 145> 146> 147> 148> 149> 150> 151> 152> 153> 154> 155> 156> 157>
158> 159> 160> 161> 162> 163> 164> 165> 166> 167> 168> 169> 170> 171> 172>
173> 174> 1> 2> 3> Creating 'sp_update_agent_profile'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 1> 2> 3> 4> Creating
'sp_MSprofile_in_use'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 1> 2> 3> 4> Creating
'sp_MSreset_subscription'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 1> 2> 3>
Creating 'sp_MSget_subscription_guid'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 1> 2>
3> 4> Creating 'sp_MSreset_subscription_seqno'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 1> 2> 3>
4> Creating 'sp_MShelp_profile'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 1> 2> 3> Creating
'sp_MShelp_snapshot_agentid'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 1> 2> 3> Creating 'sp_MShelp_logreader_agentid'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 1> 2> 3> 4> 5> 6> 7> 8> Creating
'sp_MSadd_merge_anonymous_agent'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 122> 123> 124> 125> 126> 127>
128> 129> 130> 131> 132> 133> 134> 135> 136> 137> 138> 139> 140> 141> 142>
143> 144> 1> 2> 3> 4> Creating 'sp_MShelp_merge_agentid'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 1> 2> 3>
Creating 'sp_MSdistpublisher_cleanup'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 1> 2> 3> Creating
'sp_MSenum_replication_status'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 122> 123> 124> 125> 126> 127>
128> 129> 130> 131> 132> 133> 134> 135> 136> 137> 138> 139> 140> 141> 142>
143> 144> 145> 146> 147> 148> 149> 150> 151> 152> 153> 154> 1> 2> 3>
Creating 'sp_MSagent_stethoscope'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 122> 123> 124> 125> 126> 127>
128> 129> 130> 131> 132> 133> 134> 135> 136> 137> 138> 139> 140> 141> 142>
143> 144> 145> 146> 147> 148> 149> 150> 151> 152> 153> 154> 155> 156> 157>
158> 159> 160> 161> 162> 163> 164> 165> 166> 167> 168> 169> 170> 171> 172>
173> 174> 175> 176> 177> 178> 179> 180> 181> 182> 183> 184> 185> 186> 187>
188> 189> 190> 191> 192> 193> 194> 195> 196> 197> 198> 199> 200> 201> 202>
203> 204> 205> 1> 2> 3> Creating 'sp_MSlock_distribution_agent'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 1> 2> 3> Creating
'sp_MSdetect_nonlogged_shutdown'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 122> 123> 124> 125> 126> 127>
128> 129> 130> 131> 132> 133> 134> 135> 136> 137> 138> 139> 140> 141> 142>
143> 144> 145> 146> 147> 148> 149> 150> 151> 152> 153> 154> 1> 2> 3>
Creating 'sp_MSenumerate_PAL'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 1> 2> 3> 4> 5> Creating
'sp_MSpublication_access'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 122> 123> 124> 125> 126> 127>
128> 129> 130> 131> 132> 133> 134> 135> 136> 137> 138> 139> 140> 141> 142>
143> 144> 145> 146> 147> 148> 149> 150> 151> 152> 153> 154> 155> 156> 157>
158> 159> 160> 161> 162> 163> 164> 165> 166> 167> 168> 169> 170> 171> 172>
173> 174> 175> 176> 177> 178> 179> 180> 181> 182> 183> 184> 185> 186> 187>
188> 189> 1> 2> 3> 4> Creating 'sp_MSdrop_6x_publication'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 1> 2> 3> Creating 'sp_MShelp_distribution_agentid'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 122> 123> 124> 125> 126> 127>
128> 129> 130> 131> 132> 133> 134> 135> 136> 137> 138> 139> 140> 141> 142>
143> 144> 145> 146> 147> 148> 149> 150> 151> 152> 153> 154> 155> 156> 157>
158> 159> 160> 161> 162> 163> 164> 165> 166> 167> 168> 169> 170> 171> 172>
173> 174> 175> 176> 177> 178> 179> 180> 181> 182> 183> 184> 185> 186> 187>
188> 189> 190> 191> 192> 193> 194> 195> 196> 197> 198> 199> 200> 201> 202>
203> 204> 205> 206> 207> 208> 209> 210> 211> 212> 213> 214> 215> 216> 217>
218> 219> 220> 221> 222> 223> 224> 225> 226> 227> 228> 229> 230> 231> 232>
233> 234> 235> 236> 237> 238> 239> 240> 241> 242> 243> 244> 245> 246> 247>
248> 249> 250> 251> 252> 253> 254> 255> 256> 257> 258> 259> 260> 261> 262>
263> 264> 265> 266> 267> 268> 269> 270> 271> 272> 273> 274> 275> 276> 277>
278> 279> 1> 2> 3> Creating 'sp_MScheck_tran_retention'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 1> 2> 3> Creating 'sp_MSmarkreinit'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 1> 2> 3> Creating procedure
sp_MSfetchAdjustidentityrange
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 1> 2> 1> 2>
1> 2> 3> Creating 'sp_MSreinit_subscription'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 1> 2> 3> 4> 5> 6> 7> 8> 9> 10> Creating view
MSdistribution_status
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 1> 2> 3> 4> 5> 6>
1> 2> 3> 4> Creating 'sp_browsereplcmds'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 1> 2> 3> 4> 5> Creating
'sp_dumpparamcmd'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 1> 2>
3> Creating 'sp_MSbrowsesnapshotfolder'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 1> 2> 3> Creating 'sp_MSchange_subscription_dts_info'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 1> 2> 3> Creating 'sp_MSdist_adjust_identity'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 1> 2> 3> Creating 'sp_MSrefresh_anonymous'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 1> 2> 3> Creating
'sp_MScheck_pub_identity'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 1> 2> 3> Creating 'sp_MSadjust_pub_identity'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 1> 2> 3> Creating 'sp_MSinsert_identity'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 1>
2> 3> Creating 'sp_MSget_subscription_dts_info'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
1> 2> 3> Creating 'sp_MSenumdistributionagentproperties'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 1> 2> 3> Creating
'sp_MSenum_merge_agent_properties'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 1> 2> 3> Creating 'sp_dropanonymoussubscription'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 1> 2> 3>
Creating 'sp_MSdrop_anonymous_entry'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 1>
2> 3> Creating 'sp_MSadddynamicsnapshotjobatdistributor'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 105> 106> 107> 108> 109> 110> 111> 112>
113> 114> 115> 116> 117> 118> 119> 120> 121> 122> 123> 124> 125> 126> 127>
128> 129> 130> 131> 132> 133> 134> 135> 136> 137> 138> 139> 140> 141> 142>
143> 144> 145> 146> 147> 148> 149> 150> 151> 152> 153> 154> 155> 156> 157>
158> 159> 160> 161> 162> 163> 164> 165> 166> 167> 168> 1> 2> 3> Creating
'sp_MSdeleterepljob'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 1> 2> 3> Creating
'sp_MSdeletefoldercontents'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40>
41> 42> 43> 44> 45> 46> 47> 48> 49> 50> 51> 52> 53> 54> 55> 56> 57> 58> 59>
60> 61> 62> 63> 64> 65> 66> 67> 68> 69> 70> 71> 72> 73> 74> 75> 76> 77> 78>
79> 80> 81> 82> 83> 84> 85> 86> 87> 88> 89> 90> 91> 92> 93> 94> 95> 96> 97>
98> 99> 100> 101> 102> 103> 104> 1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13>
14> 15> 16> 17> 18> 19> 20> 21> 22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32>
33> 34> 35> 36> 37> 38> 39> 40> 41> 42> 43> 44> 45> 1> 2> 3> 4> 5> 6> 7> 8>
9> 10> 11> 12> 13> 14> 15> 16> 1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13>
14> 15> 16> 17> 18> 19> 20> 21> 22> Creating 'sp_MSispublicationqueued'.
1> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21>
22> 23> 24> 25> 26> 27> 28> 29> 1> 2> 3> Creating 'sp_MSlog_agent_cancel'.
Adding user 'guest'.
Adding role 'replmonitor'.
DBCC execution completed. If
DBCC printed error messages, contact your
system administrator.
1> 2> 3> DBCC execution completed. If DBCC printed error messages, contact
your
system administrator.
Configuration option 'allow updates' changed from 1 to 0. Run the
RECONFIGURE statement to install.
1> 2> 3> 1> 2>
end ----
" " <hv@.mail.ru> wrote in message
news:e%230YTMhTEHA.544@.TK2MSFTNGP11.phx.gbl...
> Hi.
> We installed SP3 as described in
>
http://support.microsoft.com/default...&Product=sql2k
> And now we have following errors running merge agents:
> Category:SQLSERVER
> Source: DB01
> Number: 207
> Message: Invalid column name 'published_in_tran_pub'.
> Category:COMMAND
> Source: Failed Command
> Number: 0
> Message: {call sp_MShelpmergearticles (?, 8000000, ?) }
>
> Can anybody help with that?
> Thanks,
> Vova.
>
>
|||Looks like you need to reapply SP3a.
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
"?ìá??éê ÷ìá?éíéò" wrote:

> Hi.
> We installed SP3 as described in
> http://support.microsoft.com/default...&Product=sql2k
> And now we have following errors running merge agents:
> Category:SQLSERVER
> Source: DB01
> Number: 207
> Message: Invalid column name 'published_in_tran_pub'.
> Category:COMMAND
> Source: Failed Command
> Number: 0
> Message: {call sp_MShelpmergearticles (?, 8000000, ?) }
>
> Can anybody help with that?
> Thanks,
> Vova.
>
>
>
|||This column is related to a new merge agent parameter added with sp3. Have you applied the sp3 to publisher distributor and subscriber? Is there anything in the setup log - sqlsp.log file from the c:\windows directory - this might shed some light on any
failed actions during the sp installation.
HTH,
Paul Ibison
|||Paul,
If sp3 is applied with "backward compatibility" enabled on publisher,
would subscriber be working if it has only sp2 ? Or in any case there should
be the same version of SP applied on both servers?
Thanks,
Serge.
"Paul Ibison" <Paul.Ibison@.Pygmalion.Com> wrote in message
news:942F88CC-41AB-4119-8DB7-5169DE2FDF4A@.microsoft.com...
> This column is related to a new merge agent parameter added with sp3. Have
you applied the sp3 to publisher distributor and subscriber? Is there
anything in the setup log - sqlsp.log file from the c:\windows directory -
this might shed some light on any failed actions during the sp installation.
> HTH,
> Paul Ibison
|||Serge,
the Backwards Compatibility mode on sp3 only refers to cross-database ownership and microsoft search; it isn't really like the compatibility level setting for a database. There is no definite documentation on the various compatibilities between sql server
s using different service pack levels, I guess due to the vast number of permutations, but the recommendation is clear - to have a common service pack level across publisher, distributor and subscriber.
HTH,
Paul Ibison