| Thread | Last Post | Replies |
|
| problem with updating identity in transactional replication | 30 Nov 2005 21:22 GMT | 9 |
Hey. I've a few transactional publications. It fails with this error. When I looked at the command, it's trying to insert a null in identity column. Why does it do that? As of now, I've commented the update for the identity column in the sp_msupd_logdevicebeacon. But now, if ...
|
| replication over internet | 30 Nov 2005 20:22 GMT | 5 |
I want to set up a replication between servers over the internet. I know there are 3 ways to do this, using VPN,proxy server or TCP/IP (FTP). but I don't know the advantages of each one. could you tell me what are the differences between these ways in performance and security?
|
| Using DISTRIB.EXE or REPLMERG.EXE in SQL Express | 30 Nov 2005 18:39 GMT | 5 |
Can I use DISTRIB.EXE or REPLMERG.EXE to force SQL Express to synchronize a Pull Subscription on the SQL Express machine to the publisher (SQL Server)?
|
| Forcing SQL Express to synchronize | 30 Nov 2005 18:38 GMT | 5 |
I have a situation where I have SQL Server 2005 as my Publisher/Distributor and I have it setup to run Push Merge Replication. The subscriber is an instance of SQL Server Express. Obviously SQL Server Express doesn't have the means to force synchronization. I do have it setup ...
|
| System Account | 30 Nov 2005 17:35 GMT | 1 |
I cannot set my server as a distributor. It keeps telling me "SQL Server Agent on 'My Server Name ' currently uses the system account, Which causes replication between servers to fail. In the following dialog box specify another account for the Service startup account". I use the ...
|
| Transactional replication with multiple publishers seems unreliable. | 30 Nov 2005 17:21 GMT | 1 |
We have a SQL2000 Publisher, and SQL2005 server doing Distribution and Subscription. We're using transactional replication with push subscription. We've had this running reliably for 2 weeks with one publication with
|
| Session Details in Distribution Agent | 30 Nov 2005 16:18 GMT | 1 |
Hey guys. I went to the Agent history for the distribution agent and it tells me 'A total of 1 transaction(s) with 8 command(s) were delivered.' Can someone tell me how I can check what was exactly done at this
|
| restarting sql server with transactional replication | 30 Nov 2005 09:09 GMT | 2 |
Hi I have transactional replication on my server. If I need to restart the Agent or Sql Server is there anything I should be aware of or is there a set way to restart sql server or the agent. If I restart Sql Server while a transaction is going on will there be any corruption or ...
|
| SQL 2005 merge repliation over HTTPS/IIS | 30 Nov 2005 03:12 GMT | 2 |
I'm starting down the road of considering merge replication in SQL Server 2005 (via IIS/HTTPS) (as opposed to writing my own synchronization code and communicating via Web Services). The more I look into it, I'm feeling more comfortable with it.
|
| merge replication & scalability | 30 Nov 2005 03:09 GMT | 2 |
I'm wondering how well merge replication scales to a large number of subscribers. Where is the state of the merge sync relationship between the publisher and subscriber stored? Is it in the subscriber database, distributor database, or in the publisher database?
|
| merge replication and disaster recovery (SQL 2005) | 30 Nov 2005 03:06 GMT | 2 |
Once a merge relationship is established, what happens when either the publisher restores a previous backup, or the subscriber restores a previous backup? How is this handled? Will the latest data will be restored from the database that didn't crash?
|
| upload changes and reinit subscription? | 30 Nov 2005 03:05 GMT | 2 |
When a subscriber has exceeded the retention period since the last sync, I've heard that it can upload it's changes to the publishser then reinitialize the subscription. How is this upload handled? Is this a manual process? Or is this case specifically handled by merge ...
|
| Programatically create replication publication? | 30 Nov 2005 01:36 GMT | 4 |
Is it possible to create a publication entirely from within my application? If so, are there some samples or documentation anyone can point me to? Thanks in advance, Terry
|
| queue reader agent reports ODBC Error: Invalid cursor state | 29 Nov 2005 21:06 GMT | 1 |
SQL Server verison on Publisher: 8.00.970 SQL Server verison on Subscriber: 8.00.970 An update proc containing two statements was issued on the subscriber. The queue reader reports ODBC Error: Invalid cursor state.
|
| Two Way Transactional | 29 Nov 2005 20:46 GMT | 2 |
Let's say TableA on a 2000 ServerA.DatabaseA has an identity key and I want to transactionally replicate that TableA to a ServerB.DatabaseA (that is also 2000). But here's the catch: in the case of a significant outage on ServerA I want to be able to repoint the web to ServerB ...
|