Sign in
SQL's Corner
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Tags
Merge
Peformance
Recommended Books
Replication
Replication - Mobile
Replication Errors
SQL Engine
SQL Nexus
Transactional
YOUR questions
Archive
Archives
January 2012
(2)
December 2011
(1)
October 2011
(2)
September 2011
(3)
August 2011
(2)
June 2011
(4)
May 2011
(1)
July 2010
(1)
June 2010
(1)
May 2010
(1)
March 2010
(1)
February 2010
(1)
January 2010
(5)
November 2009
(3)
October 2009
(2)
September 2009
(5)
July 2009
(1)
June 2009
(3)
May 2009
(4)
April 2009
(10)
TechNet Blogs
>
SQL's Corner
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SQL's Corner
Replication: Stream_Blob_Columns enabled by default when Filestream is enabled
Posted
over 1 year ago
by
clsilva
0
Comments
http://support.microsoft.com/kb/2647118
SQL's Corner
REPLICATION: Oracle publication triggers sends data for non-published columns when replicating with Microsoft SQL Server
Posted
over 1 year ago
by
clsilva
0
Comments
http://support.microsoft.com/kb/2310152
SQL's Corner
REPLICATION: Load Test Platform for Merge Replication
Posted
over 2 years ago
by
clsilva
0
Comments
Zen4Sync is all about providing an Orchestration and Load Test platform able to validate any SQL Server Merge Replication based Architecture. http://zen4sync.codeplex.com/
SQL's Corner
Replication: Watch out for STREAM_BLOB_COLUMNS when setting up replication on your SQL 2008 + server
Posted
over 2 years ago
by
clsilva
0
Comments
When setting up merge replication on your SQL 2008 + server, please be careful with the parameter STREAM_BLOB_COLUMN. By default, this option is set to FALSE, as explained here in BOL: [ @stream_blob_columns= ] 'stream_blob_columns' Specifies that...
SQL's Corner
Replication: If sql_variant column includes a value with new datetime type, the value is replicated as base type nvarchar even if schema option 0x200000000 is not set
Posted
over 2 years ago
by
clsilva
0
Comments
Problem: If sql_variant column includes a value with new datetime type, the value is replicated as base type nvarchar even if schema option 0x200000000 is not set during the application of the SNAPSHOT (only). After the snapshot has been applied...
SQL's Corner
Replication: XML data loss occurs when Merge agent fails with Violation of Foreign Key
Posted
over 2 years ago
by
clsilva
0
Comments
Problem : Consider the following scenario: You use a merge publication operation to replicate XML data in Microsoft SQL Server 2005, in Microsoft SQL Server 2008, or in Microsoft SQL Server 2008 R2. A foreign key violation error occurs in...
SQL's Corner
Replication: What is the difference between Database Compatibility Mode and Publication Compatibility Mode
Posted
over 2 years ago
by
clsilva
0
Comments
Database Compatibility Mode : Compatibility level affects behaviors only for the specified database , not for the entire server. Compatibility level provides only partial backward compatibility with earlier versions of SQL Server. Use compatibility...
SQL's Corner
Replication: Snapshot agent execution causes system Available Memory to drop to 0 and possibly fail
Posted
over 2 years ago
by
clsilva
0
Comments
Problem : While running the snapshot agent, the available memory of the server goes down to 0 and snapshot may even fail. Should the snapshot complete, the memory is released very slowly. Cause : This is because in the current design (SQL 2005...
SQL's Corner
Replication: Error "You can only specify the READPAST lock in the READ COMMITTED or REPEATABLE READ isolation levels" generated when altering published table columns
Posted
over 2 years ago
by
clsilva
0
Comments
Problem : Error " You can only specify the READPAST lock in the READ COMMITTED or REPEATABLE READ isolation levels " generated when altering published table columns in a transactional replication. Cause : Unable to alter columns on Published...
SQL's Corner
Replication: Merge Performance Tip
Posted
over 2 years ago
by
clsilva
0
Comments
Problem : Publisher: SQL Server 2008 Subscriber: SQL Server Compact 3.5 Merge Replication Performance issue when using keep_partition_changes or precomputed partitions Cause : There could be many causes to this and analysis...
SQL's Corner
Replication: Fake Conflicts?
Posted
over 2 years ago
by
clsilva
0
Comments
One problem that is hard to resolve / understand is fake conflicts within a merge replication topology. Looking at a scenario in which fake conflicts were occurring, we saw that following: Our affected subscriber is synchronizing with 2 publications...
SQL's Corner
Note to all Readers
Posted
over 2 years ago
by
clsilva
0
Comments
Seems like there was an issue with the comments for this blog - I wasn’t getting notified and hence never got to respond. My apologies to all those that commented and never got a reply. If you do have a comment, please do not hesitate to e...
SQL's Corner
REPLICATION: My distribution agent generates a dump when replicating with my Oracle Subscriber
Posted
over 2 years ago
by
clsilva
0
Comments
PROBLEM : I have a SQL Server 2005 replicating with an Oracle 11 subscriber. After installing the OLEDB driver for Oracle 11, a minidump is created every time the distributor tries to connect to Oracle: Distrib.exe crashes with STACK_OVERFLOW exception...
SQL's Corner
Replication: The row was not found at the Subscriber when applying the replicated command - Error 20598
Posted
over 2 years ago
by
clsilva
0
Comments
Problem : I have a transactional replication topology that consists of SQL 2005 and SQL 2000. I managed to generate the snapshot but when I try to apply it on the subscribers, I get the following error: Error number 20598: " The row was not found...
SQL's Corner
Replication: Unable to Synchronize subscribers via Web Synchronization
Posted
over 2 years ago
by
clsilva
0
Comments
Problem : The upload message to be sent to Publisher 'XXX' is being generated The merge process is using Exchange ID 'XXXXX' for this web synchronization session. No data needed to be merged. Request message generated, now making it ready...
SQL's Corner
Replication: Issue with setting up Transactional Replication with Updatable Subscribers and NFR Triggers
Posted
over 3 years ago
by
clsilva
0
Comments
Problem : I have set up a Transactional Replication with Updatable Subscribers on my SQL 2005 server and created user triggers on the Publisher database. These triggers have been configured with “not for replication”. I update my subscriber...
SQL's Corner
CDC: CDC Hangs when I try to disable it
Posted
over 3 years ago
by
clsilva
0
Comments
Problem Description : SQL Server 2008 SP1 Transactional Replication CDC enabled I have an issue that occurs while trying to disable CDC on one of my databases. When I execute the system stored procedure sys.sp_cdc_disable_db, the procedure will hang waiting...
SQL's Corner
Replication: SQLCESALOG: Is it possible to change the number of files and the size of each?
Posted
over 3 years ago
by
clsilva
0
Comments
Yes it is. Following the following KB article: http://support.microsoft.com/kb/955968 In SP1 for SQL Server Compact 3.5 is different from previous versions. Please check KB article for differences. MaxLogFileSize and MaxPreviousLogFiles...
SQL's Corner
Replication: Merge Fails with error : “The process could not increment the lineage version”
Posted
over 3 years ago
by
clsilva
1
Comments
I have come across this interesting issue in which we have the following scenario: Merge Replication All servers are running SQL 2008 When merge replication is processing certain published articles, we see that the merge agent is blocked, and...
SQL's Corner
Replication: My merge agent keeps “dropping and creating” my newly added articles!!!
Posted
over 3 years ago
by
clsilva
0
Comments
Problem : Consider the following scenario: You add a new article(s) to an existing publication in your merge replication environment and Your merge agent uses '-ParallelUploadDownload' parameter with a value of 1 for synchronization. Note...
SQL's Corner
Replication: The schema script could not be propagated
Posted
over 3 years ago
by
clsilva
0
Comments
Problem : I create a SQL Server 2005 replication topology on my Windows 2003 server. Everything synchronizes fine. I then go and add a default constraint to an article. Subscriber is synchronized and the default constraint is propagated to the...
SQL's Corner
SQL Server: SQL Server and Windows “End of Support” Dates
Posted
over 3 years ago
by
clsilva
0
Comments
http://blogs.msdn.com/psssql/archive/2010/01/08/important-sql-server-and-windows-end-of-support-dates-you-should-know-about.aspx taken from the blog above, this information is important for all to know: Important SQL Server and Windows “End of Support...
SQL's Corner
Replication: Access Permission Error when generating Dynamic Snaphot
Posted
over 3 years ago
by
clsilva
0
Comments
Problem : My snapshot agent fails to create a dynamic snapshot for a subscriber in my Merge replication environment. Each subscriber is supposed to receive the snapshot based on their login account. Each account is explicitly added to a group which...
SQL's Corner
Replication: Transactional Replication Over WAN
Posted
over 3 years ago
by
clsilva
1
Comments
A lot of users have wondered about the performance latency transactional replication suffers over WAN. After analyzing / discussing this within the teams, here are the main points one should take into consideration when deciding / testing this type...
SQL's Corner
Happy New Year Readers
Posted
over 3 years ago
by
clsilva
0
Comments
Happy New Year Readers! May the best moments of 2009, be the worst of 2010 are my wishes to you all :)
Page 1 of 3 (53 items)
1
2
3