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 2006 > threads for january 15 - 21, 2006

Filter by week: 1 2 3 4 5

what is sp_MScheckexistsgeneration?
Posted by SouRa at 1/21/2006 12:27:01 AM
declare @P1 int set @P1=121 exec sp_MScheckexistsgeneration '633C29DB-678E-46C0-AD3A-E1609F33EC8D', @P1 output select @P1 We are testing merge replication for a database where the database can be accessed using a web-based application. We noticed that the above procedure is getting executed...more >>


attaching subscription database woes
Posted by astro at 1/20/2006 7:42:44 PM
I'm trying to get to a point where I can implement structural changes to a merge replication system. My plan is to ship copies of a subscription database to enduser outside the corp firewall and write some code to load the new subscription database. I've done the following: 1. create a su...more >>

Replicating All schema
Posted by Roy Goldhammer at 1/20/2006 3:27:23 PM
Hello there In snapshot replication, all the tables that replicated are being created whith the schema on the publisher All the properties of the tables are being transfered exept: Primary key and constraints Is there a way to transfare this data also? ...more >>

Schema changes to subscriber
Posted by David at 1/20/2006 2:51:14 PM
How do schema changes actually get to the subscriber? I need to do an ALTER TABLE to add columns to a table on the Publisher and have the subscribers pick up the change AFTER they synch/upload their data changes. We are doing Merge replication to anonymous laptop subscribers. I am hoping th...more >>

Replication Performance
Posted by GC at 1/20/2006 11:50:02 AM
Hi, I made a vb.net application that create a subscriber and subscribe it to an article that I have created. Yesterday when I start this application it took 2 minutes to create the subscriber and copy the database from the publisher to the subscriber Today I start the same application b...more >>

editing a tables column part of snapshot replication problem
Posted by Sammy at 1/20/2006 11:26:03 AM
I have to edit a column in a table which is part of replication I have first tried to drop the article first but get the following error. Does this sound like a serious error in the system. I have also gone into EM and tried to untick the table in the articles section of the publication but it...more >>

Deleting the Subscribers
Posted by Santhosh at 1/20/2006 10:59:01 AM
Hi, I have set up a transaction replication. I tried to remove the subscription. I deleted the subscription using EM in the repliaction properties, even then when I go back and see the subscription server, I still see the subscriptions out there. I have a distributor in which the replication ...more >>

Modifing values from one database to another
Posted by Lina Manjarres at 1/20/2006 8:26:06 AM
I have several databases in a merge replication. there are two servers linked so i can send data from one to the other. I mean Server Fenix is linked to Neptune. Neptune is replicating an Feniz is the Replicator. When one table in one of the remote computers is changed the trigger make pri...more >>



Replication SQL Server 2005 <-> SQL Server 2005 Express
Posted by Roby Eisenbraun Martins at 1/20/2006 7:42:03 AM
Hi, I'm Roby Eisenbraun Martins. I'm a C++, VB, C# developer. I'm developing a new application that requires work off-line from the database. I'm trying to work with SQL server 2005 replication, copying the data to a SQL Express database ( .mdf ), work off-line and then mer...more >>

RDA question
Posted by prefect at 1/19/2006 6:01:46 PM
i am using a combination of PULL and SubmitSql to synchronize data between PPC and back-end Server. I save the INSERT/UPDATE clauses in the PPC to send with SubmitSql later. Clients use GPRS. I am thinking to send the SQL scripts partially. it seems that sending one by one would be costly ...more >>

Replication errors - vicious circle
Posted by TahoePete at 1/19/2006 5:27:03 PM
When I try to create a transactional publication, when I select the table I want to replicate, I get the error "This table cannot be published because it does not have a primary key column. Primary key columns are required for all tables in transactional publications". Then When I try to ma...more >>

Change QueryTimeout
Posted by David Chase at 1/19/2006 5:03:28 PM
How do I change the value in QueryTimeout? I have some wireless laptops that are timing out sometimes when they synch. Thanks. David ...more >>

@bitmap was not supplied to upd procedure in transactional
Posted by SQL Replication Guy at 1/19/2006 12:50:03 PM
Initially when I had setup my transactional replication I had created it with out taking a snapshot and by synching the databases. Now I am trying to add new table to one of my existing publication in production by creating scripts for ins, upd and del in test server and deploying it to sub...more >>

Replication
Posted by Roger Nygård at 1/19/2006 11:46:12 AM
Mssql 2005 - Mssql2000 I try to create a "Transactional publication with updatable subscriptions:" But I can see that all tables cet an added colunm "msrepl_tran_version" Is it possible to replicate 2-way that wil not add this column (msrepl_tran_version)? What will happen if I set up "T...more >>

Transactional Replication
Posted by Roger Nygård at 1/19/2006 11:15:47 AM
Mssql 2005 - Mssql2000 I try to create a "Transactional publication with updatable subscriptions:" But I can see that all tables cet an added colunm "msrepl_tran_version" Is it possible to replicate 2-way that wil not add this column (msrepl_tran_version)? What will happen if I set up "T...more >>

Transactional replication with transform from 2000 to 2005
Posted by Steve at 1/19/2006 10:48:35 AM
I just had to add a 2005 subscription to a 2000 publication that required a transform for the original 2000 subscribers ( table and column names were different between publisher and subscriber). When I tried to add the 2005 subscription in the 2000 publisher I got an error in the wizard sayng ...more >>

Replication creates new triggers?
Posted by David Chase at 1/19/2006 10:37:11 AM
I have just created a Publication and now most or all of my triggers have been duplicated and given a name like ins_03FA9EAD39A54B18B6276581AA1F0C42. Is this doe in replication setup? Thanks. David ...more >>

integrity violation with merge replication
Posted by Steve B. at 1/19/2006 10:30:29 AM
Hello, I'm making some test of the Sql Ce Merge replication. The goal is to transfer a "per user" partition to devices. To problem I describe here occurs with Sql 2005 and Sql Mobile, but some old test showed that it occurs with Sql 2000 too and Sql Ce 2.0. I use the northwind DB with an ...more >>

SQL 2005 - Log Shipping with Multiple Subscribers
Posted by Eric at 1/19/2006 9:12:03 AM
Hello, Does SQL 2005 Std support multiple subscribers when utlizing log shipping? Thank you,...more >>

changing column type
Posted by Sammy at 1/19/2006 8:46:02 AM
Hi I have transactional replication and I need a tables column data type changed from char(30) to varchar(40). What would be the best way and least dangerous to edit this column and get it to replicate the changes succesfully. thanks for any advice Sammy ...more >>

FoxPro sql Replication
Posted by zorrove at 1/19/2006 8:42:05 AM
Hi there I wanted to know if thers is a way i can synchronize my foxpro database with sql server. this is what im doing know foxpro -> dts (delete,insert comands) -> backend sql database -> sql replication ->internet sql server. But the way i transfer the data from foxpro to sql is ins...more >>

Schema Changes at Subscriber
Posted by mkerrigan NO[at]SPAM ktoys.com at 1/19/2006 8:10:41 AM
What are the implications of database schema changes at the subscriber and not the publisher? We want to periodically synchronize our development databases with production data. There will be schema changes (addition of fields) to the subscriber that won't be promoted to the publisher until th...more >>

Replication that causes blocking of process
Posted by maxzsim via SQLMonster.com at 1/19/2006 7:33:39 AM
Hi , My Replication also got this timeout error while running the last command : {CALL sp_MSdel_SL030100 (N'BJX0047', N'26.01.06AF')} {CALL sp_MSins_SL030100 (N'BJX0047', N'26.01.06AF', N'535488', 2006-01-19 etc ..) i found out that SPid83 --> which is doing the sp_MSins_SL030100;1 is ...more >>

DTS and replication triggers
Posted by ravi lobo at 1/19/2006 6:07:02 AM
Generally If I use DTS to import data into a table which is in replication, data will not be replicated. (i.e. replication triggers will not be fired while using DTS!) This works fine for INSERTS! Is there any option in DTS which will NOT replicate the DELETES!...more >>

continuous replication
Posted by maxzsim via SQLMonster.com at 1/19/2006 2:59:44 AM
Hi, I have managed to set up continuous replication. However , i found out that when there error such as "general network error" the replication stopped. In such cases , won't it automatically re-do the synchronization ? and is there any way to allow auto-synchronization if the network be...more >>

SQL Server 2005 Schema Changes : Merge Replication
Posted by Russell Mangel at 1/18/2006 11:27:26 PM
I have been trying to find the limits of what Schema Changes I am allowed to make on a Merge Replicated Publication using SQL 2005. 1. Is it possible to rename a Table that is replicated using Merge Replication and have the schema replicated? 2. Is it possible to rename a Column that is repl...more >>

Merge Replication limit running in continuous mode
Posted by Sydney at 1/18/2006 4:03:03 PM
Hi, We have a customer site running merge replication with a publisher/distributer and 12 subscribers. All the merge agents are running in continuous mode. It seems that two of the agents are always failed, or don't last long. Is this directly related to the "number of concurrent merge pr...more >>

Sql serve clustering
Posted by mecn at 1/18/2006 3:59:48 PM
Hi, We are planning to have sql server failover clstering. Since server failover clustering is only for hardware redundancy not the databases. I still need 2 physical sql boxes(primary one is cluster server) by using replication or log shipping. My question is that why I need a expensice cl...more >>

changing owner of the subscriber
Posted by Roy Goldhammer at 1/18/2006 2:35:45 PM
Hello there Afrer i replicate my database, the tables that i replicated have been created with the owner of the user i've accessed to the subscriber database, instead of updating the data on my original tables that has dbo owner. Is there a way to use replication to update the dbo tables? ...more >>

restore to new hardware
Posted by CHeineken at 1/18/2006 1:27:04 PM
We wil be upgrading all of our sql servers to new hardware and from Windows 2000 to 2003. The servers are in a merge replication topology. We hope to keep the server names the same. It would be an extreme hardship to drop the publications and recreate them. Given these parameters, what is...more >>

Filtering with Replication
Posted by GC at 1/18/2006 1:20:03 PM
Hi, I have to replication a database with a merge replication type In that database there are 4 tables that I dont need on the subscribers I use a pull subscriptions I try to do a publication with out those tables but i received a message saying that those tables have dependencies on other...more >>

Question about sending a large db backup/restore then replicating
Posted by combfilter at 1/18/2006 12:24:20 PM
OK. lets say i have a 100gb db. I really just want to replicate 1 table within that db that is 65gb at like 100,000,000 rows(but who cares, we will use the entire db for this example). This is a production db that is constantly being updated. How would I be able to do something like a ...more >>

replication
Posted by Troy at 1/18/2006 10:31:14 AM
Hello, I'm a developer and I've inherited a sql environment that has 1 publisher, a distributor, and 12 subscribers. Several articles are published using transactional replication. I need to make a constraint change on a table that is published. Do I need to drop the publication and recrea...more >>

Replication Architecture: Design Issue and Validation
Posted by Philip Neufeld at 1/18/2006 9:24:39 AM
I would like some validation on a replication architecture. Business Context: We are deploying a custom .NET 2 application for an retail/distribution operation with 10 locations. The remote locations must have the ability to continue to operate even if the central site is unavailable (thes...more >>

Permission Issues On REPL folder
Posted by Rob at 1/18/2006 8:45:13 AM
I'm replicating a database from a SQL server in our DMZ to a server in the internal network. There is only a one way trust from internal box to external box (external box cannot see internal). I setup DMZ database as Publisher and Distributor. The internal box can only pull. When I initia...more >>

Adding trigger or Check contraint
Posted by Wingman at 1/18/2006 6:40:02 AM
We are using SQL 2K with sp4 and push subscription. If I add a trigger or a Check contraint (or other contraints) for a column in a table that is already published in the publishing database, do or don't I need to do anything in the subscriber database? Please explain the consequence if I ...more >>

Tables with FK and NFR
Posted by BaniSQL at 1/18/2006 4:41:03 AM
Hello all, I'm having problem with transactional replication - to replicate referencial intergity as well. I have database with 360 tables with 416 FK constraints containing "enforce relationship for replication". I want to use the transactional replication as part of disaster recovery pla...more >>

trans replication without indexses
Posted by benamis at 1/18/2006 3:16:59 AM
trans replication is it possible to replicate table without indexes to the subscriber’s table. lets say the source table has 20 columns with 10 indexes (1 clustered) and i want to replicate only 10 columns without any indexes [as i want to create them manually at the subscriber], but 5 in...more >>

SQL Server Replication stopped
Posted by Danny at 1/18/2006 2:20:03 AM
Hello All, I am trying to assist a client with a replication problem, We have 2 SQL Servers which are remote to each other and connected via a VPN Tunnel Replication between the two servers is working correctly However they have had various power outages and internet outages which has ...more >>

Large Table & Merge
Posted by Chris at 1/18/2006 12:36:02 AM
I added a large table to our merge pub, 3.4 million rows. Snapshot ran rather fast, merge agents pushed rows out to 7 subscribers quickly. All looking ok. Begin testing. Inserts at subscriber not being replicated. Look at merge agents, change profile to Verbose. They are all displaying 0 i...more >>

Table for last synchronization time?
Posted by dbussert NO[at]SPAM gmail.com at 1/17/2006 10:13:43 PM
I'm using SQL 2005 Standard and have a merge replication of 1 database with 3 tables being sent to multiple computers. I would like to display to the user in a web app when the last synchronization has occured. I assume time of the last replication for the database and/or tables is stored in ...more >>

How much inbound traffic should i receive to my distributor with transactional replication
Posted by combfilter at 1/17/2006 12:19:05 PM
I am reviewing my firewall logs and I have a boat load of inbound mssql data returning to my distributors as far as bytes received. Why would this be? Figured the traffic should be outbound only. tia -comb...more >>

sql data redundancy
Posted by mecn at 1/17/2006 11:04:07 AM
hi, all Sql data mirriring. There is any sql server drives mirriring. means that not only hardware redundency but the sql data redundancy. When users updating through front end apps, it updates the both mirriring drives. Is that true? Thanks ...more >>

The merge process could not initialize the subscription
Posted by bluefish at 1/17/2006 10:52:04 AM
Hi, I am new DBA doing my first replication troubleshooting. we have a log shipping application that takes a snap shot of the origin tables, and generate 4 articles. Four tables are then synchronized using a merge agent, which runs every hour to destination database. We have taken the lo...more >>

Log reader error
Posted by Hasan O. at 1/17/2006 10:13:26 AM
i am trying to set up a transactional replication using two machines : one machine (A) for dist. and subs. the other is publisher(B). log reader runs on machine A. and gives this error : SubSystem Message - Job 'B-pubmachine-1' (0xEB8B08C1E6E6F044A1DB28C5AFC8850C), step 2 - The process could...more >>

Join filters an generation ids
Posted by JorgenD at 1/17/2006 9:16:04 AM
Hi, In the flowering simplified example there is three tables. ProjectAssignmentTable, ProjectTable, and ProjectTransactionsTable. The idea is that an employee is assigned a project in the in the assignment table and he or she uses merge replication to replicate the project and transaction...more >>

Delete an old subscription from the subscriber?
Posted by Leah at 1/17/2006 8:29:23 AM
The publisher has been disabled. But on the subscriber, I'm unable to delete the subscription. It was a merge. I tried to use sp_dropmergesubscription, but I've been unable to find a good syntax example. And from which place do I run it? Thanks in advance for any help. Leah ...more >>

Replication from 2000 sp3 to 2005
Posted by savvaschr NO[at]SPAM nodalsoft.com.cy at 1/17/2006 3:08:50 AM
Hello All I just want to ask what are the changes , if there are any, of the Merge Replication Procces from sql server 2000 sp3 to sql server 2005. I am going to start a new project with handheld devices that are going to sync ona replicated database and i want to do it on sql 2005. I kno...more >>

Distribution agent schedule
Posted by Elena at 1/17/2006 1:54:02 AM
Hi, 1. I need to configure automatic stop of the distribution agent for transactional replication and start in 3 hours in order guys could run their reports on the replicated site. This means that distribution agent should run all the time except the time 7.00-10.00, stop automatic at 7.00 ...more >>

dbo.MSdistribution_history
Posted by ipramod NO[at]SPAM gmail.com at 1/16/2006 10:20:39 PM
Hi All, I want to know when dbo.MSdistribution_history table will be created and where it will be present (under master database or any other database)? I think this table will be created when you enable replication on your SQL Server and will reside under master database. Please c...more >>

Replication Troubles, Need Help Please
Posted by bwalke NO[at]SPAM lbrspec.com at 1/16/2006 11:50:56 AM
I am trying to setup replication in a server to server environment, and am using read only transactional replication to try and have a live and up to date version of our DB running on a second server, if perhaps the primary server would fail. Here is the setup: 2 Windows 2003 Servers both runn...more >>

Using Row Filter
Posted by GC at 1/16/2006 9:36:02 AM
Hi, I have one question concerning row filters. I use a row filter on a table by adding a "where" condition like Select ... From nyTable where id=1 I do this because this table is large and on the subscriber's side and we don't need it. I could just take out the table from the replica...more >>

the process could not query row metadata at the 'subscriber' (Sour
Posted by Lina Manjarres at 1/16/2006 9:26:05 AM
I have a replication system with 4 computers. All of them are sinchronizing perfect. I have 3 diferente publications with diferent articles in each. One of these machine is given an error message in one of the publications... the other publications on this machines are ok. the process could...more >>

subscription expires after 14 days
Posted by ravi lobo at 1/16/2006 1:46:03 AM
Since my merge agent was stopped for more than 14 days, when i try to start it now i am getting the message SUBSCRIPTION EXPIRED. How to solve this problem?...more >>

Replication between two servers without db_owner
Posted by Roy Goldhammer at 1/15/2006 1:18:36 PM
Hello there I have destination database which i'm not db_owner on it but guest The user i'm using to access between two servers is: 1. Source is connected by linked server to destination 2. on the destination none of the servers roles are active for the user i'm trying to access 3. the us...more >>


DevelopmentNow Blog