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

Filter by week: 1 2 3 4 5

Newbie Question, Book recommendation
Posted by Kevin Marshall at 1/14/2004 11:10:05 PM
Hi, I am moving MS Access 2000 databases to SQL Server 2000 and am really struggling with setting up the replication, does anyone have URL's to tutorials or whitepapers on the subject. book recommendations that cover setting up replication would be good too. Thanks. -- Kevin Marsha...more >>


delete merge "ghost" subscriptions
Posted by Javier Martínez at 1/14/2004 10:37:00 PM
Hi . I',m new in a merge replication . How can I delete the subscriptions from a merge subscriptions . I heard exists a script can do it . Anyone knows it ??? Thanks a lot . ...more >>

new sql server registration
Posted by abc at 1/14/2004 9:30:12 PM
when i add a new server in [new sql server registration] wizard, it sho a error message "login failure for user 'sa'.Reason: not associate with a trusted sql server connection." I had entered the correct logi name and password ab --------------------------------------------------------------...more >>

replication issue
Posted by JOE at 1/14/2004 7:51:11 PM
Hi All, I setup replication on a SQL 2k server, and it never worked properly. I couldn't get it to sync. I called Microsoft and they were not able to help. I tried to disable replication but I recieved the following error: Error 8646: The index entry for row id was not found in ind...more >>

Replication between Heterogenous data sources
Posted by Prabhu Ram Prasath at 1/14/2004 4:39:04 PM
Hi, I would like to know if anyone of u has any idea of replicating a SQL Server Database to a heterogeneous data source (Oracle / Access) or vice versa. If so please explain me on how to do so? Thanks in advance for your valuable support :-). Regards Prabhu Ram Prasath. ...more >>

How to move new column to a different position in replicated table using Ent Manager
Posted by Bruce McDonald at 1/14/2004 3:45:19 PM
I have a simple transactional replication test bed set up using SQL Server 2000 and I want to add a column to a table that islocated on the Publisher. After looking thru BOL, I found the "Filter Columns" tab on the Publication Properties dialog box and was finally able to add a new column into th...more >>

Master DB Import using DTS job
Posted by Donna Martinez at 1/14/2004 3:22:52 PM
Hi: I created a DTS package that imports the Master Database from one SQL server to another for emergency's and it works fine except the passwords don't seem to come over. Is that a limitation or have I not configured the package correctly?...more >>

Determining if a database is being replicated/published
Posted by Ross Field at 1/14/2004 1:39:58 PM
Hi Is there a stored procedure that can be used (or a select statement) that can determine if a SQL database has been published? Many thanks Ross ...more >>



Replication stored procedure to start snapshot agent
Posted by sqlserverreplication2000 NO[at]SPAM yahoo.com at 1/14/2004 11:03:19 AM
I am using SQL Server 2000 to replicate data to a remote MSDE. I am using a pull subscription on my MSDE. I need to be able to programmatically stop the pull subscription and then programmatically restart it. I am currently trying to use stored procedures. I do not know how to stop the pull s...more >>

Question filter rows on transactional replication
Posted by Klefevre NO[at]SPAM techdata.be at 1/14/2004 10:41:21 AM
Hello, We have a transactional replication with on the publisher side a table = with 5.000.000 records. This table is replicated to a subscriber with the option filter rows = with the following filter: SELECT <published_columns> FROM <<TABLE>> WHERE=20 (DocDate >=3D DATEADD([YEAR], -1, GET...more >>

Would you any tool that can replicate database without primary key?
Posted by Sharonna at 1/14/2004 10:09:49 AM
Hello, I need to keep sync between online transaction database and report database. Unfortunately the publisher database don't have primary key. Could you provide some info regarding 3rd party tools? Thanks...more >>

Replication GUID columns
Posted by Todd at 1/14/2004 6:38:32 AM
Does replication require that an existing GUID column in a table to be replicated be an identity? Thanks, Todd...more >>

Programmatic identity???
Posted by Todd at 1/14/2004 6:18:35 AM
Is there a way to programmatically copy a record to another server/database and keep the same guid value that is added for replication? Put another way... replication adds its guid field and I need to copy the records exactly as they are in the source database to another server/database. ...more >>

Newbie to Replication
Posted by Wayne P. at 1/14/2004 12:23:34 AM
I trying to play and learn about replication, however I have hit a snag that I cannot seem to get around. I have created a simple DB with 1 table and a couple of fields for playing purposes. Box 1 is Windows 2k Adv Server running SQL 2000 SP3 Box 2 is WinXP Pro, Running MSDE with SP3. ...more >>

Differential File/FileGroup Backup
Posted by Amin Sobati at 1/13/2004 11:22:53 PM
Hi, I have a problem with creating Differential File/FileGroup Backup. I use this T-SQL statement: BACKUP DATABASE MyDB FILEGROUP=3D'MyFG' to MyDevice WITH DIFFERENTIAL It creates the backup but when I look MyDevice's properties in = Enterprise Manager, my backup's type is Complete Databa...more >>

Problems with transactional replication.
Posted by Alice Spencer at 1/13/2004 9:03:16 PM
Hello I am having problems setting up transactional replication and have a couple of questions. I have a publisher, separate distributor and two subscribers (all SQL 2000) I create the publication OK (which includes tables, views and stored procedures), then a subscription which I set to every ...more >>

Dimension of transaction replication
Posted by TN at 1/13/2004 7:11:13 PM
Dir All I have a question: I do not know dimension of transaction replication: 2 dimension between publisher and subcriber or 1 dimension up/down from publisher to subcriber. What dimension of transaction replication Thanks a lot for hel Best Regards TN...more >>

Triggers on the subscriber side
Posted by Lito Dominguez at 1/13/2004 3:36:42 PM
I have a transactional replication (SQL2K) and a push subscription to the subscriber. I have an update trigger on the subscriber which insert into another table changes that occured on that table. Why is it that when an update occured on the publisher and replicated the changes to the su...more >>

Error: 14151,
Posted by Jogar at 1/13/2004 12:24:42 PM
Lately we've been experiencing this error on one of our servers using replication. Error: 14151, Severity : 18, State: 1 Replication-Replication transaction-Log Reader Subsystem: agent Testserver1 failed. The process could not execute 'sp_replcmds' on 'Testserver1'. I've been restarting...more >>

Maximum size of ntext in replication?
Posted by Mike at 1/13/2004 10:48:37 AM
I've enabled snapshot replication and now SQL Server is giving me an error when I update certain records: "Length of ntext to be replicated exceeds configured maximum (65536)". Indeed the records that give this error contain large ntext columns. How can I change the configured maximum ...more >>

sp_MSins_Response
Posted by Samuel Solieman at 1/13/2004 5:31:24 AM
Anyone know "sp_MSins_Response"? I have transactional replication in place(Central publisher model). the distribution agent is failing with the following error message: Could not find stored procedure 'sp_MSins_Response'. The step failed. I had a look in the distribution DB, SP is n...more >>

Detect Broken Link to Linked SQL Server
Posted by Roy Casella at 1/13/2004 5:16:39 AM
I have 2 sites. When the leased line is maintained 1x per month the line is unavailable temporarily. HOwever sql server replicaiton crashes. how can i detect the link and pause until the server is available again thanks in advance...more >>

Replication Reomving
Posted by Hussam at 1/13/2004 5:06:34 AM
hii,, i have this database that was part of replication , then after reomving the replication , which was unfortunatly not correctly reomved , still i noticed that the fields of replication in the database so am not able to modify the database insert , update , delete each time give me erro...more >>

How many distributed sql servers support for replication
Posted by AC at 1/13/2004 2:11:25 AM
Dear experts, I've a system which was run by sql servers (one central server with 20+ distributed servers). The replications are either in push, pull or merge mode. I found the perfermance was degraded a lot when I added the disbuted sql servers, with a lot of waits or even deadlocks). W...more >>

two problems about replication - help
Posted by Domdee at 1/13/2004 12:57:13 AM
1. how are transported snapshot from publisher to subscriber ??? ... i know that first can go via ftp etc... but what about next snapshots ?? 2. can i change structure of publicated table ??? for instance i want add a column , how to do it whitout cancel the publicution ????? ...more >>

replication error "The process could not check existence of generation at the 'Publisher'."
Posted by Jason B at 1/12/2004 11:26:06 PM
I am trying to set up merge replication between two SQL 2000 servers connected via a VPN. Both servers are running XP professional. I set up using SQL authintication whenever possible with an account that has database owner rights I set up the snapshot location to be in a directory that is under...more >>

the distributor is not available
Posted by Fulya Erol at 1/12/2004 6:25:54 PM
I've just upgraded two database servers from SQL 7 to SQL 2000. Everything was working just fine. I wanted to try replication between these two servers but as I was trying to create a publication on the publisher server, I got the following error message: "the distributor is not available" Error...more >>

Replication of objects
Posted by Rodrigo at 1/12/2004 5:01:09 PM
Dears,[ Is it possible to make replication of objects. For example: I have two servers (S1 and S2). Evertime I change a procedure on S1 I want to alter the same procedure on S2. I think I have to make a synchronization between the master databases of the servers, but I don´t know if i...more >>

Dynamic Filter in PUSH Subscription
Posted by Mudasar at 1/12/2004 3:07:34 PM
Hi All; I have a merge publication with dynamic filter enabled . I have used HOST_NAME() function to filter record.. When i create a PUSH subscription the not work properly .. I mean it send nothing to Subscriber.. But when i create PULL subscription it work properly.. I have run Merge agen...more >>

MS Access to SQL Server Replication
Posted by kendell.churchwell NO[at]SPAM thirddaysolutions.com at 1/12/2004 2:46:42 PM
Hi - I'm trying to figure out how to do this? I've got the Publication set up on the SQL Server - (i've done this before, so, I know it's right) But, I don't know what to do in my Client MS Access application to get it to bring down/subscribe, use local copy, and replicate data back up to se...more >>

Restore DB backup
Posted by Greg at 1/12/2004 12:05:30 PM
Does anyone know how to automatically restore a database and datbase log file that has been backup up to disk? I have a maintenance plan that backs up my DB to a file. Now I would like to have a process that restores this file automatically. Thanks for any info....more >>

Hot to Delete an Orphan Push Subscription:
Posted by AMG at 1/12/2004 12:01:16 PM
I have already deleted the publication that had a push subscription. I still have the subscription there. How can I get rid of it? Thanks...more >>

Adding a New Column
Posted by email2laks NO[at]SPAM yahoo.com at 1/12/2004 4:34:55 AM
Hello All I have SQL Server 2000 server where the database is replicated across 20 laptops which use MSDE. They are all mobile users and connect at various time intervals to Sync with the Main Server. Of all the tables there is one table which is not replicated. When I am adding extra Column...more >>

replication monitor history
Posted by docware NO[at]SPAM hotmail.com at 1/12/2004 1:44:33 AM
Hello, I have a question about the history in replication monitor/publisher/<server>/<publication> of SQL 2000 Enterprise Manager. There is a filter "latest 100 sessions" set. But I can see only the latest session(s). What am I doing wrong? Michael...more >>

Different Schema
Posted by Tina Smith at 1/12/2004 1:15:34 AM
Is it possible to replicate data from one table to another if the subscriber does not have the same schema as the publisher? At the central office we have a common product table that contains the products and their pricing. Each store has a similiar table schema with one additional column tha...more >>

How to fixing a single error in a multi-article publication
Posted by Wen Chang at 1/11/2004 5:36:49 PM
One of the table in a multi-article publication is out of sync by one record. To fix the problem, the only way I know is very cumbersome which is to drop the subscription, fix the problem then create the subscription again. How can I disable the replication for that particular article(t...more >>

replicate text field in two-way replication
Posted by Wen Chang at 1/11/2004 5:22:24 PM
I am trying to setup two way replication for tables which contain ntext fields. However, it will change the value of the text column to "null". What is the work around to insert a record on the subscriber site which contains data in the ntext column?...more >>

Snapshot fail for table name with whitespace
Posted by Nghia at 1/10/2004 6:35:48 PM
Hi, As the topic says I seem to have come across a problem when creating snapshot for tables that have a space between words. Heres an exact error output for 1 table Initializing Connecting to Publisher 'CO3057376-A' Locking published tables while generating the snapshot Preparing table...more >>

Encryption over replication
Posted by Si at 1/10/2004 5:48:35 PM
Hi I wish to replicate small amounts of data from our local SQL server 2K (Standard Edition) to our remotely hosted webserver which is also SQL Server 2k. As security and client confidentiality very important to us is it possible to do this using encryption? Our web host will charge us a...more >>

Snapshot creation -- modifying insert, update, and delete proc
Posted by ziggy at 1/10/2004 1:56:29 PM
To all, I need to modify insert / update/ delete stored procedures that transactional replication generates through (as far as I can tell) the following procs: sp_scriptinsproc sp_scriptdelproc sp_scriptupdproc Basically, I need to add a function call to the end of procedures generated....more >>

How add Dyn. filtered table without reinit.?
Posted by Vaziri at 1/10/2004 6:18:26 AM
Hi Guys, How can I add a dynamic horizontally filtered table to a merge publication without having to reinitialize current subscribers? The new table must be join filterd with a currently published filtered table. thanks in advance. ...more >>

Create publication wizard fails with error 515
Posted by Felix D. at 1/9/2004 6:37:58 PM
Hello, A server has started to fail when creating publication, in my case snapshot The error is as follows "SQL Server Enterprise Manager could not create publication 'NewPub' from database 'NewDatabase'. Error 515: Cannot insert the value NULL into column 'step_name', tabla 'msdb.dbo.sy...more >>

deleting a publisher's subscriptions
Posted by Gene Marks at 1/9/2004 3:04:36 PM
I'm trying to delete a subscription for a publisher and after choosing delete the application hangs. Running SQL 2000 SP2. Help? ...more >>

Can I write a program that can read the snapshot file's content and write them into a file?
Posted by Luo Jian at 1/9/2004 12:15:26 PM
Can I write a program that can read the snapshot file's content and write them into a file. Maybe SQL does not have this kind of function. -- ×£ ¹¤×÷˳Àû! ÂÞ½¡ (+86)021-62786210-811 luojian@corswork.com ÉϺ£ÎÖ¿ËÈí¼þÓÐÏÞ¹«Ë¾(www.corswork.com) ...more >>

Deleted Subscriptions
Posted by Edward D. Carandang at 1/9/2004 11:38:50 AM
Hi all, Is there anyway to retrieve/revive the subscriptions deleted by the distribution cleanup agent...??? ...more >>

Replicate a Replicated Database
Posted by jeff.wunsch NO[at]SPAM marshpm.com at 1/9/2004 10:09:45 AM
I'm using transactional replication to replicate a database for reporting. Now I need to replicate that replicated (reporting) database to a heterogeneous subscriber (Informix), but when I go to set up the articles, all the tables are locked. Also, I can't go from the published db to Informix,...more >>

where can Iget it
Posted by MIke at 1/9/2004 8:03:45 AM
I am trying to find a copy of the report sever. I am currently running server 2000 and want to try out the reporting interface....more >>

Replication 'Never Started'
Posted by Larry at 1/9/2004 8:03:02 AM
I am running Win 2k & SQL 2k on all servers. I am doing merge replication between several servers, Server1 is where the publication was created and ServerXX is where the subscriptions are created. Everyday, on one, if not several servers, the merge subscription(s) report 'Never Started'....more >>

replcation help
Posted by annu at 1/8/2004 9:50:48 PM
Hi Guys, I am very curious to learn and set up replication. I have a desktop. Can I implement some kind of replication on desktop may be from one database to another. thanks a lot. Note: I have studied 3 type of replcation and some other theoritical stuff. ...more >>

syncobj_* views?
Posted by John at 1/8/2004 6:38:42 PM
Hello, I recently created several publications(for snapshot replication) along with subscriptions. The articles to be published were all views(over a hundred of them). I had to delete the publications/subscriptions and now I notice that there are hundreds of syncobj_* views(in place of...more >>

Timeout Problem during initial snapshot
Posted by Suresh Kumar at 1/8/2004 3:51:15 PM
We have SQL2000, sp3A. Tranasaction Repl One of the tables, ORDERLINE, is fairly big (23M rows). During the initial snap shot phase, the snapshot agent terminates with a Time Out error (after 10 mins) at the 'Preparing Table ORDERLINE for merge' step. I am using std wizard to create the publi...more >>

SQL DMO Error
Posted by Mudasar at 1/8/2004 2:48:58 PM
Hi All; I want to fill a combo box with list of registered subscriber.. i have wrtten the following code in Visual Basic 6 Dim objServer As SQLDMO.SQLServer Dim allSubscriber as SQLDMO.RegisteredSubscribers objServer.Connect "Matrix","SA","" Set allSubscriber = objServer.Replication.Publ...more >>

Transfering replication rolls
Posted by Aziz at 1/8/2004 1:50:07 PM
Server A is configured as the Distributor and Publisher for this replication environment. Three publications are configured (one transactional and two merge) to replicate with Servers C-I. The transactional publication is set for all tables/views/stored procedures except for 3 tables of ...more >>

Merged items fail due to foreign key constraint
Posted by Ron Lounsbury at 1/8/2004 1:17:34 PM
We have merge replication set up between 2 of our local servers. Both are MSSQL 2k, SP3a. As part of our database, we have tables for Software and SoftwareMedia where the Software may have many SoftwareMedia (e.g. disks 1 - 4). Foreign keys are defined on the 2 tables such that the SoftwareMed...more >>

Transactional Replication
Posted by Teddy Tam at 1/8/2004 11:35:41 AM
I am doing some research on transactional replication and it seems to me that many articles stresses on how a reliable connection is necessary for transactional replication. I do not find the same issue to be emphasized for merge replication. Why is connectivity more important for transa...more >>

Merge replication insert trigger renamed on publisher
Posted by polecat at 1/8/2004 11:26:16 AM
SQL2000 publishe SQL2000 and SQL7 subscriber The insert trigger on one of my merge replications mysteriously changed from sp_insxxxxxxxxxxx to ap_insxxxxxxxxxxxxxxx I then started receiving conflicts from the subscribers saying a record could not be inserted because the trigger ap_insxxxxxxxx ...more >>

Fastest replication topology
Posted by nospam at 1/8/2004 12:15:53 AM
Hello All - I need the fastest method to replicate data in a central database to subscribers. I have a beta version of the app using merge replication. With just 2 or 3 users, it takes approx. 3 or 4 seconds for the subscribers to be updated. This is a Wall St. app and time is critical. ...more >>


DevelopmentNow Blog