| Thread | Last Post | Replies |
|
| Windows Synchronizations Manager not saving passwords | 30 Apr 2006 16:36 GMT | 3 |
I would like to use Windows Synchronizations Manager for replicating an MSDE database. Customers will connect my server from inside their network using their permanent connection or dial-up. There is no way of using windows authentication, only SQL.
|
| Merge Replication and restricting the flow of data - clarification needed? | 29 Apr 2006 22:12 GMT | 2 |
In merge replication the flow of data by default is bidirectional between the publisher and subscriber, however this can be overridden if required. In SQL Server 2005 there seems to be 3 independant ways this overriding can be done:
|
| non-updateable merge subscription | 29 Apr 2006 11:02 GMT | 11 |
In a particular scenario, the customer has a Win XP with SQL Server 2000 Personal Edition. I want to establish replication environment. Obviously Merge and Snapshot replication is available. Snapshot is not suitable, the only option is Merge. Some tables must not reflect the ...
|
| replication sequence | 29 Apr 2006 11:00 GMT | 1 |
I have 2 tables which tab B depends on the record on tab A. In publisher, records are generated to tabA before some audit information record to tabB. In subscriber, there is replication error that the trigger in tab B couldn't find the corresponding record in tab A and cause ...
|
| SnapShot Replication question | 29 Apr 2006 09:33 GMT | 5 |
I am going to create snapshot replication which will be scheduled to run once in a month. my question is about as there are 10 users in my publisher database, how i can create those 10 users in Subscribers. i know there are options like i can create manually but i don't want to ...
|
| Database question related to Replication | 28 Apr 2006 22:31 GMT | 6 |
I need you help to have a best practice that i can use to bring in effect.In my SQL Server 2000 i have database name XYZ (Production Database) & i have created another Database on same server as XYZ_Monthly. As per Reporting requirement at the last day of every month i have to ...
|
| Adding subscriptions via script | 28 Apr 2006 19:20 GMT | 4 |
When I add a subscription via a script, the subscription does not appear in the Replication Monitor->Publishers->'servername'->'publication' folder in EM. The script is being generated by EM. When I add a subscription via the
|
| Replication "Timeout exceeded" error | 28 Apr 2006 17:52 GMT | 3 |
During our nightly replication we replicate a table SERV from a third party. This table contains codes for all open and closed orders from the past 2 years. It is around 3 - 3.5 GB of total data. The console starts the first attempt around 2145 - 2130 and the table runs until ...
|
| Change of Primary key in a published article | 28 Apr 2006 17:36 GMT | 1 |
We are using SQl 2K with sp4, and using push transaction replication. Recently we need to add a new field into an existing primary key where it belongs to a published table. What is the quickest way for me to replicate the new primary key over without reloading the data since the ...
|
| Backup and restore of publisher | 28 Apr 2006 14:47 GMT | 1 |
We use SQL Server 2000 with merge replication with 500 users. We are moving the server and need to temporarily move the database to a different server while the server is moved. Is there a way to backup and restore the server (publisher) without having to create a new replica ...
|
| merge snapshot every 24? | 28 Apr 2006 13:13 GMT | 2 |
Does the merge snapshot agent really need to take a snapshot every 24 hours? I just discovered this, I have some really large tables in merge and am noticing contention/blocking at the pub each night at midnight... Can i have it safely do this once per week? Does it really need ...
|
| replication not sent across | 28 Apr 2006 12:17 GMT | 4 |
I have the following issue : my replication is txn , immediate updating This is an existing replication and i am changing one of the acct ABC123's details via the Application.
|
| Merging data before replication | 28 Apr 2006 11:36 GMT | 3 |
One application is running in two different locations. The database structure is the same for both. Each database has its own data. For replication, I cannot apply snapshot of one to the other because the target will loose its data. I was thinking of exporting their data to an
|
| Relocate Log file .ldf of a replicated database | 28 Apr 2006 09:25 GMT | 5 |
Dear Sir/Madam, I have a replicated database which all data and log file are currently on RAID 5, and I now would like to move the log file to another drive which is in RAID10.
|
| configure a publication to allow copying of subscription databases | 28 Apr 2006 07:51 GMT | 3 |
I am trying to copy a Subscription db so that I can install it at a remote site (large file) but am unable do so. I am using SQL Server 2000 and the remote site uses MSDE 2000. The Publication properties --> Subscription Options tab has the option for
|