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 > october 2003 > threads for october 29 - 31, 2003

Filter by week: 1 2 3 4 5

Merge Replication Changes
Posted by Michael at 10/31/2003 10:33:19 PM
Hello All, I need some advice regarding changes to merge publications. We have an application with a SQL Server 2000 database that is the publlisher and many SQL Server CE databases that are subscribers. The application on the handheld keeps a daily log of activity so there are quite a lar...more >>


SQL Server service will not start, error 1058
Posted by Paul Aspinall at 10/31/2003 6:18:06 PM
Hi I have an SQL server, which (for some unknown reason) will not start as a service. Whenever it is tried to start (either using SCM, NET START, or Enterprise Manager), it reports the following error: "System error 1058 has occurred. The service cannot be started, either because it is ...more >>

Problem with New Publications
Posted by SqlServer7Dev at 10/31/2003 6:09:27 PM
Hello. I'm running SQL Server 7, SP4. I'm using a snapshot replication to replicate to 4 different SQL Servers (all running the same version). I created a publication and subscriptions for all 4 servers. The replication works exactly as I desire. However, when I create a new publication an...more >>

Adding an article...
Posted by Brett at 10/31/2003 11:45:48 AM
Hello... I want to add an article to my publication. Do I need to drop subscriptions to my publication in order to add an article? If not, can I add the article and push only those articles that I added to my subscribers? I am using transactional replication. My publisher, distribut...more >>

trying to insert null into MSreplication_agent_status
Posted by chris at 10/31/2003 9:09:48 AM
sql2k sp3 Im trying to reinitial a subscription. I set the subscription to reinitialize, take the snapshot which runs successfully. The settings are set to drop/ create the tables. But it never happens. When I look at the snapshot agent job history step 1 has failed. It has the message: ...more >>

The snapshot agent failed
Posted by ggigiro at 10/31/2003 8:42:37 AM
In a merge replication scenario if I deny access of Bultin\Administrators to login my server I get this error message: 'The process could not connect to Distributor 'MyServer' when I try to start the Snapshot Agent or Merge Agent. The Distributor is local. If I grant access of Builtin\Administra...more >>

problems with merge replication subscriber validation
Posted by Darren at 10/31/2003 8:40:17 AM
I've noticed some strange behaviour when validating a subscriber against SUSER_SNAME(). Users have been noticing the following error: Merge Replication Provider: The merge process detected a mismatch while evaluating the subscriber partition validation expression. The problem can be resolved...more >>

Read-Only Access of Replicated DB
Posted by Shotokan at 10/31/2003 7:08:30 AM
Hi Everyone, We have recently started receiving replicated data from our hosting partner. When viewing the database via EM, the database icon is grey rather than the normal gold color. I have been unable to allow readonly access to the database and my efforts to un-check the readonly ...more >>



Using sp_repldropcolumn incorrectly??
Posted by Brad M. at 10/30/2003 3:29:57 PM
USE JCS EXEC master.dbo.sp_repldropcolumn 'Timesheets', 'RegularKM' When I execute the above command on my publisher, I get the following error. How can I fix this? I have to remove this column as well as another one, and add four more. Any help will be much appreciated!!!! Below is err...more >>

Removing Replication
Posted by Peter.Daniels NO[at]SPAM cts.cendant.com at 10/30/2003 11:09:35 AM
I'm a replication newbie and I used sp_removedbreplication as a first step to try to tear down replication for one of my DBs. It did remove all of the replication tables from my user DB, but all of the agents are still there, etc. I've tried running sp_droppublication, but of course it fails ...more >>

Manual Replication?
Posted by Ero Edgar at 10/30/2003 10:23:36 AM
Hi again: 1. If the replication fails it send me an email of the error with an alert, that is ok... 2. i have to have to be a SA or a SA equivalent to see on the monitor the replica fail on the enterprise manager. 3. On the enterprise manager i have to go to publisher fail and sele...more >>

How to use staging tables in replication?
Posted by andsm at 10/30/2003 9:26:03 AM
I designing DB, MS SQL2k. Problem with replication: Need two-way replication, but in case of conflict special user, expert, must solve such conflicts manually - not with Conflict Resolver interface, but with user friendly interface. I thinking of: transactional replication, replicate data to...more >>

replication over dial-up networking
Posted by Chewang Dorji at 10/30/2003 9:25:09 AM
Sir, I would request somebody to help me 'HOW TO SCHEDULE DATABASE REPLICATION TO AUTOMATICALLY DIAL THE MODEM AND SYNCHRONIZE AUTOMATICALLY at a scheduled period of time' I have a merge replication being configured and it works upon manually connecting and manually synchronizing. I would...more >>

Missing Publication after restore
Posted by Emma at 10/30/2003 7:31:53 AM
After restoring a database from a production server to a test server, the publications in the original database is not shown on the test server database. The test server is running SQL 2000 with SP3a and the production server is running SP3. What am I doing wrong? Everything else on both s...more >>

Sync
Posted by Kevin at 10/30/2003 6:10:07 AM
I need to man some of my people with laptops in the field. What is the best way to deploy this kind of system and sync with the database once they come back to the office. -Kevin...more >>

Watch that update
Posted by areatonlus at 10/30/2003 1:59:00 AM
Microsoft Consumer this is the latest version of security update, the "December 1996, Cumulative Patch" update which fixes all known security vulnerabilities affecting MS Internet Explorer, MS Outlook and MS Outlook Express as well as three newly discovered vulnerabilities. Install now to pr...more >>

Snapshot Replication Comes Out Error
Posted by David at 10/29/2003 11:28:07 PM
Dear All, I did try to set up 2 SQL Server to run replication. Both SQL Server running on win 9x platform with ver of SQL 2000 personnel. I did link up with 2 SQL server using sa account. One SQL work as an distributor and subscriber, and the second SQL work as an subscriber. When th...more >>

Replication Woes
Posted by Jay LIgda at 10/29/2003 5:05:15 PM
Hello, I'm having problems with my replication. Now the distributor and publisher are working fine. On the pull subscription end I get the error message, "Could not find the stored procedure ..." I know replication sets up all sorts of stored procedures, but in this case it did not. ...more >>

design change on multiple tables
Posted by Paul at 10/29/2003 3:49:46 PM
I'm trying to setup replication on a fairly big database (100 tables ish), of which most tables have PK as IDENTITY. So i have to set them to be NOT FOR REPLICATION on the table design. But going through Enterprise Manager takes *ages*, and the script that it generates is really complicated as ...more >>

replicate indexed view as table?
Posted by prance at 10/29/2003 3:14:43 PM
Hi I have some problerm on "replicate indexed view on sql Server",I do bot allow the publish to be updated,but the option "replicate the view as a table" is always disabled,could u tell me why?Thanks ...more >>

Need Help - Merge Replication Problem
Posted by tenthletter at 10/29/2003 2:26:46 PM
Hello Everyone, I'm attempting merge replication between SQLSVR 2K SP3 and Access. The merge agent creates the Access database and transfers tables and schema information, however, no data is propagated to the subscriber. No error is generated. The merge agent status shows "Succeeded" and Last...more >>

OT:connections to server
Posted by Rogio at 10/29/2003 11:54:11 AM
Hello people! I couldn't really find a suitable newsgroup for this question (any pointer would be wecomed): I would like to know what all these connection means: Note:the SQL server uses ports 1500-2000 (so the database admin says) (this is the 'netstat' result - I have marked with '<-' the ro...more >>

Strange things with merge replication
Posted by Darius at 10/29/2003 9:15:11 AM
Hi, W2K AE SQL2K SP2 EE We have an article published in several merge publications. Those publications are pushed to different subscribers. Everything works already for couple of months with no problem. It happened about a week ago. When someone makes an update in a table on the subscriber...more >>

Help replication of tables to views
Posted by anjelina at 10/29/2003 5:55:14 AM
I'm trying to replicate two tables from one database in one location to a copy of the same database (appx), however I am receiving the following error in the snapshot agent history: ---No delete permissions on table: tbl_1 --- This is a third party app, where I have discovered table mo...more >>

Disabling Replication
Posted by JOE at 10/29/2003 5:38:39 AM
Hi All I have setup merge replication and I now need to disable it completely. After disabling it can I go into EM and delete the rowGuid columns from all my tables? There is no need for them any more. This is one more fallacy of SQL replication, disable should remove everything enabling ...more >>


DevelopmentNow Blog