all groups > sql server replication > december 2005 > threads for december 29 - 31, 2005
Filter by week: 1 2 3 4 5
Deadlock between Distribution Agent and Distribution Agent Cleanup
Posted by Andrew Pike at 12/30/2005 3:19:02 PM
This is occurring regularly on SQL Server 2000 build 878.
The problem is a deadlock in the Distribution database. The Distribution
Agent spid is executing the SELECT statement below:
select @max_xact_seqno = max(xact_seqno) from MSrepl_commands (READPAST)
where
publisher_d... more >>
Adding a table, stored procedure, or view in push tranaction repl
Posted by Wingman at 12/30/2005 2:33:02 PM
We are using SQL 2k and use push replication. If I want to add a table, a
view or a stored procedure to a publishing table, view or stored procedure,
can I just create them using EM or query analyzer manually in both the
publishing table or subscribing table without involving replication?
... more >>
how to tutorial for Replication
Posted by Ten Ten at 12/30/2005 1:34:01 PM
Hi ,
where can i find a goog tutorial for mssql server replication step by step ?
thanks for answers
... more >>
Change replicationAgent that starts SQLSERVERAGENT
Posted by Wingman at 12/30/2005 8:07:02 AM
Hi,
We are using Push subscription in our transactional replication setup in SQL
2K and I noticed that the SQLSERVERAGENT service is started by a local
account called replicationAgent. Is it a problem for me to change it to a
different local account? If it is ok to change it, do I need t... more >>
Help w/ Error 107: The column prefix 'FTL_UB_Customers' does not match with a table name or alias name used in the query.
Posted by Ricky at 12/30/2005 7:13:38 AM
I am desperately hoping that someone here can help me so that I can
stop my premature balding. I am running SQL Server 2000 on two servers
both running Windows 2000. I have a snapshot replication setup from
Server1 to Server2 where Server1 acts as the distributer and contains
the published dat... more >>
Transaction replication question
Posted by SSM at 12/30/2005 6:54:03 AM
My goal is to create a warm standby using transaction replication with
instantaneous updating to the subscriber. I only have two servers. Should I
place the distribution database on the same server as the publisher or the
subscriber? Is it even possible to place the distribution database on... more >>
"Select *" in Replication Tables
Posted by SouRa at 12/29/2005 8:25:03 PM
Hi,
I used "select * from replicate_table_name" in my stored procedures and my
application.Now i want to replicate that tables.
Will it affect my application and Replication.
Please Advice me.
Regds
Soura
... more >>
SQL2005 - Mirroring and TransLogShipping problem
Posted by Jay Becker at 12/29/2005 12:42:04 PM
Hello everyone. We are evaluating SQL 2005 Standard for both a mirroring and
log shipping scenario. We want to have database mirroring setup in house and
log shipping to a remote site. We have successfully implemented db mirroring
using the trace flag 1400, like this.....
sqlservr -d"c:\... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Filter clause
Posted by marshallae NO[at]SPAM bowater.com at 12/29/2005 7:07:09 AM
We are moving to SQL 2005 Standard Edition are use numerouse filters
for replication. In SQL 2000, we had a lot of the filters setup using
an OR statement in the filterclause (ie. a.company = b.company or
a.subcompany = b.company), and had no problems with adding the filters.
In SQL 2005, cre... more >>
|