This project brings together several utility classes to do a few specific things with SQL Server.
Nuget package: SqlServer.Util.Library
-
BulkInsert makes it easy to copy lots of rows within or across connections.
walkthrough | source -
SqlMigrator provides cloning or "deep copy" functionality.
walkthrough | source | test
My Zinger project uses this with its Data Migrator feature.
- ViewMaterializer provides a way to optimize slow views by leveraging SQL Server change tracking.
walkthrough | source | test