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 > march 2006 > threads for march 22 - 28, 2006

Filter by week: 1 2 3 4 5

Not for replication
Posted by Pauly C at 3/28/2006 8:27:01 PM
Is there a way to add the "Not for replication" switch for triggers and foreign keys other then dropping and adding them again? Thanks in advance, Pauly C...more >>


sp_repldone won't truncate the log
Posted by Adam at 3/28/2006 2:47:02 PM
I have a SQL 7 database who's log is growing and cannot be truncated. It is a copy of a database from another environment and is involved in Transactional Replication. When I try to run sp_repldone, it says the database is not published (which is true). When I try to truncate the log with n...more >>

database replication / publication ??
Posted by Shawn at 3/28/2006 12:59:03 PM
Hi, I'd like to keep an extra copy for database X on SQL server A to SQL server B. The database X doesn't update very often during the day (but the computer does have other jobs to run at tthe work hour). Both server A and B run SQL server 2000 and on the same network. Currently the size...more >>

How do I Change size of a column which is involved in a replicatio
Posted by Mathew at 3/28/2006 9:09:01 AM
Hello, Does anybody know a sp like Sp_repladdcolumn to change a column size without having to bring down the replication. Thanks in advance, Mathew ...more >>

sp_repldropcolumn question
Posted by GC at 3/28/2006 8:06:02 AM
Hi, I dont understand why when we drop a column we dont have to mention in which publication we want to drop a column We have to mention in which table but not in which publication So if we have 2 differents publications in 2 different database and in each database we have a table tEmploye...more >>

One table shared between 2 merge subscriptions
Posted by Adami DevOn at 3/28/2006 7:30:04 AM
Is it possible to define 2 merge publications that contain same tables (one publication has dynamic filters, the other hasn't) and to subscribe the same DB to them? --- Details --- I have a HQ DB on SQL Server 2005, and a couple of hundreds of client DB's, installed on laptops with SQL Ser...more >>

Checking for replication when applying schema changes
Posted by Ron L at 3/28/2006 12:00:00 AM
All Is there some simple way to check if a database is being replicated that I can use in a script? I have 2 copies of a production database, one under replication and one not, and I would like to have any schema change scripts check for replication to see which action to take. E.g. <s...more >>

Merge Replication with vertical Filters
Posted by Dani Schwegler at 3/28/2006 12:00:00 AM
Hello it's possible to create a Merge-Publication with vertical Filter on an Sql-Server 2000 with SP3? in our developer System with SP4 i can make a replication, but in the Target System i didn't. Error 20009 add the article.... Thanks Daniel ...more >>



URGENT: sp_repldropcolumn Errors (SQL-2000)
Posted by Tim Eichman at 3/27/2006 8:59:01 AM
Environment: - Publisher: SQL 2000 (SP4) - Distributor/Subscriber: SQL 2000 (SP4) - Replication: Transactional/Continual updates Issue: Calls to sp_repldropcolumn are generating the following error: Server: Msg 4932, Level 16, State 1, Line 1 ALTER TABLE DROP COLUMN failed because '_column...more >>

Transactional Replication Implementation
Posted by Sangra at 3/27/2006 4:56:02 AM
Hi, I'm new to SQL*Server and implementing Transactional Replication. The active production database is in Sql Server 6 to be upgraded to Sql Server 2000 @ Windows 2003 with Transactional Replication feature. The plan is to build a new server, create the database using scripts from the pr...more >>

Issue when my Merge Publisher DB is Subscriber for Trans Replicati
Posted by PRADEEP M.M. at 3/26/2006 2:46:16 PM
Hi, I have Database which is configured as a Merge Publisher , This database has 3 Tables Employee,Dept and Country. All these 3 tables are repliated to another database for high availability purpose using Merger Replication. The Merge Publisher is also an Subscriber for another Transact...more >>

push snapshot
Posted by ACDMark at 3/26/2006 2:45:07 PM
Hi I'm trying to setup a push replication between 2 servers on different networks. both machines can ping eachother using there machine names. I setup the publication and the distributor on the push server and generate a snapshot. I then run the distributor but it fails to connect to the sub...more >>

Future Maintenance of SQL 2005 Merge Replication
Posted by Troy Wolbrink at 3/25/2006 10:13:25 PM
I have remote offices that are entering data into their local database, then using merge replication to "upload" their changes to a publisher on my web server, and then possibly download any changes made on my web server. My Web server is running SQL 2005 Standard, and the local offices are r...more >>

How to change the windows account
Posted by M at 3/24/2006 8:54:40 AM
I am trying the snapshot replication. The publication and snapshot agency in a SQL Server 2000 machine and subscription in a SQL server 2005 machine. I set both SQL Server' Security to Window authencation mode. I create a test publication. The snapshot agency failed to connect to publicati...more >>

SQL Replication
Posted by Vedran at 3/24/2006 12:00:00 AM
Hi, i would need some help regarding SQL Replication between two servers, which are not in domain but in workgroup. Is it possible to setup such replication and how ? ...more >>

replication b/w an SQL 2005 Enterprise Edition and a SBS 2003 running SQL 2000
Posted by lara169 at 3/24/2006 12:00:00 AM
Can I setup a replication b/w an SQL 2005 Enterprise Edition and a SBS 2003 running SQL 2000 if both the databases are having compatabilty level of 80? SQL 2005 box is hosted and replication access is done via a VPN connection. Can i know how this is possible ? Any good documentation ? ...more >>

SQL2005
Posted by mecn at 3/23/2006 5:43:16 PM
Hi, First time for me installing sql2005 in production. Question that i have is that should I continue using log shipping to standby server or I should use sql2005 replication? Thnakl ...more >>

transRepl between 2000 and 2005
Posted by Cesar at 3/23/2006 5:00:00 PM
Have transactional replication with queued updatable subscribers configured between 2 SqlServer 2000 machines and a push subscription running on the publisher ok. Now adding a new push subscription on the same 2000 publisher against a new 2005 subscriber. Transactions from the publisher are repl...more >>

Snapshot question
Posted by Kristy at 3/23/2006 4:43:12 PM
If you never run the snapshot agent pass the first time then how come the distribution agent looks like it is delivering transactions? Thanks, Kristy ...more >>

Delivering replicated transactions... and latency issues
Posted by Kristy at 3/23/2006 2:47:35 PM
The only difference I can see with the high latecy subscription is that it says: Delivering replicated transactions in the dbo.MSdistribution_history table (as well as Replication Moniter). There is nothing in the msrepl_errors for this subscription. Other subscriptions will always say someth...more >>

SP4 Updated Published Database attached to SP3 level SQL 2000 Server??
Posted by gforcedata NO[at]SPAM gmail.com at 3/23/2006 1:43:16 PM
Does anyone know if it is possible to 1) detach a user DB that is published from an SQL 2000 SP4 server and attach it to an SQL 2000 SP3 server without planning to apply SP4 to the SP3 server? or 2) shut down the SP4 and SP3 servers and move the LUNS (with user datafiles) from the SP4 to SP...more >>

Merge Replication Issues
Posted by panacorey at 3/23/2006 12:49:26 PM
I was trying to test out how well my merge replication is working, so I created a new table on my main database and on my remote computer I created the same table but with data in it. I then tried to merge the two up and the data from my remote computer did not appear on the table on the main...more >>

Still struggling w/replication
Posted by Lucas Graf at 3/23/2006 11:03:58 AM
If I have a ServerA and a ServerB, both currently have mostly similar data, but ServerA has some data that ServerB needs, and ServerB has some data that ServerA needs. If I am setting up merge replication, and I get to the point where it asks "Does MS SQL Server need to initialize the pub...more >>

Indexes being replicated
Posted by Stevo at 3/23/2006 9:26:28 AM
I have set up transactional replication between two SQL Server 2000 boxes. I am replicating a table. On the publisher this table has a primary key, a clustered index, number of non clustered indexes and a check constraint. I want to replicate only the table structure and data, but none of the...more >>

Mirroring question
Posted by Joe at 3/23/2006 1:33:28 AM
I need to setup a duplicate web site and database as a failover. What is the best configuration for the database mirroring? The database servers are in physically different locations. Ideally, we want the running web site to use a certain instance of the database. For example each location ...more >>

Distribution agent cannot find sp_MSupd_users
Posted by Need Help at 3/23/2006 12:00:00 AM
I created a Publication and Subscription. Once LogReader detected transactions for replication. Distribution Agent status failed with error "Cound not find stored procedure 'sp_MSupd_users'". I cannot find any KB on this error, any suggestion? ...more >>

I must be blind - simple log shipping problem
Posted by IronYuppie at 3/22/2006 9:20:36 PM
I have two machines. Call them \\MainDB \\TestDB On machine 1 i have a user named SQLServerAgent with Full Control Permissions to \\MainDB\logships and who is a sysadmin on that MainDB. On machine 2 I have a user named SQLServerAgent with Full Control Permissions to \\TestDB\logships and ...more >>

Merge Replication: Dropping an article from existing Publication
Posted by Javed Iqbal at 3/22/2006 12:00:00 AM
Hi All, How to drop a single article (TABLE) from merge replication keeping publication intact. Regards Javed Iqbal ...more >>

Subscription erroring out with "A valid identity range is not available"
Posted by Ferry at 3/22/2006 12:00:00 AM
Hi all, I have a scenario where this error now pops up for the second time. In a nutshell: - SQL (SP4) server, approx. 100 tables and views. Currently 14 subscribers running MSDE. - Database was exported a long time ago from Access and still has various 'strange' ID's in it (huge numbers ...more >>


DevelopmentNow Blog