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 2005 > threads for october 1 - 7, 2005

Filter by week: 1 2 3 4 5

obsolete subscriptions still exist
Posted by Kevin at 10/7/2005 1:40:57 PM
Hi everyone, I disabled replication on my local sql server. I would assume = publication and subscription folder will be empty after I refresh = Enterprise Manager. however that's not the case. =20 Publication folder is empty after I disabled replication, but = subscription folder is not ...more >>


replication is in pending mode
Posted by Kevin at 10/7/2005 10:45:04 AM
hi guys, I don't understand something, when I use domain account to do replication, it's in pending mode for snapshot agent, but once I use sa account to do replication, then it's in active mode. why can't I use domain account to create replication? ...more >>

Database deployment
Posted by Gareth Sharp at 10/7/2005 9:32:07 AM
Hi there Firstly, apologies for the multi-post - I could not decide which group would be best to post this to. I have a simple (I think) question. We are about to roll out our first SQL server based application. The application and run times are no problems - I'm pretty sure I know what ...more >>

altering a column of a published table (trans repl)
Posted by ramadan at 10/7/2005 2:34:58 AM
Hi, In BOL there is reference only to sp_repladdcolumn and sp_repldropcolumn (add and drop), but nothing about altering a column, or have I missed it? I have to change the collation of a column (that belongs to a table that is transactionally replicated ) from sensitive to insensitive. Is the o...more >>

Pull Replication Idle Time
Posted by Tulio at 10/7/2005 2:23:03 AM
Hello, i set up an pull replication. The first client i setup replication over LAN and the second client i setup replication over RAS. Server: Windows Server 2003 SQL Server 2000 Client PCs: Windows XP Pull Replication over MS Syncmanager on demand Now my problem: At the firs...more >>

a million dollar question.
Posted by Omar via SQLMonster.com at 10/7/2005 12:00:00 AM
As I posted before. The company I'm working for is planning to develop a new system for our POS around the country. We want to find the best replication model between SQL Servers. The situation turns difficult for us since we won't have static IP's on each POS but dynamically IP's assigned by ...more >>

Snapshot
Posted by nfigueiredo via SQLMonster.com at 10/7/2005 12:00:00 AM
Hi, Is there any possible way of creating a snashot without reinitializing the entire replication? I need to create a job that creates a snapshot, because I have a new server to add, and my last snapshot is out-of-date since we've added a few columns to replication between that snapshot cre...more >>

snapshot re-intialize itself
Posted by maxzsim via SQLMonster.com at 10/6/2005 11:59:41 PM
Hi, I have set up a txn replication with the default subscription of 336 hours before it expires. the initial snapshots generated 78 articles. The replication has been going on quite successfully but over the past few 3 -4 days i did not check and yesterday , i realised that the snapshots wer...more >>



Trouble with Snapshot
Posted by Shep at 10/6/2005 2:42:07 PM
I am trying to setup a simple mirrored database. I have an SQL database on my local server called 'ABC'. It is behind my firewall and available to on my network. I have another database outside of my network at a co-location center that I want to mirror to (call it 'EFG'). I have made most ...more >>

Pull replication
Posted by Thang Long at 10/6/2005 6:11:15 AM
I cannot get a pull merge replication to work. The distributor is Win2000 running SQL 2000. Subscribers are XP Pro running MSDE. Agent command: -Publisher [DistSVR] -PublisherDB [MyDB] -Publication [MyDB] -Subscriber [SubSVR] -SubscriberDB [MyDB] -SubscriptionType 1 -SubscriberSecurityMo...more >>

Alter table
Posted by Darin at 10/6/2005 5:48:52 AM
I know I can't do an alter table on a replicated table because it is being replicated. But, in my software, if I need to modify a table I do an alter table and add the new column. What is the easy way, via SQL script, to see if this machine is a distributor/publisher for replication, in which...more >>

MergeReplication agent run Manually using Vb.net
Posted by sam at 10/6/2005 12:52:02 AM
Hello ErveryBody How to run mergeReplication agent using Vb.net.. i created Publisher,distributer and subscriber using mssql 2000 enterprise manager Wizard it's helpfull for me. thank you Sam...more >>

Access denied when pushing a new subscriber.
Posted by Omar via SQLMonster.com at 10/6/2005 12:00:00 AM
If I select "Continously-Provides minimal latency between when an actions occurs at the publisher and is propagated to the subscriber" for the agent schedule when pushing a new subscriber, the wizard throws the following exception: " SQL Server Enterprise Manager could not start the service 'SQ...more >>

primary key
Posted by vvf at 10/5/2005 9:55:32 PM
Hi All, I need to update a table on a server from my PDA, so what I am doing is the following: I pull the table to the PDA via RDA Pull. Tracking is ON and the table has an autoincrement primary key as well. All I want to do is add to this table the data captured by my PDA (so I am not inte...more >>

Merge Replication and publisher deleting subscriber inserts.
Posted by Buzz at 10/5/2005 8:23:02 PM
The row was inserted at 'Subscriber Laptop' but could not be inserted at 'Publisher server'. INSERT statement conflicted with COLUMN FOREIGN KEY constraint 'FK1'. The conflict occurred in database 'Tst', table 'Report', column 'ReportNo'. http://support.microsoft.com/default.aspx?scid=kb;en...more >>

How to restore the entire replication topology in different boxe
Posted by Wen Chang at 10/5/2005 5:01:02 PM
We are migrating the entire sqlserver environment from Window2000 to Windows 2003 on different boxes with different NT servernames. I have installed the sqlserver instances and I have restored the publisher, distribution db on the primary side and the subscriber db on the replicated side. H...more >>

Distribution Agent Error Number 306 with sp_AddDitEntryDsid...
Posted by Charles Sun at 10/5/2005 2:37:04 PM
I try to push my publishers to subscriber, there is a error number:306 The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator. (Source: NTASH02 (Data source); Error number: 306) the error appear after : applied script sp_AddDitEntryDsir...more >>

How to prevent deletes?
Posted by Chris at 10/5/2005 2:15:06 PM
How do I prevent deletes occurring on a replicated table from being replicated to the subscriber? The subscriber will only receive Insert & Update DML... TIA, Chris...more >>

Windows Synchronization Manager (Subscription Missing)
Posted by keith.platter NO[at]SPAM vita.virginia.gov at 10/5/2005 1:20:12 PM
I have an anonymous pull subscription, and see it in Windows Synchronization Manager when logged into the administrator account that created the subscription. If I log off and back in as a non admin account I can not see the subscription. If I add the non admin account to the local admin group...more >>

I am referring to SQL SERVER 2005
Posted by Abhi at 10/5/2005 1:55:07 AM

Replication deployment model
Posted by Abhi at 10/5/2005 12:03:02 AM
How to package the correct set of necessary assemblies along with the client to ensure that the software can function correctly while deploying replication implementation along with software. Is MS planning to provide a merge module or similar for the replication featureset?? what is the...more >>

What's the best replication model I can implement?
Posted by Omar via SQLMonster.com at 10/5/2005 12:00:00 AM
Hi. In the company I work for, we are planning the development of a new sales system. We have many stores all around the country (and growing) and we want to adopt an adecuated replication model for bringing all information from stores to main facilities and backward. I have worked before wi...more >>

Merge replication, Identity not for replication, identity range
Posted by Ferry at 10/4/2005 10:25:02 PM
Hi all, When setting up a (merge) publication using the wizard, you can click the three-dotted button in the "specify articles" and then setup the identity range for publisher and subscribers. While this is an interesting option, I see that the default is not checked (yes, I have the ident...more >>

Using Hilary's book as guide. Need info on Bi-Directional. Thanx
Posted by Adam at 10/4/2005 8:42:03 PM
Hello Paul and Hilary, I have a requirement and very little time to do two way replication for a hand full number of tables between a SQL 7 box and a SQL2K box. I am using Hilary's book as my guide and feel very privileged to also have access to this news group with expert advice from Paul ...more >>

The regular snapshot is past its retention period and must be regenerated before the dynamic snapshot.
Posted by footyplayer at 10/4/2005 3:44:12 PM
Hi All, Running SQL2000, SP4. Publisher and Distributor on same machine, 40+ subscribers. Merge replication. One of our technicians went to run the dynamic snapshot agent job for a specific host (we use filtering in our publication, so each computer has its own snapshot agent.) and it ...more >>

rowguid as Primary Key ??
Posted by SteveInBeloit at 10/4/2005 7:50:39 AM
If you are using replication and need a rowguid, and you need a unique primary key for the table anyway, is there anything wrong with using the unique rowquid for the Primary Key? If not, what are the downfalls? Thanks, Steve...more >>

Replication service error
Posted by Sam at 10/4/2005 12:00:00 AM
hello everybody when i create the subscribers . i got error . i try both account system account and this account ... but same error Subscriptions were created successfully at the following Subscribers: BOYD SQL Server Enterprise Manager could not start the service 'SQLSERVERAGENT' on...more >>

Merge Replication between sites - Keeping hot backu servers ready
Posted by Javed at 10/4/2005 12:00:00 AM
Dear all I have set a merge replication between servers say SERVER A (Publisher) and SERVER B (Subscriber to A) The agent runs every 2 minutes. I have set all identity columns with increment value by 2. SERVER A has all odd identity values and SERVER B has even. I have 2 more servers (ST...more >>

Log reader agent changes updates to deletes and inserts
Posted by Maico Córdova Hernández at 10/3/2005 4:26:35 PM
Hi. We have a SQL Server 2000 sp4 on a Windows 2003 Small Business that contains publisher and distribution databases. Also we have 2 MSDE sp4 running with push subscriptions with immediate updating. We are just learning how to do this better, because we are going to configure distrib...more >>

Unmark a restored db?
Posted by JLS at 10/3/2005 3:40:01 PM
Drawing a blank.... How do I unmark a restored db as not being replicated & get rid of all = the replication objects in this db? Thanx!...more >>

Row filtering - Comparing HOST_NAME() with uniqueidentifier
Posted by Lonifasiko at 10/3/2005 3:02:06 AM
Working with Merge Replication between SQL Server 2000 and SQL Server CE 2.0. I was doing some filtering on the Publication with "host_name()" function. I was comparing host_name() function with a nvarchar column, so all was working pretty well. In order to filter all appointments for a spe...more >>

SQL transactional replication Ins/Upd/Del commands
Posted by Dejan Markic at 10/3/2005 12:00:00 AM
Hello! I have this strange problem with my script that creates the replication of table. After some table creation and other stuff, I call stored procedure sp_addarticle with the following arguments: exec sp_addarticle @publication = 'my_pub_name', @article = @table_name, @source_ta...more >>

Error 14046: Could not drop article.
Posted by JAdams at 10/2/2005 4:20:01 PM
Error 14046: Could not drop article. A subscription exists on it. I get the above error when I try to drop a publication in SQL2k. I do not show any subscriptions for this publication anywhere. How can I find the subscription that is blocking me from dropping this publication?...more >>

SQL Server 2005 - publish to IBM DB2
Posted by Markus Henze at 10/2/2005 3:15:02 AM
In the SQL Server 2005 CTP installation I found out that it's possible to publish databases automatically to an oracle server. Will there also be a mechanism in the final product to do the same for IBMs DB2 server?...more >>


DevelopmentNow Blog