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 > january 2005 > threads for january 8 - 14, 2005

Filter by week: 1 2 3 4 5

Hexadecimal condition check and Identity columns
Posted by sameer at 1/14/2005 12:09:03 PM
hi , i am using transactional replication between two Sql server 2000 . my tables have identity columns as the primary keys with the identity property set to Yes( not for replication). Now when I am generating the replication intrinsic stored procs for the subscriber , I have a problem with th...more >>

Alter column in a table that is being published for replication.
Posted by Ryan Lafferty at 1/14/2005 10:34:28 AM
Ever get this wonderful error? "Cannot alter the table 'XXXX' because it is being published for replication." Many of the posts I have seen regarding this subject suggest that you "trick" the server into thinking that the table is not being replicated by messing with the system tables. The...more >>

Merge replication problem
Posted by WB at 1/14/2005 10:32:54 AM
I have one corporate server that acts as both publisher and distributor. Remote locations all have SQL server loaded and act as subscribers. This setup has worked great until yesterday. Somehow, and it is still under investigation, the corporate server "lost" all subscriptions and became disco...more >>

Float data not replicated exactly
Posted by SuzanneJ - formerly in PSS-SQL at 1/14/2005 9:05:04 AM
Why are float values not replicated exactly? For example: 33.333333333333343 -> 33.333333333333336 233.33333333333331 -> 233.33333333333334 I saw a previous post about this, but I'm not satisfied with the answer "float is an imprecise data type". Note that I don't have this problem with...more >>

Queue Reader Aborting
Posted by Daniel Inman at 1/14/2005 8:45:07 AM
I am using transactional replication with queued updating. The publisher is located in Norway, with a single subscriber in the US. The Queue Reader Agent starts successfully, and transactions originating on either side are properly replicated. However, the Queue Reader agent eventually shut...more >>

subscription status set to 'never started' but replication is ok
Posted by swilson NO[at]SPAM acs.on.ca at 1/14/2005 8:19:35 AM
Hi I've got a win2k and win2k3 server both running sql2k sp3. There are 5 transactional publications on one and corresponding pull subscriptions on the other. Replication appears to be working fine for all 5 but under 'subscriptions', 2 of them are red and their statuses are set to 'never sta...more >>

Any alert system for Merge Replication Conflicts???
Posted by Chai at 1/14/2005 8:19:14 AM
Hello: Is there a way to set up an alert to DBA (via email and such) when merge replication encounters conflicts (so DBA doesn't have to check it manually via Enterprise Manager)? Thank you. Chai W. ...more >>

Merge snapshot problem with views and ArticleType property with SQ
Posted by mspradley at 1/14/2005 7:39:06 AM
I am trying to create a merge publication with a snapshot that includes all tables, views, procs, and UDFs using SQLDMO. I have no problems creating the publication with tables only. When I try to add procs using the following code I get the error The @schema_option parameter for a procedur...more >>



Table owner is not dbo.
Posted by Heinz Deubler at 1/13/2005 8:27:03 PM
I am trying to replicate a database where the table owner is not [dbo] but [docsadm]. When I replicat the database to the subscriber all the tables are duplicated where one set of tables has [dbo] as owner and the another set of tables has [docsadm] as owner. I tried to set the flag 'keep the...more >>

merged replication identity value ranges
Posted by WB at 1/13/2005 7:34:29 PM
I had a problem that required me to delete all my merge subscriptions. The end result was the articles in the publication that require identity ranges to be managed lost their information. The setup was never documented properly and I am re-initializing them blindly. Since the numbers for ea...more >>

merge replication error 208
Posted by JFB at 1/13/2005 4:34:01 PM
Hi All, I have an SQL server 2000 as a distributor & Publisher, in other box SQL Server 2000 as a subscriber. Also I have one replication successful running and when I try to create a new Publication I got the same error for many tables. SQL could not initialize an article base on table 'tabl...more >>

Merge Agent Error: invalid column 'rowguid'
Posted by Robert A. DiFrancesco at 1/13/2005 1:28:33 PM
I get this error when I Push New subscription and indicate NO, to initialize schema and data. the wizard dialog is: Initial Subscription, and I am choosing: No, subscriber already has schema and data ...more >>

Error after Windows Update
Posted by objectref at 1/13/2005 12:04:53 PM
Hi to all, i have a win2k machine with sql server 7 on it, that is beeing fed with data by another one, using replication. The other machine is an sql server 2k and is the Publisher of the replication The machine with sql server 7, needed a windows update and so i did it this morning. ...more >>

Reason 126?
Posted by Robert A. DiFrancesco at 1/13/2005 9:33:47 AM
What does this error mean? Cannot load the dll xprepl.dll, or one of the dll's it references. Reason: 126(the specified module could not be found). ...more >>

Development & Lives databases
Posted by Jon at 1/13/2005 7:53:05 AM
Hello all, apologies if i've posted this in the wrong forum! I have 2 databases development and live. Development has the correct structure (SP's and tables) and live has the correct data. I would like to make live match the development database but not to loose any data. Is replication the...more >>

Dynamic Filtering How??
Posted by ruchirdhar NO[at]SPAM gmail.com at 1/12/2005 10:55:28 PM
Hi Can anyone guide me, I have following doubts. I need to filter tables records to my subscribers dependign upon their area for which I want to implement Dynamic filtering, now problem is that some where I have read that for dynamic filtering I'll need to implement Dynamic snapshot I don't ...more >>

drop subscriptions
Posted by JG Espinoza at 1/12/2005 9:03:07 PM
Hi all, How can I remove a list of subscriptions from the server? My server acts as PUBLISHER and SUBSCRIBER at the same time, but both features has been disabled. So, I can't delete the subscriptions list because I have no PUBLISHER and SUBSCRIBER now. I've tryied with differents com...more >>

Change merge filter
Posted by David Barquero at 1/12/2005 4:09:48 PM
I like to change a filter of a article. I'm using sp_changemergefilter but I need the name of the filter. I have the names of the filters with sp_helpmergefilter but only give me the join filters. I like to know if sp_changemergefilter only works with join filters? And how can I change a filt...more >>

Selectively drop the replicated database?
Posted by FLX at 1/12/2005 4:09:14 PM
Hello, I have two databases set up for transactional replication on a central server. Two databases are replicated to the subscriber databases. I need to rebuild one of these two databases. How to drop one database and leave another alone? I droped the publication for the database I am goin...more >>

Bulk copy out of table error
Posted by golfnut at 1/12/2005 3:29:01 PM
I had to restore my msdb and distribution databases at my DRP site because they went SUSPECT on me. I had scripts to create and delete the subscriptions to three of my database. I ran the scripts and all but one is working. The snapshot error message I receive is "The process could not bulk co...more >>

Subcription agent job error: An execption occurred in the Distribution subsystem.
Posted by kjvt at 1/12/2005 2:46:59 PM
We've been successfully installing a VS.Net application on about 40 clients so far and have run into one machine where our subscription agent jobs fail with the following error: "An execption occurred in the Distribution subsystem. The step failed" What does this error mean? Interestingly, ...more >>

push subscription: production environment
Posted by Robert A. DiFrancesco at 1/12/2005 2:30:23 PM
may I push a subscription to a server while that 'machine' is running the application which is accessing the database? ...more >>

subscription server master database is missing quite a few procs.
Posted by Rao at 1/12/2005 12:37:04 PM
Rebuilding of subscription servers master database caused to lose subscription procs. Distribution is not able to distribute because it is looking for all those procs. How can I rebuild those procs? One thought was to look at different subscription and copy over all those objects to master ...more >>

Database Replication
Posted by cbaffigi NO[at]SPAM apsf.com.ar at 1/12/2005 11:02:27 AM
I follow the considerations definied by document, but I have an error when I insert data into a table, because it has an identity field, and the replication return the following error: An explicit value for the identity column in table 'SAR_Callejero' can only be specified when a column list is ...more >>

Merge Filtering
Posted by Ken Ross at 1/12/2005 10:31:15 AM
I'm trying to get this filtering configuration stuff worked out so that I can really understand it and it's been a little difficult finding a complete example to go by. Let me illustrate my situation this way: Tier1 <--> Tier2 <--> Tier3 So, we have data being created at Tier1 that is bein...more >>

Snapshot Agent Error
Posted by Andrea at 1/12/2005 8:27:06 AM
I have defined an alternate snapshot location on a machine which is on a different domain from my sql server. I have created a user on the remote machine with administrative privileges and created the same user/pass for my sql server machine. I have created a shared folder on the remote mach...more >>

Is a Domain Controller required for Merge Replication?
Posted by tabbycat NO[at]SPAM gmail.com at 1/12/2005 4:56:06 AM
Hi, I am writing an application that must run on two or more non-networked computers. The MSDE 2000 database is merge replicated between the two on a semi regular basis. I have setup Win2k Pro in Vmware for testing and installed SQL Server 2000 SP3a. I cloned the Vmware virtual machine to...more >>

Merge repl. doesn't update first change from subsc.
Posted by Jono at 1/11/2005 9:51:22 PM
Hi All We have a really strange situation with merge replication here at the office: The subscriber is SQL CE 2.0 Merge replication between SQL CE and SQL 2000 works a treat...until... 1)The publication is changed (recreated) and so the snapshot agent needs to run again. 2)The SQL CE devi...more >>

Alter table impossible due to replication
Posted by Bernard Borsu at 1/11/2005 6:53:52 PM
Hi ! I can't alter a table because of an old problematical replication. I've already tried to clean the replication informations with sp_removedbreplication and sp_msunmarkreplinfo. I've already update sysobjects to set replinfo to 0 for the table that I try to update. I've also the data...more >>

Replication issues with multiple databases
Posted by Alu at 1/11/2005 2:21:01 PM
I am planning to use replication from 400 databases to the master database on a periodic basis. Do you see any issues with that ? All databases have the same structure...more >>

Transaction Replication From DB2 to SQL Server
Posted by Vaibhav at 1/11/2005 12:25:59 PM
Hi All I want to do a transactional replication from DB2 to SQL Server.(snapshot replication can also do) I have looked and executed the heterogenous replications samples provided my Microsoft. I am more of a VB/VB.net/C# programmer. and knowledge is restricted on VC++. In the example m...more >>

Merge replication failure
Posted by Beri Tamas at 1/11/2005 10:50:23 AM
Hello, I have an SQL2000 server, which acts as the distributor and as the publisher. The clients are Pocket PC's, using SQL Server CE. I have the latest SP for both. The replication is a merge replication, with a lot of join filters, more than 100 articles (only tables, no views or procedures...more >>

Add a article to a Merge Replication
Posted by David Barquero at 1/11/2005 10:15:30 AM
I have a Merge Replication with 48 subscriptions and I like add a new article, but I don't like reinitialize all my subscriptions. I try to use the sp_addarticle, sp_addarticle [ @publication = ] 'NamePublication' , [ @article = ] 'NameArticle' , [ @source_table = ] 'source_table' ...more >>

Log Reader Agent Status Idle
Posted by Susan at 1/11/2005 9:25:08 AM
Please can some one help me with this problem I am having with the Log Reader Agent? Basically everytime I run the Log Reader Agent it just gets stuck and from the Replication Monitor it shows the status of the Log Reader as being 'Idle' and the last action as bine 'No replicated transacti...more >>

Hilary and Paul : SQL 2005 Book and Materials
Posted by Hassan at 1/10/2005 10:27:32 PM
Guys, I hope you'll come out with a book and some materials on SQL 2005 as soon as the product is out and not years later . If you'll don't I will :) Get it out in time and launch it with the Inside SQL Server 2005 book . Do you guys not get special MS access that they can help you out like how t...more >>

Merge Replication over internet Problem: Couldn't propagate schema to the subscriber.
Posted by ruchirdhar NO[at]SPAM gmail.com at 1/10/2005 9:29:51 PM
Yesterday I posted my problem on the group I would like to explain it a bit so that I be able to make things more clear. 1. I have set up a Sql server as publisher/Distributor. 2. Setup MSDE as subscriber 3. Login mode to publisher/subscriber/Distributor is Sql Server Authentication a...more >>

Schema update in case of replication.
Posted by zrod at 1/10/2005 6:34:56 PM
Hi everybody. I am using sql2000, and considering shifting to SQL2005. I am facing lot of problem each time we need to change the schema of a database. Do you have any idea if any utility is available to update the schema of databases in case of a merge replication ...more >>

2 Servers - 1 Database: Sync Best Practices
Posted by James Leech at 1/10/2005 5:51:18 PM
Hi guys Just a quick couple of questions regarding the best practice(s) for maintaining a database on two servers: The situation: I have a database on my server which I am constantly working on (modifying structure and content) and I have also placed a copy of the same database on my cli...more >>

Replication on MSDE/Win2000 Pro?
Posted by FLX at 1/10/2005 3:42:45 PM
I only have MSDE installed on Win2000 pro machines. Can I still set up the database replication, such as "transaction replication"? The SQL Server 2000 Standard edition can not run on Win2000 Pro, right? Thanks a lot, FL ...more >>

the process could not query row metadata at the subscriber
Posted by Warren Patterson at 1/10/2005 3:33:12 PM
Hi, We are using merge replication, and the subscribers are pull subscribers. One subscriber crashed, before it could synch up (We need this data), but we were able to retrieve the entire mssql DATA folder. I created a new machine (Exactly like the crashed machine, same name, ipconfig, e...more >>

Transaction Repl not working for one table
Posted by aalfred5 at 1/10/2005 1:10:42 PM
We have about 20 tables setup for replications . All std. setup . Replication is using stored procs created by SQL Server instead of the Statements. All tables are fine except one table stpped changing data at all. No errors etc. What should I do. Table has 2 coulms as PK . using SQL...more >>

replicating across a WAN to a port other then 1433
Posted by combfilter at 1/10/2005 11:41:25 AM
Is this possible? Can I just use the client network config utility and change that to 1500? I am trying to do it right now, but just show the distribution agent as always "starting". It never gives any errors. I can telnet to the wan connection at the other end on 1500 so I know he is ...more >>

schema change after implementing merge replication
Posted by sam at 1/10/2005 11:31:06 AM
Hi, I have implemented a merge replicaiton between two of SQL Database servers. Now i came across an issue for wichi I need an expert advice. If I want to change schema of a published article, how can I propogate to subscriber without re-establishing the whole replication setup process. ...more >>

Password change
Posted by Karthik at 1/10/2005 11:17:02 AM
Hi, I have a pull merge replication configured on two of my servers. These servers replicate over the internet and use the sa password to connect to the publisher. I know it is not a good practice to use the sa login for replication purposes. But it has been configured this way. It would be...more >>

Error "...could not enumerate changes.." Incorrect syntax ... 'a
Posted by Hamilton at 1/10/2005 9:55:03 AM
Error in replication Merge: {call sp_MSenumchanges(?,?,?,?,?,?,?,?)} The process could not enumerate changes at the 'Subscriber'. (Source: Merge Replication Provider (Agent); Error number: -2147200999) Incorrect syntax near the keyword 'and'. (Source: SERVIDOR (Data source); Error number: 156) ...more >>

Database Replication
Posted by cbaffigi NO[at]SPAM apsf.com.ar at 1/10/2005 5:46:52 AM
I have to create a replication for a database thar have 7 Gb. The time that consume is very important: almost 7 hs. Exist a procedure more efficient?? How can I generate a replication restoring a backup, instead of make an snapshop (like Informix). Thanks in advance ...more >>

Merge Replication over internet Problem: Couldn't propagate schema to the subscriber.
Posted by ruchirdhar NO[at]SPAM gmail.com at 1/10/2005 4:07:27 AM
Hello All, I am implementing Pull merge replication over internet, I have a sql server which I have set as Publishe/Distributor and MSDE which I have set a subscriber. I have a sample Database FTP_REPL which I have published. whenever I try to run merge Agent it succssfully connects to the publ...more >>

how to add table and all its index for replication
Posted by Hassan at 1/9/2005 10:15:44 PM
I have an existing trans repl set up and want to manually add 3 more tables and all its indexes and 2 sprocs to it .. How can I programatically do so ? Please provide an example.. Thanks ...more >>

Cannot drop article ''TABLE60'' from publication ''DB_Comp''...
Posted by Mehrdad Khorsandi at 1/8/2005 11:38:43 PM
[ Merge Replication ] I work with a software that the act deletion and creation of the table and deletion and creation and change of the field by the users happens so much. for deletion of the table using this command : sp_dropmergearticle @publication='DB_Doc', @ar...more >>

I cannot alter a table
Posted by Rosie at 1/8/2005 11:11:03 AM
Hi, I have installed (attached) a new database. I need to change the length of a field using this command: ALTER TABLE CDRData ALTER COLUMN Locality varchar(10) NULL But I got this error: Server: Msg 4929, Level 16, State 1, Line 1 Cannot alter the table 'CDRData' because it is being publishe...more >>

Problem in the mail notification
Posted by SHARAD at 1/8/2005 3:17:01 AM
Dear friends I am trying to setup a email notifcation at the event of failuer of Replication. so that i can take the corrective actions. But when i test the same It is giving me error: Microsoft SQL-DMO (ODBC SQLSTATE: 42000) Error 22022: SQLServerAgent Error: The SQLServerAgen...more >>


DevelopmentNow Blog