Is this 2000 Visual Basic code (book) any good for SQL Server 2008 R2
-
Wednesday, November 28, 2012 6:40 PM
This book has code on a CD. I haven't got the book in printed form. Question: How useful would this book be to me in developing a custom conflict resolver for Merge replication in SQL Server 2008 R2, cost $3.75. The metods are discribed in the book.
Microsoft SQL Server 2000 Resource Kit
by Microsoft CorporationChapter 30: Creating Merge Replication Custom Conflict Resolvers Using Visual Basic
http://technet.microsoft.com/en-us/library/aa902635(v=SQL.80).aspxThanks,
- Edited by Software Engineering Stuff Wednesday, November 28, 2012 6:43 PM
- Edited by Software Engineering Stuff Thursday, November 29, 2012 5:02 PM
All Replies
-
Wednesday, November 28, 2012 7:17 PMModerator
I would say yes, the book is probably good for demonstrating how to utilize the API to build native COM resolvers. One benefit of COM-based resolvers is that they offer column level version information.
With that said, the recommended approach is to build managed code assemblies by using the business logic handler framework.
- Marked As Answer by Software Engineering Stuff Wednesday, November 28, 2012 8:50 PM
- Unmarked As Answer by Software Engineering Stuff Wednesday, November 28, 2012 8:50 PM
- Marked As Answer by Software Engineering Stuff Thursday, November 29, 2012 1:19 PM

