all groups > sql server replication > august 2007 > threads for august 1 - 7, 2007
Filter by week: 1 2 3 4 5
how to configure from local distributor to remote
Posted by TheSQLFool at 8/7/2007 7:22:42 PM
Hi,
I already have a merge replication setup successfully.
However I now need to change the network from a central publisher to a
central publisher with remote distributor
See http://www.databasejournal.com/features/mssql/article.php/1458491 and
Ctrl+F for the words central publisher.
... more >>
Detailed Procedure for implementing the SQL Server Replication
Posted by Shanthi at 8/7/2007 8:14:04 AM
Can I have a detailed step to step guide for implementing the SQL Server
Replication.
Note : I am using SQL 2000 Server Ent. Edition. on Win2003 Server Platform
Shanthi... more >>
Merge replication performance problems
Posted by Vladimir Kofman at 8/7/2007 6:44:23 AM
Hi,
I have a merge replication between MSSQL2005 as a server, and SQLExpress
as the clients. The publication contains dynamic filters, ~190 tables and
~300 joins (the longest path in a "join tree" is 12), currently I'm testing
on database that contains ~2GB of data. If I use a precomputed p... more >>
MergeReplication and custom BusinessLogicHandler
Posted by ThomasJ at 8/7/2007 4:48:01 AM
Hello,
I have merge replication running on SQL Server 2005 Developer Edition. To be
able to use my own conflict handler I implemented and deployed my own
BusinessLogicModule written in C#. Till here everything works fine but I do
not know how to handle the following scenarios:
1) When, w... more >>
repltype
Posted by shif at 8/7/2007 2:40:02 AM
Hi
I am doing replication first time .i am having 4 master tables which want to
replicate to remote location through vpn connectivity.and the tables contain
around 5 lakhs of master records.i want to replicate each modified
datas.which type of replication i have to use here, snapshot,transact... more >>
Drop table from running merge replication
Posted by Al S at 8/7/2007 12:00:00 AM
Hi
We have a serious problem with a merge replication that has been running
successfully until some rows were added to one of the tables and now SQL
Server is issuing the following error message
The schema definition of base table 'dbo'.'cmqb_open' at the Subscriber does
not match the ta... more >>
Internal .Net Framework Data Provider error 6
Posted by Jody Gelowitz at 8/7/2007 12:00:00 AM
We have started experiencing "System.InvalidOperationException: Internal
..Net Framework Data Provider error 6" exceptions from our Visual Studio 2005
applications since implementing Mirroring with SQL Server 2005. If we
change our connection string so that it does not include the Failover
... more >>
Invalid column name 'rowguid'.
Posted by at 8/6/2007 6:38:46 AM
Hello ,
I scripted the creation of my Replication ,
Then droped the Replication ,
Added 1 or 2 new Fields in 5 existing tables
and then Recreated the Replication using the scripted File.
The Replication is Created Succesfully but I got an Error when running
the
Snapshot Agent
The Erro... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Replication -- subscriber job history does not appear on SQL server 2005 Subscriber from SQL 2000 publication
Posted by Raj Chidipudi at 8/6/2007 6:03:58 AM
Hi Everyone,
I have a small issue in looking at the the subscription's job history
(transaction history) on SQL Server 2005 subscriber subscribed to a
SQL Server 2000 publication.
We have the following environments set up and running and all the
Windows and SQL servers service packed to the... more >>
Primary Key Violation - Transactional Replication
Posted by JN at 8/6/2007 4:06:07 AM
Hi All,
I have setup a transactional replication between 2 SQL 2005 servers.
Unfortunately, I am getting the error listed below:
Replication-Replication Distribution Subsystem: agent
JFCIS3TRM02-JFJDAT-JFJDAT_PUBLICATION-JFCIS3TRM01-13 failed.
Violation of PRIMARY KEY constraint 'ARSTRU... more >>
Preventing deadlocks
Posted by Hassan at 8/5/2007 11:14:33 AM
When we start multiple publications at the same time on the same publisher
and even against different published datatabases, at times, we run into
deadlocks and start all over again. This was in 2000.
Do we know, if in 2005, the chances of deadlocks are minimized if i start
multiple publica... more >>
merge replication partition options
Posted by mommi at 8/5/2007 5:16:01 AM
Setup:
SQL Server 2005 -> Merge pull subscription via HTTPS
Tables:
1) StudioType (Id [tinyint] PK, Name [nvarchar])
2) Studio (Id [int] PK, StudioTypeId [tinyint] FK, ComputerName [nvarchar]...)
3) etc
Remarks:
I have a single parametrized filter (for the entire database) on article
St... more >>
Merge replication triggers
Posted by Ravi Lobo at 8/3/2007 3:04:00 PM
In DTS whenever the data was imported to tables in replication, the merge
tracking triggers were not getting fired.
There was an option FAST LOAD / BULK load (not sure) which was required to
be deselected.
I am using SSIS and find that the triggers are not fired even here. Does
anyone ... more >>
Distribution database is 9 GBs
Posted by ThomBeaux at 8/3/2007 7:48:00 AM
Our distribution database in up to 9 GBs, after only 3 weeks...
What job cleans out data from this database?
What do I need to check to verify this?
--
Thanks and God Bless,
ThomBeaux... more >>
First timer - which way to jump?
Posted by Nick Locke at 8/3/2007 12:00:00 AM
Hello folks,
I currently have a "live" DB and a "reporting" DB, both SQL 2005. Each
night a full backup of "live" is restored into "reporting" which gives my
users what they need - access to a copy of "live" with no danger of screwing
up the production service. We do however add a few ind... more >>
Merge replication with autoincrement field
Posted by at 8/2/2007 10:37:38 PM
Hi guys,
I have two separate system with some data common between them.
For simplicity let's say System A contains some data that is same with
System B. Now I want to get the data from System A to System B by
merge replication (dont want to send data from System B to System A -
using merge ... more >>
msreplication_queue table growing on subscriber - why
Posted by Luci Charming at 8/2/2007 5:46:00 AM
Have a live and standby server and failed over to the standby after (i
thought) using EM to turn off replication.
Now find out that the ms_replication_table on the subscriber is growing -
what have I missed ?
The very least I need to do is remove/delete this table as I now don't have
eno... more >>
Disaster Recovery Plan
Posted by mj at 8/2/2007 4:08:01 AM
I have a server that has become unstable.
My tasks in the next 2 days:
Complete a full system backup of the source server
complete a full system restore to the destination server
unplug the old system
plug in the new system
Backup / Restore software: Veritas Backup Exec
Because of the... more >>
Pull Subscription in SQL Express?
Posted by KL at 8/1/2007 11:19:08 AM
This may be a dumb question. Can SQL server express do pull subscription? I
find out Sql server express doesn't come with SQL server agent, does pull
subscription need the server agent to do the pull job?
Thanks for any help.
KL
... more >>
web sync using RMO
Posted by prakash at 8/1/2007 4:36:15 AM
Hi
How do i configure web syncroniztion using RMO programming insted of
Wizard .
In short configure IIS using RMO or T-SQL .
Thanks
... more >>
Web synchronization using RMO
Posted by prakash at 8/1/2007 4:23:34 AM
Hi
I have created merge publication using RMO programming on Sql Server
2005 and it is subscribe by Sql Server Mobile Edition.
Application Details:
Application: Windows Mobile 5.0 Pocket PC .
Language: C#
Dot Net Version: 2.0
Database: Sql Server 2005 For Publ... more >>
Alter Table fails because column is being replicated
Posted by mj at 8/1/2007 3:54:00 AM
This is a follow up to my post 7/30/2007
<please review>
I have been unsuccessful in removing this column
do I have to rebuild from scripts then migrate data?
Thanks
Mark J. Soule
... more >>
"Automatic" updates from client to server during replication
Posted by AimlessZombie at 8/1/2007 3:04:01 AM
Hi,
I am doing replication between SQL Server 2005 on desktop server and SQL
Mobile on mobile device client, following the guide here
http://msdn2.microsoft.com/en-US/library/aa454892.aspx
1. I realised that when I do any form of adding, editing, deleting from my
mobile, the changes get ... more >>
|