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 2005

Filter by week: 1 2 3 4 5

Deadlock between Distribution Agent and Distribution Agent Cleanup
Posted by Andrew Pike at 12/30/2005 3:19:02 PM
This is occurring regularly on SQL Server 2000 build 878. The problem is a deadlock in the Distribution database. The Distribution Agent spid is executing the SELECT statement below: select @max_xact_seqno = max(xact_seqno) from MSrepl_commands (READPAST) where publisher_d...more >>

Adding a table, stored procedure, or view in push tranaction repl
Posted by Wingman at 12/30/2005 2:33:02 PM
We are using SQL 2k and use push replication. If I want to add a table, a view or a stored procedure to a publishing table, view or stored procedure, can I just create them using EM or query analyzer manually in both the publishing table or subscribing table without involving replication? ...more >>

how to tutorial for Replication
Posted by Ten Ten at 12/30/2005 1:34:01 PM
Hi , where can i find a goog tutorial for mssql server replication step by step ? thanks for answers ...more >>

Change replicationAgent that starts SQLSERVERAGENT
Posted by Wingman at 12/30/2005 8:07:02 AM
Hi, We are using Push subscription in our transactional replication setup in SQL 2K and I noticed that the SQLSERVERAGENT service is started by a local account called replicationAgent. Is it a problem for me to change it to a different local account? If it is ok to change it, do I need t...more >>

Help w/ Error 107: The column prefix 'FTL_UB_Customers' does not match with a table name or alias name used in the query.
Posted by Ricky at 12/30/2005 7:13:38 AM
I am desperately hoping that someone here can help me so that I can stop my premature balding. I am running SQL Server 2000 on two servers both running Windows 2000. I have a snapshot replication setup from Server1 to Server2 where Server1 acts as the distributer and contains the published dat...more >>

Transaction replication question
Posted by SSM at 12/30/2005 6:54:03 AM
My goal is to create a warm standby using transaction replication with instantaneous updating to the subscriber. I only have two servers. Should I place the distribution database on the same server as the publisher or the subscriber? Is it even possible to place the distribution database on...more >>

"Select *" in Replication Tables
Posted by SouRa at 12/29/2005 8:25:03 PM
Hi, I used "select * from replicate_table_name" in my stored procedures and my application.Now i want to replicate that tables. Will it affect my application and Replication. Please Advice me. Regds Soura ...more >>

SQL2005 - Mirroring and TransLogShipping problem
Posted by Jay Becker at 12/29/2005 12:42:04 PM
Hello everyone. We are evaluating SQL 2005 Standard for both a mirroring and log shipping scenario. We want to have database mirroring setup in house and log shipping to a remote site. We have successfully implemented db mirroring using the trace flag 1400, like this..... sqlservr -d"c:\...more >>



Filter clause
Posted by marshallae NO[at]SPAM bowater.com at 12/29/2005 7:07:09 AM
We are moving to SQL 2005 Standard Edition are use numerouse filters for replication. In SQL 2000, we had a lot of the filters setup using an OR statement in the filterclause (ie. a.company = b.company or a.subcompany = b.company), and had no problems with adding the filters. In SQL 2005, cre...more >>

Merge Replication: Import Data
Posted by Javed Iqbal at 12/28/2005 4:11:42 PM
Hi, I have MERGE setup between SERVER A (Publisher)---- SERVER B (Subscriber). in a table on SERVER A i am importing data from an excel sheet say 100 records. But these records are not reflecting on SERVER B even after merge agent runs several time. What would be be possible cause? Tha...more >>

Red X in Repl Manager
Posted by David Chase at 12/28/2005 3:43:10 PM
How do I get rid of the red X's in Replication Manager? They were there when 1 synch with distributor failed, but then I fixed the problem and synched again successfully but the red X's are still there. Thanks. David ...more >>

Optimisation
Posted by GC at 12/28/2005 1:27:03 PM
Hi, I read that we can optimise from 10 to 15 % the performance of a replication by changing the default value of the HistoryVerboseLevel and the OutputVerboseLevel of the Agent Profiles For exemple for the Distribution Agent we have to use distrib -HistoryVerboseLevel 1 distrib -OutputV...more >>

compression for log shipping
Posted by Justin at 12/28/2005 11:32:38 AM
Hi All I am using the Simple Log Shipping in the SQL resource kit. just wondering if there is any way I can compress the log during the log shipping processing? thanks Justin...more >>

Replication Suggestions
Posted by Rob at 12/28/2005 5:57:02 AM
I have an application with a sql backend. My company has an external database on the webbox and an internal database for inter-company use. I was given the job of replicating this database between external and internal. I have 3 sql servers; BOX1 is external box that is used to run web fro...more >>

merge replication data validation
Posted by mitsql at 12/28/2005 1:32:45 AM
After addition of new tables to Merge replication data validation fails if i use only row count and checksum, however if i use binary checksum and rowcount it is successful. ...more >>

Apply snapshot regularly
Posted by Wingman at 12/27/2005 8:03:02 PM
I am planning to do a snapshot regularly once a month to make sure that the publshing database and subscriber database are always in sycn. Our system is 24x7 but night time and weekend are relatively quiet. Is the correct process for this is to do the 'Reinitialize All subscriptions' in Rep...more >>

Best Replication Method to Use
Posted by Scopus69 at 12/27/2005 1:22:00 PM
We want to allow our customer base to be able to access their account information online. I want to setup a second SQL server so the customers can use this for looks up. The front end to access this info is web based. What replication method is the best one to use to update the database sa...more >>

Applying of snapshot for transaction replication with DTS transfor
Posted by andsm at 12/27/2005 1:20:21 PM
I created transaction replication with DTS transformation. Next I want to move all data from publisher to subscriber - apply snapshot to subscriber. Subscriber have different schema but no data. How it is possible to do? I expected snapshot will use same DTS, but it not use it. Publisher DB is...more >>

Pull Subscriptions not working at all
Posted by JLS at 12/27/2005 12:45:17 PM
I cannot get a pull subscription to work at all, push works, anyone have = any suggestions as to why? =20 I currently have 1 subscription pulling from this server, but I can't = add any new pull subscriptions, I receive an error message: From EM, on Choose Publication (Using Wizard) - Click ...more >>

Updating problem with replication
Posted by Roy Goldhammer at 12/27/2005 9:22:23 AM
Hello there I have two dababases with transactional replication So far it worked fine, until somone delete all the data at the subscriber When it happend, the replication failed on error: The row was not found at the Subscriber when applying the replicated command. Now what i need to d...more >>

Stop replication temporarily because of maintenance
Posted by Wingman at 12/27/2005 8:57:05 AM
We are using transaction push replication and like to shut down the subscriber server for some maintenance maybe 3~4 hours. What is the best way to shut down the replication or do I even need to worry about it? I am thinking about stopping the distribution agent or maybe logreader agent ...more >>

The process could not deliver the snapshot to the Subscriber
Posted by Shehab Kamal at 12/27/2005 3:55:02 AM
I had a merge replication running between a publisher/distributer and 4 subscribers. Every thing was going well until I decided to reinitialize the subscriptions, this was due to changing some stored proedures at the publisher and I wanted them to be replicated to all other subscribers. Afte...more >>

Replicating Table Without PrimaryKey
Posted by SouRa at 12/27/2005 2:22:02 AM
Hi, I have a table without primarykey. Will i able to replicate this table. (I will not able to create a primary key in this table) If so, how will be the conflicts be identified ? Please advise Rgds, Soura...more >>

Error - Building Replication
Posted by Shiv at 12/27/2005 2:00:02 AM
Hi,I am building the Transactional Replication.It thro's Error Like below. The process could not bulk copy out of table '[dbo].[syncobj_0x3435344541393145]'. I/O error while writing BCP data-file Category : ODBC Source : ODBC SQL Server Driver But I have Checked the Space in Both OLT...more >>

Lisence for replication
Posted by Roy Goldhammer at 12/25/2005 5:57:56 PM
Hello there I have two servers who needs to be updated From master to slave. For this i need to use the replication I've heared that i need Enterprise on both sides and it coast approx 19000$ Do i need them on both sides? or i can use the standart -- øåòé âåìãäîø òúéã äðãñú úåëðä ...more >>

Synchronising/replicating access with sql server
Posted by John at 12/25/2005 3:10:26 PM
Hi Is there a way to synchronise/replicate an access db with sql server 2000 db, short of writing the code oneself? Thanks Regards ...more >>

Synchronising with remote server
Posted by John at 12/25/2005 1:01:02 AM
Hi We have an internal ms access database which we need to synchronise with our website with sql server 2005 backend which is hosted on a public host. My question is; is there a way to keep the two databases synchronised using the technologies built in sql server 2005 and/or access? We also...more >>

Merge pull across VPN
Posted by Tony Taylor at 12/23/2005 2:58:45 PM
Hi Here's my scenario... - A central SQL Server 2000 hosting several databases for different customers (one DB per customer). - Each customer has one or more MSDE databases on their own site(s) which each pull a subscription (one publication per customer) from the central SQL Serv...more >>

Sintax Error
Posted by Sandokan at 12/23/2005 9:20:02 AM
Agent message code 20046. Syntax error or access violation [12/23/2005 6:31:35 AM]PUBLISHER.distribution: {call sp_MSadd_distribution_history(1, 6, ?, ?, 0, 0, 0.00, 0x01, 1, ?, 1, 0x01, 0x01)} Adding alert to msdb..sysreplicationalerts: ErrorId = 393, Transaction Seqno = 000011040000a813000600...more >>

Distribution Subsystem: agent (null) failed.
Posted by LPR-3rd at 12/23/2005 9:01:06 AM
Win 2k & SQL 2k SP3a This error appears in my Application Log. How can I fix/remove/delete this? How can I determine what dB this is from?? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Event Type: Error Event Source: MSSQLSERVER Event Category: (2) Event ID: 17052 Date: 12/23/...more >>

Transactional Replication ERROR
Posted by Sandokan at 12/23/2005 8:32:03 AM
A command like this makes an error: select {b '21ff70e4ebd49343a01df967f20e4081'} I do not know why publisher has generated this, and why susbcriptor do not understand it. the error is the following: [Microsoft][ODBC SQL Server Driver]Syntax error or access violation Can anybody help m...more >>

query about publisher or subscriber
Posted by Darin at 12/23/2005 8:01:37 AM
What is the easy command (if any) to see if the server is a publisher or a subscriber in a replication environment? Darin *** Sent via Developersdex http://www.developersdex.com ***...more >>

pull subscription chaning identity seed/increment
Posted by Darin at 12/23/2005 7:47:39 AM
I have an anynonomous pull merge set and working. But, I create a new table on the client machine with increment and seed as -1000 and -20. The table is created fine. But when I execture the first synchrnoize data from the client, the table is changed to be 1, 2, which is what the server has. I ...more >>

Replication issues between SQL mobile and SQL2k?
Posted by Earl at 12/23/2005 5:51:39 AM
I meant to cross-post this over here, but not having much response in SQLCE forum ... I'm in the process of a 'forced' upgrade (my client bought newer PocketPCs). Soooo .. what I would like to know is whether there are any issues connecting SQL Mobile to SQL 2000 for replication. Currently, r...more >>

Happy Holidays to you all
Posted by Hassan at 12/23/2005 12:44:03 AM
Been fun posting on some of these SQL newsgroups and receiving timely responses that made my day. Thanks to all who responded and also thanks to all the ones that ask questions. I only wish i could read the newsgroup postings every day Anyways Happy Holidays everyone.. ...more >>

How to find out who has deleted replication ?
Posted by Vikram at 12/22/2005 11:30:02 PM
Today we ran into a strange problem. Our publication from the publisher database just mysteriously disappeared. Are there any tools / utilities to find out which user deleted the publication? Thanks in advance, Vik...more >>

Signing off....
Posted by Paul Ibison at 12/22/2005 9:22:36 PM
Just to let you know, I can't continue any threads I'm involved in for the next few days - I'll be in an internet-free zone until the new year. Merry Christmas to all fellow replication-enthusiasts..... ...more >>

SQL Crashing Sporaticitaclly
Posted by LPR-3rd at 12/22/2005 8:31:34 PM
Running Win 2k & SQL 2k sp3a I have on e main server and 15 remote servers. I am doing merge & trans replication between the remote servers & the main server. Yesterday, the main SQL server started stopping randomlly. The contents of the of the Application Event Log show the following erro...more >>

Cannot register subscriber
Posted by David Chase at 12/22/2005 4:19:39 PM
We are setting up a test laptop to use with Merge replication to a SQL 2K server that serves as both Publisher and Distributor. I was hoping to create a push subscription but that needs a register server setup that does not work. When I go to register the server (MSDE on laptop) from the P...more >>

How can I get a (count) of how many transactions the log reader is wating on?
Posted by combfilter at 12/22/2005 10:56:20 AM
I need to know if replication is running behind. I have already queried with distribution db for this subscriber , but it's telling me there are no transactions waiting. the agent history on the log reader shows it moving across data to the distributor normally, but when i try to shrink ...more >>

Problems with transactional replication.
Posted by MariaGuzman at 12/22/2005 9:18:37 AM
Hi, I have confired some transactional replication with puss subscrition between servers running sql server 2000 sp3. The replication works fine, but yesterday after the publication/distribution was restared the log reader agent of each publication reports this error: The process could not exe...more >>

Undescribed Error
Posted by Jonathan Lafontaine at 12/22/2005 9:14:10 AM
Hi all, While synchronizing a device with my sql2005 merge replication, I get an error with a HRESULT of 80004005, no description and a native error of 0. I've searched around but couldn't find any post that would describe what that error could mean. I've tried the little advice I've fo...more >>

problem with sp_addmergearticle
Posted by Tejas Parikh at 12/22/2005 9:09:04 AM
Hey, I've used the following script to add an article to an existing publication. But now it wants to rerun snapshot agent. Is there anyway where i could add this table and create a snapshot only for that table only and not the whole publication? Please tell me what would i have to do. I tried...more >>

Pull Replication --- Error 1069
Posted by David at 12/22/2005 8:51:02 AM
I have a pull replication set up for users who synchronize data once in a week. This replication is subscribed to a NT group with 5 users. When a user is trying to synchronize the data, it is giving the error message 1069 and the service did not start due to a logon failure. Any help is ...more >>

Filtering columns before adding to an publication.
Posted by digitalfreq at 12/21/2005 7:06:19 PM
I have transactional replication setup on a pair of SQL 2000 machines. The issue i have is, one of the tables has over 285 columns. I understand that SQL SERVER 2000 limits columns to 255. Is it possible to filter out unneccessary columns before i add the article to the Publication? I found out ...more >>

Merge Agent
Posted by Anjaana Rahi at 12/21/2005 3:09:06 PM
SQL Server Enterprise manager showing Distribution database as SUSPECT and in result replication monitor do not show any information about replication agent(Merge agent etc). I detach database and try to re attach but system showing that database cant be attached as "log scan" to those file is ...more >>

SQL Server 2005 Publication to MSDE
Posted by TCorp at 12/21/2005 2:44:37 PM
We're planning on upgrading our SQL Server 2000 publisher to 2005. It has several MSDE pull subscriptions. I am trying to get Northwind as a Publisher to one MSDE subscriber but I've been having lots of difficulty. I have created the publication and the pull subscription, but the subscriber...more >>

SQL Crashing
Posted by LPR-3rd at 12/21/2005 1:50:16 PM
Running SQL 2k SP3a & Win 2k Today, all of a sudden, my SQL server started going up and down. In the System Event Log, I received the error Event Type: Error Event Source: Service Control Manager Event Category: None Event ID: 7031 Date: 12/21/2005 Time: 3:37:50 PM User: N/A Compu...more >>

sp_addarticle is sloooow! on 2005
Posted by Koni Kogan at 12/21/2005 12:56:32 PM
The following sp runs about 3 in on a 2005 ssds server and it takes a few seconds on a much slower machine running sql 2000.... I am trying to move all our replication to the new environments and setting everything up except the articles manually. Is this the best way to do it? exec sp_ad...more >>

Best way to replicate large DB
Posted by Mark at 12/21/2005 12:31:02 PM
I would like to replicate a large database to a reporting server on the same network. I have very good bandwidth between the two servers The DB in questio is ~200GB and has a transaction rate of ~3000 per minute. There are 10 tables that are > 10 GB's. Does anyone have any advice for me? o...more >>


DevelopmentNow Blog