Archived Months
April 2003
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > sql server replication > december 2003 > threads for december 8 - 14, 2003

Filter by week: 1 2 3 4 5

type of databases
Posted by nik at 12/14/2003 9:20:30 PM
hello, im reading about configuring replication in books online. can someone tell me what it means when creating a publicatiion i would have to determine "the type of databases that will be subscribers to the publication"? this is absolutely throwing me off. does it mean whether it i...more >>


Error from Agent History
Posted by Tom Torain at 12/14/2003 7:56:10 PM
I use transactional replication on SQL 2000 server. Error message from Agent history: "Could not drop object 'AXC_table' because it is referenced by a Foreign Key constraint." Why the repilcation have to drop target table? How to fix this kind problem? Thanks for help. -Tom...more >>

clustering under sqlserver 2000
Posted by orion30 at 12/14/2003 6:43:16 PM
I would like to know if the clustering under sqlserver 2000 works fine. Could you give some pointers in order to install a cluster under sqlserver ? Best regards ...more >>

Problem applying snapshot
Posted by Ron Lounsbury at 12/14/2003 3:01:59 PM
We are trying to apply replication to a QA database. The Development copy of the database, on the same server, has replication already applied and working. Part of our replication script includes a pre-snapshot TSQL file and a post-snapshot TSQL file. We have made copies of these files with d...more >>

Replication Jobs have automatically increasing suffix
Posted by Ron Lounsbury at 12/14/2003 2:54:21 PM
We have a script that implements replication on a database. Part of the script needs to modify the jobs created to perform the replication (we need to add custom steps to the jobs). SQL seems to add a numerical suffix to each job name, and the suffix increments by 1 each time the jobs are crea...more >>

Agent is suspect
Posted by kimld1314 at 12/14/2003 11:33:49 AM
We have transactional replication running from SQL Server 2000 to Oracl 8.1.7.3. The log reader and distribution jobs are setup to run every minutes. The following error is being encountered intermittently: The agent is suspect. No response within last 30 minutes. Our profile is as foll...more >>

Conditional in row filter
Posted by Fred at 12/13/2003 7:15:20 AM
How can I put a conditional in a row filter? Based on the subscriber privelege, I either want to return all rows or just the rows for the subscriber What I want to accomplish is this: if (select ViewAll from [dbo].[tblLocal] where workerID = HOST_NAME()) = 1 SELECT <published_columns> F...more >>

Replication Woes
Posted by Stacy at 12/12/2003 2:46:06 PM
Hi, I'm having problems getting my subscription to work. I get this error: The process could not read file '\\WEB17040\D$\MSSQL7 \ReplData\unc\WEB17040_HandicappersCircle_BTR_Live_WatchLi st\20031212171746\tblHorseRacingWatchList.sch' due to OS error 53. The publisher is a SQL Server...more >>



Running Merge replication causes error
Posted by Ron Lounsbury at 12/12/2003 1:11:42 PM
We are trying to setup replication between 2 development servers in the same domain. We have had replication working before, but now when we try to set it up, the Merge agent throws the following error: Login failed for user 'NT Authority\Anonymous Login' [SQLSTATE: 28000] [Error 18456] ...more >>

Finding username/password for the servers you replicate to.
Posted by combfilter at 12/12/2003 1:11:25 PM
I am looking for a way to find out the username and password that we are using to replicate to certain servers. I know you enter that info in when you first setup replication; however, I cannot find that information now. I would think you would just right click on the server under the sql server g...more >>

Replication Access 2000
Posted by brian at 12/12/2003 1:05:12 PM
I am using Access 2000 and SQL Server 2000. I wrote a program for my salesman to create quotes on the road. At the end of the day when they are back at the office I want the information synchronized with SQLserver. Can somebody get me started with the route I should be looking at?...more >>

sp_mergecleanupmetadata
Posted by at 12/12/2003 9:45:08 AM
MS support told me to run this and now my server is super slow. Any ideas??? ...more >>

restore a backup of a SQL 2000 database from a remote server to a local PC
Posted by dcraig at 12/12/2003 5:36:08 AM
I upsized an access database using the Access wizard on my local machine and it created a working MS SQL database that is identical to the one on the remote server. Now I am trying to restore a backup made of the database using enterprise mgr on the remote server to the database on my local PC. T...more >>

Systemview with transactional repl, why?
Posted by hansje at 12/12/2003 12:50:41 AM
Hi there, I managed to set up a transactional replication process between 2 databases and see, that in the publishing database for each article has made a systemview. What are these views for? I was hoping to setup a synchronizationprocess to keep a backupdb in case of emergency; these systemvi...more >>

add column in merge replication
Posted by NO.bruceradtke.SPAM NO[at]SPAM NO.earthlink.net.SPAM at 12/11/2003 7:35:52 PM
Hello - I want to add a column to a table that is being merge replicated. I have the snapshot option set to "delete data but keep table" set so that stored procedures are not deleted when the subscription is initailized. Unfortunately, the column addition is not being added at the subscriber...more >>

Replication Failover
Posted by marle at 12/11/2003 10:53:00 AM
Some shops rely on replication for disaster recovery, but have you developed a plan to protect you from replication failure, distribution server outage? How do you recover, barring rebuilding publications and subscriptions on a new box? I have transactional replication serving other database serv...more >>

Using MSDE as a Subscriber, legal in production?
Posted by Jay at 12/11/2003 10:32:52 AM
From a licensing standpoint, is the following model legal? We are running SQL Server Enterprise as the production server. This machine is the Publisher. The main report server is also SQL Server Enterprise. This machine is the distributor and the 1st subscriber. Future subscribers are g...more >>

Anyone knows how to read the SQL Server 2000's log file
Posted by Luo Jian at 12/11/2003 9:44:04 AM
Hello, I want to read the SQL Server 2000's log file inorder to finish my task, But I can not find any information about how to do it? Thanks for help!! :) luoj@corswork.com ...more >>

database migration
Posted by NhanLy at 12/11/2003 5:41:42 AM
Hello All, I have a SQL 6.5 server, how do I migrate the databases in my old 6.5 server to the new SQL 7.0 Server. If you have any suggestions or procedure that works please email me at lynhant@yahoo.com Thank You....more >>

sudden snapshot failure
Posted by shaun at 12/11/2003 3:09:42 AM
we have a snapshot between two windows 2000 sql servers with sp3 all of a suden it has failed with The process could not bulk copy out of table '[dbo]. [syncobj_0x4433423232433036]'. The step failed. Has anyone else had any similar problems or know where I would look to to solve this prob...more >>

Notification?
Posted by Alice Spencer at 12/10/2003 7:35:22 PM
Hello all I am new to replication and I am doing a simple pull subscription between two servers. Is is possible to set email or other notification if any of the scheduled 'pulls' or various agents fail. Perhaps I have to use Raise Error? Thanks for any help Alice S ...more >>

data synchronization/replication
Posted by Chewang Dorji at 12/10/2003 4:45:35 PM
Sir, I have to replicate database updates from Server A to Server B. I have configured to connect database server A to database Server B by dial-up networking which has a distance of 5 kilometers between them. I have a job schedular which connects database Server A to database Server B at 10...more >>

Determine the Max(IDENTITYCOL) value for all my tables
Posted by Ted at 12/10/2003 4:35:13 PM
I am looking for a query (or simple stored proc) to return the max value for all my identity columns ( MAX(IDENTITYCOL) ) in my database. I would like this query to be dynamic in that, I do not need to specify the table names or the column names. If not, I guess could I iterate through the ta...more >>

Transaction Log Growth
Posted by John at 12/10/2003 11:56:05 AM
We have set up transaction replication between 2 servers. There is TLog growth intially and it's growing. We are doing Log backup every hour, recover model is FULL. Let's advice me. Thanks and Happy Holidays. John....more >>

Merge replication - Invalid Object Name tsvw_nnnnnn, ctsv_nnnnnn
Posted by Carlos Gutierrez at 12/10/2003 10:48:41 AM
Hi! I have a problem trying to setup merge replication with multiple publishers, one central subscriber. Publishers are MSDE2000sp3a, subscriber is SQL2000sp3a. Setup and initial snapshot worked fine. Then I re-initialized one the subscriptions, and got this message when the snapshot was lo...more >>

Maximum number of jobs
Posted by Wayne Fields at 12/10/2003 9:17:52 AM
We are running a continuous merge replication process using SQL2K Personal Edition (SP3a) on a W2K server as the publisher with 12 subscriber W2K/SQL2K(SP3a) servers. Does anyone know if there is an inherent limit to the number of subscribers possible? We are receiving the following mess...more >>

MSDE 2000 merge replication
Posted by emre ozer at 12/10/2003 8:13:21 AM
Hello, We have a case where desktop applications running on MSDE 2000 will be installed on remote locations. Some tables of these databases need be replicated on a central location where a SQL Server 2000 resides. The msde 2000 installations are geographically dispersed and the physical...more >>

Log Shipping Destination T-Log
Posted by Kraig at 12/10/2003 6:21:16 AM
I have successfully implemented Log Shipping on SQL 2000. Everything runs smoothly, however, I have concerns about the best way to shrink the Log File on the Destination db. Is there a way to run a DBCC SHRINKDATABASE or something similar on the Destination db? Because it's in Read-Only mode, t...more >>

Oracle Replication
Posted by Chuck at 12/9/2003 6:54:22 PM
I need to replicate some Oracle data on to some Pocket PC sqlce databases. Can't use Oracle Lite because I am using the compact framework on the PocketPC and Oracle doesn't have a driver for Oracle lite on .net compact framework yet. Also the Oracle replication stuff is real buggy. Is t...more >>

Réplication SQL Server 2K/SQl Server CE
Posted by Te-Deum at 12/9/2003 6:38:54 PM
Bonjour, Je viens vers vous pour un problème de réplication SQL Server 2000 -> SQL Server CE. J'ai crée une publication de fusion dans SQL Server. La réplication se fait correctement la première fois entre les PDAs et le serveur mais je n'ai aucune mise à jour qui se fait aprés alors que mes ...more >>

general network error
Posted by Bogdan Dinca at 12/9/2003 3:31:46 PM
Hi all, I have setup a transactional replication between 2 servers. Everything worked fine till now when the distribution agent returns this error: Error message: The process could not bulk copy into table '"table name"'. Error details: General network error. Check your network documentation...more >>

Simple Log Shipper (SLS)
Posted by John Smith at 12/9/2003 10:57:40 AM
Hello I'm using Microsoft SQL 2000 SP3a Standard Edition on Windows 2000 SP4, and I'm trying implement SLS. For those who doesn't know what SLS is I found it on Microsoft SQL 2000 Resource Kit (you can read more info there) basically it's a simplified version of Log Shipping feature that comes...more >>

Merge replication Snapshot update
Posted by Brent Erb at 12/9/2003 10:03:07 AM
First, here is the configuration: - Publisher with two subscribers - A snapshot created over 1 year ago - The second subscriber was successfully added this past weekend - It has been noticed that the Snapshot from 1 year ago is woefully outdated. This required a very LOONNGGG time for th...more >>

URGENT: Merge Conflict Help!
Posted by John Steen at 12/9/2003 9:01:22 AM
Sorry about the previous message. I inadvertantly hit SEND before it was finished. Setup: - MS SQL 7.0 (SP2) - Windows NT 4.0 (SP6a) - Merge replication with one publisher and two subscribers After running conflict free since early October, today I got a bunch of merge conflicts on four ...more >>

sadfsdf
Posted by adfb at 12/8/2003 12:14:50 PM
asdfsdfsad g fg ag a...more >>

Log Shipping DB not available
Posted by jmorrison NO[at]SPAM eautoclaims.com at 12/8/2003 8:46:19 AM
We have a situation where we are log shipping from the prod server to a report server every 15 minutes. However, as the logs are being applied to the report server DB, the DB is not available for a brief period of time. Most of the time it is just a few seconds, but it has taken up to 2 mi...more >>

Error during restore.
Posted by JLEB at 12/8/2003 8:20:27 AM
Hello, I have a problem. I try to restore a backup from a SQLSERVER7 base to an other SQLSERVER7 base. The command I use is the following one : USE MASTER GO RESTORE DATABASE NomBase FROM DISK='C:\MigSQL02\MYBASE_db_200312081146.BAK' WITH MOVE 'MYBASE_Data' TO 'D:\MSSQL7\Data\Mybas...more >>

[OT]Looking for MS SQL Replication expert for a few hours of paid help.
Posted by Carlos Gutierrez at 12/8/2003 8:10:47 AM
Hi! I need to do this: 1 SQL2000 server in central office 10 remote MSDE2000 servers in stores with daily sales data. The current data in the stores and the new daily information must be sent to the central server for reporting and accounting. Records are identified by a store number fie...more >>

Cannot load the DLL replsetoriginator
Posted by jlee at 12/8/2003 6:39:26 AM
When running the newly created (no snapshot) push subscription distribution agent I get the following error: "Cannot load the DLL replsetoriginator extended procedure, or one of the DLLs it references. Reason: 126 (The specified module could not be found.)". The publisher is on a WinNT 4/SQL...more >>

Conflict tables
Posted by GeorgeP at 12/8/2003 6:04:35 AM
Hi All, I disabled replication from my database, and it was successful. All the conflict tables stayed in the database. Is it OK to drop all these tables? Now that I am not using replication anymore I dont need them. Also the subscription to my other server is still there and I can't ...more >>


DevelopmentNow Blog