Bart's Software Cookbook Logo
  • About Me
Navigation bar avatar

My Software Cookbook


Architect, Developer, Coach, Problem Solver
  • Making MFC controls available for WinForms through MFC subclassing

    Posted on November 24, 2008

    When trying to figure out how to use some of my MFC controls in a WinForms application, I came across this article by Rama Krishna Vavilala. As his article was targetting the .NET 1.1 framework, I decided to rework it for .NET 2.0. The main difference is the switch from... [Read More]
    Tags:
    • MFC
    • Controls
    • C++/CLI
  • Deleting absent, updating existing and inserting new rows in a table

    Posted on November 19, 2008

    Synchronizing a table based on a flat files is one of the more common tasks when dealing with databases. It should be a straight forward task to delete removed records, update changed records and insert new records but I often encounter horrible ways of achieving this goal. In this post,... [Read More]
    Tags:
    • SQL Server
  • Scripting with SQL Server Management Objects

    Posted on September 5, 2008

    When I needed to move about 28500 stored procedures from a SQL Server 2000 to a SQL Server 2005, I turned to the SQL Server Management Studio. It didn't offer any option to move the stored procedures but it did allow to script them to a text file. I launched... [Read More]
    Tags:
    • SQL Server
    • SMO
  • Stand-Alone DTS Designer on SQL Server 2005

    Posted on September 3, 2008

    This article describes how to open the DTS Designer for SQL Server 2005 programmatically. It eliminates the need to open the SQL Server Management Studio if you just need to edit a DTS that was saved as a structured storage file. I’m building a command line utility in C# that... [Read More]
    Tags:
    • DTS
    • Designer
    • SQL Server
  • Stand-Alone DTS Designer on SQL Server 2000

    Posted on August 13, 2008

    This article describes how to open the DTS Designer for SQL Server 2000 programmatically. It eliminates the need to open the SQL Server Enterprise Manager if you just need to edit a DTS that was saved as a structured storage file. In this article I'm building a command line utility... [Read More]
    Tags:
    • DTS
    • Designer
    • SQL Server
  • ← Newer Posts
  • Email me
  • GitHub
  • LinkedIn
  • StackOverflow
  • YouTube

Bart Jolling  •  2025  •  Bart's Software Cookbook

Powered by Beautiful Jekyll