-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Adam O'Neil edited this page Jan 3, 2020
·
5 revisions
This project brings together several utility classes to do some nifty things with SQL Server.
Nuget package: SqlServer.Util.Library
- BulkInsert makes it easy to copy rows lots of rows within or across connections. source
- SqlMigrator provides cloning or "deep copy" functionality. source
- ViewMaterializer provides a way to optimize slow views by leveraging SQL Server change tracking. source