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 > february 2004 > threads for february 22 - 28, 2004

Filter by week: 1 2 3 4

ftp replication
Posted by Darryl Pollock at 2/28/2004 4:44:20 PM
Does anyone know the reason for the error message "The process could not connect to FTP site xxx" I can connect fine using FTP, but my subscription agent generates this message. Ideas? Darryl Pollock ...more >>


internet replication
Posted by Darryl Pollock at 2/28/2004 3:35:25 PM
Where do you specify the ftp location for the publication at the subscriber? Or is this determined by the publication properties? ...more >>

Security - limit to the publication
Posted by Michael Tissington at 2/27/2004 3:39:36 PM
I'm trying to setup replication over the internet using FTP. I have created a SQL Login to SQL Server to use for replication (unless I'm missing something this is an absolute must). I can create an anonymous subscription using the above login provided it has access to the actual database. ...more >>

Replication Failed
Posted by Budiono at 2/27/2004 2:32:38 PM
hi, i'm new in replication of database. i've 2 cpu. cpu A as main sql server publisher/distributor and cpu B as subscriber. i already publish 2 table on cpu A and set cpu B as subscriber to pull 2 tables on cpu A and insert into cpu B. but it failed with error message 'the proces could not conn...more >>

OS error 53 for SQL servers VPN replication?
Posted by Joe Mine at 2/27/2004 1:18:36 PM
I've got this error message when trying to create a subscriber from a publisher through VPN in a non-trusted domain, I am using SQL server authentication: The schema script '\\MERCURY\G$\Program Files\Microsoft SQL Server\MSSQL$MERCURY\ReplData\unc\MERCURY$MERCURY_Northwind_NorthwindMercur...more >>

Backing up Database to another Server
Posted by James at 2/27/2004 1:13:16 PM
Hi, I'm relatively new to SQL. I have a it set up on 2servers. Windows 2000 Server, with SQL 2000 Standard on server1 and server2. Server 1 has a live database, which is backed up nightly. I want to take that nightly backup, and load it onto server2. I want this to occur every night, so se...more >>

Identity columns
Posted by Ralph at 2/27/2004 11:40:11 AM
Hello all, I'm rather new with replication, and I have a question. I am setting up a database (sql 2000) for transactional replication. We want it for an immediate failover, in case of disaster on the main db. An up to the minute exact copy of the original database is what we need. I've been...more >>

Scripting Replication
Posted by Andrea Worley at 2/27/2004 10:51:06 AM
I have to break and restart replication and I wanted to try and start it up again with a script. Is it as easy as just running "Generate SQL Script" and then running the script? I know I want to script the option "Enable or create the components" but do I also want the option "Script creation of r...more >>



"Cascade Updates" flag not propogated by snapshot
Posted by Ron Lounsbury at 2/27/2004 10:30:39 AM
We have a SQL 2k (SP3a) database that we are working on setting up replication on. Our replication is Merge replication, and we are using a Push subscription. I just noticed this morning that tables on the Publisher which are defined as having the "Cascade Updates" flag set do not have the sam...more >>

Deleting rows in replicated subscriber table
Posted by Don Saluga at 2/27/2004 10:26:06 AM
Hi, I am replicating a large table from the publisher to subscriber database using basic transaction replication. The subscriber is currently an exact copy of the publisher since they were originally synchonized. (The subscriber is used as a reporting database). The subscribing database is get...more >>

Best Replication Mode to Keep Common Tables in Sync in 2 different database
Posted by Michael Meyer at 2/27/2004 10:09:12 AM
At the company I work for, we have 2 applications. One which is a e-commerce based web application the uses DatabaseA and the other application is the back office processing system which uses DatabaseB. There is a common set of tables between the applications that need to be kept in sync. Ou...more >>

Log Shipping Role Reversal
Posted by John Snarski at 2/27/2004 9:38:44 AM
We're implementing log shipping and have run into problems when attempting to reverse server roles. The error occurs when we run the sp_change_secondary_role. We receive a "sqlmaint.exe" error. If the stored procedure is run 3 or 4 times it will occasionally succeed but the role reversal ...more >>

Transactional replication latency problem
Posted by Jenny at 2/27/2004 9:30:21 AM
Hi, Our production database configured transactional replication with push (it is real-time database). During the day, once data loading to primary site (publisher), it took 1 minute push data to secondary site (subscriber). Is the way to reduce the latency from 1 minute to 1 second? ...more >>

Replication scripts from test boxes to production boxes
Posted by Jenny at 2/27/2004 8:02:30 AM
Hi, Could someone tell, if I generate Snapshot and Transactional replication steps to create publication from test environment boxes (the database structures same as production site) and also generate jobs related this database from test boxes, the replication should be work on product...more >>

Transactional Replication and fail over
Posted by dklancar NO[at]SPAM nkbm.si at 2/27/2004 6:27:02 AM
Hy I have one server dedicated as publisher and distributor and 82 server configured as subscriber / PULL. It take me long time to configure all this subscribers and now I am afraid what to do if this publisher and distributor server someday completely fail (hardware or software error). I ...more >>

can deleted push subscription be restored with data?
Posted by Samir R. Ibrahim at 2/26/2004 9:33:35 PM
I have 3 servers with sql2k, one as publisher and as subscripber with push merge. I bring one of the server once a week and connected to the network to make replication. (still waiting for idsn line). the push subscription is being lost or deleted from the publisher server. can i make the replica...more >>

Replicate data from a view
Posted by Peter Kenyon at 2/26/2004 5:38:37 PM
Is it possible to replicate the contents of a view rather than a table using Merge replication? Peter ...more >>

How do I stop/start an Agent?
Posted by RML51 at 2/26/2004 12:21:06 PM
We have transactional replication running between two SQL2K servers. Server A has the publisher dbs and Server B has the distributor and subscriber dbs I'm a fairly new DBA and my application developers are asking me if there is a way to "suspend" replication during some of our off-hours. They'd l...more >>

Merge Agent run in continuous mode (help)
Posted by Nick K. at 2/26/2004 12:07:46 PM
I have a Merge Agent that runs in continous mode and I don't have it in command parameters. I can't change it using Schedules and Reccuring. I am trying to setup every 1 hour but when I setup with this configuration the agent still working in continous mode. This means that the merge agent con...more >>

Error 14424
Posted by Xignals at 2/26/2004 8:11:35 AM
Getting this error when trying to setup log shipping. Had gotten error 14261 before this and found KB article 298743 and tried to clean up per instructions but must have missed something. Any idea what I missed?...more >>

Connection problem in Replication
Posted by sharad at 2/26/2004 5:45:30 AM
Dear Friends I am using the merge replication for my two sites and the same is working very nice. Both the machines are connected through VPN. Sometimes my VPN connection goes down and then the replication stops. My other site adminstrator connect the VPN if the same is failed but...more >>

Replication from SQLServer CE to SQLServer 2000
Posted by ssantos NO[at]SPAM gematic.es at 2/26/2004 2:31:16 AM
Hi, I would like to know if it's possible copy data from SQLServer CE (running in a Pocket PC) to SQLServer 2000 (running in a PC). I've used the Merge Replication SQLServer and I've only got copy data from SQLServer 2000 to SQLServer CE. Thanks in advance,...more >>

Client Network Utility cannot create alias for VPN SQL server connection??
Posted by Joe Mine at 2/26/2004 1:54:32 AM
I am trying to connect two SQL servers in different non-trusted domains. SQLServer11 in Domain A and SQLServer22 in domain B. This is through a VPN connection. Domain A has the VPN server. On SQLServer22 I could ping SQLServer11.mydomain.local at IP address 192.168.100.50. On SQLServer22 I use...more >>

sp_MSget_repl_commands & Sync Manager prob
Posted by Joe Tay at 2/26/2004 1:07:32 AM
Hi all, need urgent help with the bug with sp_MSget_repl_commands that was introduced in SP3. I understand that there is a hotfix available but I cannot find it anywhere, appreciate if someone can give me direction. Another prob is that I was using Synchronization manager (in Win2K) to...more >>

problem with replication since installing mdac 2.8
Posted by Don Tanner at 2/25/2004 1:32:52 PM
I have a client server that replicates to a master server and after installing mdac 2.8 started getting the following error. Failed to enumerate changes... 3628 - A floating point exception occured in the user process. I am able to recreate the subscription and replicate the first time, bu...more >>

SQLDemo VS. Stored Procedures
Posted by yehuda NO[at]SPAM immediatech.com at 2/25/2004 12:31:34 PM
I am currenty designing a program to automate database replication for SQL Server 2000. I had been considering using stored procs when a colleague metioned SQL DMO to me. The program will be written as a DLL in VB 6.0. Which solution is the better way in regards to efficiency? performance? an...more >>

sqldmo vs stored procedures
Posted by yehuda NO[at]SPAM immediatech.com at 2/25/2004 12:29:17 PM
I am currenty designing a program to automate database replication for SQL Server 2000. I had been considering using stored procs when a colleague metioned SQL DMO to me. The program will be written as a DLL in VB 6.0. Which solution is the better way in regards to efficiency? performance? an...more >>

Error building replication through scripts
Posted by Ralph at 2/25/2004 10:44:59 AM
After setting up replication, then scripting out the replication using generate sql scripts.. When I later try and use those scripts to rebuild replication I get the following error: Server: Msg 14294, Level 16, State 1 procedure sp_verify_job_identifiers, Line 24 Supply either @job_id ...more >>

Find the total updates
Posted by sharad at 2/25/2004 9:41:41 AM
Dear friends I am using merge replication between two sites and i want to know how much updates and insert is done by publisher and subscriber by datewise. Your helping hand will allow me to solve the problem. Best regards Sharad...more >>

Remove Push Subscription
Posted by MReichert at 2/25/2004 9:26:07 AM
Hi I made an Visual Basic application using SQLDMO to administrate merge replication between two computers. Everything is working fine (create publication, push subscription, etc...) except my uninstall routine. On the Publisher side all replication objects were successfully removed but on the subs...more >>

Yukon, Replication and HTTP
Posted by la_la_looey NO[at]SPAM yahoo.com at 2/25/2004 9:06:53 AM
I know we can replicate via HTTP w/ mobile devices . . . can I replicate with any SQL Server or MSDE installation via HTTP regardless of if the device is mobile? Is this a new feature in Yukon? What's the reasoning this isn't available if its available for SQLCE? Thanks!...more >>

Publication Problem
Posted by Harry G at 2/25/2004 7:59:48 AM
Hello, I got a error message after I follow the create new publication wizard, the message said: SQL server Enterprise Manager can't create publication 'pub' from database db Error 515: can't insert the value null into column 'Step_name', table 'msdb.dbo.sysjobsteps', column doesn't allow n...more >>

transactional replication Distribution agent fails
Posted by Franky at 2/25/2004 3:26:06 AM
I have set up a transactional replication between 2 sql2K-servers which are in a different domain The single subscriber is also the distributor because the publisher cannot have a performance drop, so I make the subscriber also the distributor to put as much of the load as possible on the subscribe...more >>

column property change
Posted by wchang NO[at]SPAM siac.com at 2/24/2004 5:26:09 PM
I use sp_repladdcolumn and sp_repldropcolumn to handle adding/dropping the columns in the publication. However, I find nothing to allow me to modify the property of the columns involved in the publication, such as changes in datatype, the length etc.... What are the steps to handle column pro...more >>

The process could not execute 'sp_replcmds' on 'Servername'.
Posted by les NO[at]SPAM asasdad.com at 2/24/2004 4:58:13 PM
Microsoft SQL Server Log Reader Agent 8.00.760 Copyright (c) 2000 Microsoft Corporation The log reader agent gives this error, although the status says succeeded in enterprise manager and no data is being replicated. The publisher is SQL7 and the Distributor and Subscriber are SQL2000 T...more >>

Replication Truncate Table
Posted by George Harig at 2/24/2004 3:01:11 PM
I have on OLTP Database that gathers thousands of records each hour, after the record is processed there is no current need for the data, I would like to place this data into a data warehouse (for statistical purposes), my thought was to replicate the data to another database (the warehouse) using t...more >>

Replication through VPN successful????
Posted by Joe Mine at 2/24/2004 11:01:20 AM
In the office network domain I've already setup replication between two SQL Servers( SQL11Server & SQL22Server). Now I am extending replication with SQL servers in other non-trusted domains/workgroups (SQL33Server & SQL44Server). SQL33Server & SQL44Server are in non-trusted domains connecting to ...more >>

20583 Cannot drop server ' ' because it is used as a subscriber in replication
Posted by Lito D at 2/24/2004 10:43:13 AM
I can not delete a server from the remote servers list even after I executed sp_removedbreplication 'database- name' at the publisher and subscriber. How do you get rid the publications and subscriptions cleanly and remove the server name from the remote server list? TIA, Lito...more >>

Help! Invalid Column Name 'published_in_tran_pub'
Posted by Christian Hamel at 2/24/2004 8:04:15 AM
Some of my user are having hard time to synchronize since a while. My guess is that the trouble started when I generated a bunch of new data in one table (20,000 Records per user who synchronize). I tried reinitializing the synchronization and redo a snapshot but some users are still receiving ...more >>

Multi-Schema replication
Posted by Harry G at 2/24/2004 6:37:29 AM
Hello, I try to do replication for our databases(not snapshot), but it looks only work for those databases have only dbo schema. Can somebody tell me the reason? Thanks a lot... Harry...more >>

replication
Posted by zagouras panos at 2/23/2004 11:56:35 PM
I HAVE ONE PUBLISHER.ONE PUBLICATION HAS A PROBLEM.THE SNAPSHOT STATUS IS SUCCEDED("A SNAPSHOT OF 6 ARTICLE(S)WAS GENERATED").THEN WHEN THE AGENT STARTS TO PULL THE SNAPSHOT TO THE OTHER SERVER IN LAST ACTION COLUMN I FIND THE MESSAGE("THE PROCCESS COULD NOT BULK COPY INTO TABLE "NEWS1"")....more >>

size limitations in SQL replication
Posted by ^Halibut^ at 2/23/2004 10:10:42 PM
i have a SQL DB that needs to have replication setup for a site via VPN and for a mobile laptop PC. i have read there may be a size limitation on rows in merge replication. my DB has MS Word documents that are pretty large in one field. Is there a size limitation on the rows? Which form of ...more >>

Replication via Dialup networking
Posted by Don Delk at 2/23/2004 2:56:05 PM
I've set up replication between two SQL Servers and it's working fine. Now customer wants to add a server where the LAN doesn't extend. Both servers have a modem and I've configured the dialup networking so that I can manually perform the connection. The connection closes after being idle for ...more >>

sp_repldropcolumn failed to replicate changes
Posted by yehuda NO[at]SPAM immediatech.com at 2/23/2004 12:32:50 PM
I have run both sp_repldropcolumn and sp_repladdcolumn on a SQL Server 2000 SP3 enterprise database that is replicated to another SQL Server 2000 SP3 standard database. The column was dropped\ added in the database, however, the changed was not replicated to the subscriber database. The Agent ...more >>

Can transactional replication work with tables not belong to dbo?
Posted by Jenny at 2/23/2004 11:04:13 AM
Hi, Our production database contains tables' owner that not belong to dbo. Tables' owner belongs to 4 different user names in a database. Can this database replicate to secondary site use method transactional replication? If it can, how can I do? Thanks, Jenny ...more >>

Advice on Implementing new Database using Merge Replication
Posted by Russell Mangel at 2/23/2004 4:09:35 AM
I am currently designing a new SQL2000 Database. The design must use Merge Replication. Merge Replication, will require a column marked as rowguid for each table. I have 6 tables which will be replicated, each have a primary index (int). Should I replicate the tables as they are, and allow M...more >>

upgrade subscriber to publisher
Posted by pheckz NO[at]SPAM hotmail.com at 2/22/2004 6:14:17 PM
Doe anybody here have an idea regarding subscriber upgrade to publisher without re publish and re push. -Pheckz...more >>

Using merge replication for high availability (in addition to a cluster)
Posted by karensundq NO[at]SPAM yahoo.com at 2/22/2004 8:11:58 AM
Hi there Are any of you using merge replication to increase the availability of your sql server? I have a clustered sql server 2000 but I need to cover for the eventuality of loss of network connection to the datacenter or other event that would put the cluster offline. At first I set up log ...more >>


DevelopmentNow Blog