I am looking for a .NET library for programmatically generating tables, stored procedures, views and relationships against an SQL 2008 database. Other than raw ADO.NET, what are my options?
I am looking for a .NET library for programmatically generating tables, stored procedures, views
Share
SQL Server Management Objects (SMO) comes with SQL Server out of the box.