Is this 2000 Visual Basic code (book) any good for SQL Server 2008 R2

Answered Is this 2000 Visual Basic code (book) any good for SQL Server 2008 R2

All Replies

  • Wednesday, November 28, 2012 7:17 PM
    Moderator
     
     Answered

    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.

    Brandon Williams (blog | linkedin)