| Thread | Last Post | Replies |
|
| Trigger and replication | 30 Nov 2004 20:56 GMT | 1 |
I have set up the transactional replication with Qued option .. I have a trigger on one of the table which inserts the data in another tables after insert /update activity happens . I have set up the trigger with Not for replication
|
| Replicating database schema changes in "daisy chain" situation | 30 Nov 2004 19:02 GMT | 3 |
We have a setup where SQL Server A servers as a Master database. SQL Server B is installed in another country and replicates key master data from server A. MSDE Instance C replicates with Server B to receive this master data as well as merge data that is shared only between B and ...
|
| replication user | 30 Nov 2004 18:36 GMT | 14 |
I'm running in circles here... I'm new in replication, my first step is to configure publishing but is asking me for a service start account. I'm using sa with secure pwd to login into the sql server if I leave the system account I got a error message saying that this account ...
|
| Still Error 18483 | 30 Nov 2004 18:34 GMT | 3 |
Hi I can't go forward, I have the same error... Paul Ibison was helping but maybe he is busy... please help. Error 18483: could not connect to server 'serverName' because 'distributor_admin' is not defined as a remote login at the server.
|
| Replication | 30 Nov 2004 15:28 GMT | 6 |
I need to copy 10 Databases (150GB) to another SQL machine. Now I need the destination machine to be updated every 24 hours. Transcational replication is not helping me - cause it doesn't copy tables without primary keys.
|
| Restoring replication | 30 Nov 2004 13:45 GMT | 1 |
I have a problem that needs tip: Our main replica server need to be restored. It has been the main server within a network using merge replications between around 10 servers with publications and push/pull subscriptions. Now listen the server was stolen and I need to restore (I ...
|
| Pull subscription | 30 Nov 2004 13:44 GMT | 1 |
I'm trying to create a pull subscription but it fails. I would like to synchronize data between my laptop (remote or in network) and our SQL Server. I managed to create a push subscription replicating every
|
| SQL 2000 Standard Edition : Log Shipping copy problem.. | 30 Nov 2004 12:16 GMT | 3 |
We have a standby server that is located at the remote site connected by a leased line. We have a log shipping that is currently running from our primary server located at hq to the standby server. Everyday there will be a transaction logs and the full database restore been done ...
|
| Problem in Merge Replication | 30 Nov 2004 11:41 GMT | 2 |
I am Getting Timeout Problem when the meta data CleanUp Process Related to Merge Replication is running I just want to know a) What event triggers this job to run.
|
| GPRS replication troubles : 28562 | 30 Nov 2004 08:06 GMT | 2 |
I get this number of errors when I'm trying to merge replicate over GPRS. It occurs only some times: error 80072EE7 with native 28562 error 80072EFD with native 28562
|
| Recreate snapshot manually after changes? | 30 Nov 2004 05:46 GMT | 2 |
If I change the table structure of an article in a merge publication, is it necessary to rerun the snapshot agent manually?
|
| MSDE Replication in Workgroup Enviromnet | 30 Nov 2004 01:16 GMT | 1 |
We currently have two machines in a workgroup environment and both are running WIndows XP Pro SP1 and MSDE Sp3. The problem we have is with the Merge Replication. The publisher writes snapshot data to the snapshot folder, but the subscriber is unable to open
|
| row filter where clause (busy db performance hit?) | 29 Nov 2004 15:51 GMT | 6 |
I need to setup a filter for a really busy db that we are replicating. I was wondering what type of filter to use. I am afraid that the where clause of a row filter will create a major
|
| Setting SEED value for a existing column | 29 Nov 2004 11:18 GMT | 3 |
I need to set a new SEED value to an existing identity column through Query. I used the following DBCC CHECKIDENT (jobs, RESEED, 30) but Enterprise Manager still shows the old SEED value.
|
| Link Table | 29 Nov 2004 11:04 GMT | 6 |
I want to make two database one a same server, database A will have a table named "T" and I would like to make database B have a table which will contain the data of table on Database A.
|