| Thread | Last Post | Replies |
|
| LogShipping: Get a copy of the destination DB? | 31 Jul 2006 20:57 GMT | 17 |
On SQL Server 2000, how do you (nicely) get a copy of the Read-Only destination database? The only way I've figured out is to stop SQL Server, copy the MDF & LDF, restart SQL Server, then attach those newly copied files. But isn't there a
|
| Query Optimisation | 31 Jul 2006 10:19 GMT | 1 |
DearAll, I applied the modifications by implimenting the joins,created indexes on relevent columns which are acting as optimizer hints-result positve improvement in the query processing,apart from that there is one more
|
| Following error seen in Distribution agent history | 31 Jul 2006 09:35 GMT | 14 |
Transaction replication with read only subscriber. Publisher - SQL server 2000 Subscriber - SQL server 2000 entrp Following err noticed in Distribution agent history
|
| Validate subscriptions | 31 Jul 2006 03:50 GMT | 1 |
SQL server 2000 replication - Tran with read only subsriber When i run Validate subscriptions on publication i see error as below : SQL server enterprise manager could not validate subscriptions.
|
| Odd Identity Range/Constraint Violations | 30 Jul 2006 11:11 GMT | 3 |
I'm still fairly new to replication on SQL Server 2000, but, I'm quickly learning (trial by fire). I have a database that has a publication with six subscribers. A couple of the tables have their identity ranges auto-managed (the IDENTITY column in each of the tables
|
| start agents every 30 secs | 30 Jul 2006 11:09 GMT | 1 |
I would like to start the agents every 30 secs as opposed to the current continuos mode for our SQL 2000 transactional replication setup. Time and again, we have our log reader and distib agents timing out and then after 10 attempts they fail and then we have to manually go and ...
|
| SQL 2000 Replication to a SQL 2005 | 29 Jul 2006 21:29 GMT | 2 |
We have a few replicated accounts, all have been using SQL 2000. One of the clients the other day decided to upgrade their SQL server without telling us, hence our replication stopped. I tried to get a client connection to their server but was unsuccessful. Is there a
|
| Load Balanced Web Synchronization Against a Republisher Topology & | 29 Jul 2006 01:49 GMT | 2 |
We are using Web Synchronization against a Republisher topology... Meaning we are using load balanced IIS servers against republishers. Right now Each IIS server has a dedicated republisher pointing to a central server, not across a WAN though. Our goal was mainly to create a ...
|
| Merge replication, linked servers and custom conflict resolver | 28 Jul 2006 23:53 GMT | 1 |
I've written a custom conflict resolver in the form of a stored procedure and applied it as the resolver for a particular article in my merge replication. This stored procedure is failing because the subscriber is not in sysservers. I use the 4 part name to look at subscriber ...
|
| sql 2000 publishing/subscribing using ftp... is what I'm trying possible? | 28 Jul 2006 22:59 GMT | 1 |
We have an sql server (server A) at a supplier that is windows 2003, running sql server 2000. Its only connection to the outside world is via normal internet access as any other pc there. Now, at our facility here (which is completely separate from theirs) we
|
| How do I generate a conflict? | 28 Jul 2006 22:54 GMT | 2 |
For my learning purposes, I'd like to generate a conflict in MSSQL2K5 Merge replication. How would I make this happen? TIA, ChrisR
|
| How many publications for 78 replicated tables??? Agent security t | 28 Jul 2006 22:53 GMT | 1 |
I am replicating 78 tables from a master database for a scale-out solution. My dilemma relates to best design practices – I have found only one article about design considerations for publications and this guy recommended creating multiple publications within a single database ...
|
| Cannot update identity column 'PointOfSaleID'. | 28 Jul 2006 19:40 GMT | 4 |
We are receiving an error when the distribution agent executes the generated stored procedure sp_MSupd_PointOfSales. The bit flag for the identity column is not set and the identity column is Yes (Not For Replication). The sp_MSupd_PointOfSales stored procedure checks to see if ...
|
| Push and Pull Subscriptions from Visual Basic 6.0 | 28 Jul 2006 11:50 GMT | 1 |
I want to create subscriptions for my visual basic programme. I want to subscribe both the PULL and PUSH subscriptions for my applications from the Server I am able to create the PULL subscription from my application but I
|
| Query Optimisation | 28 Jul 2006 11:41 GMT | 1 |
Dear All, I am facing a problem with the following query,taking lot of time to fetch the data, calling the data using multi selects. CREATE proc Rolexi36Sync
|