Programmatically creating tables in SQL Server using .NET and SMO
SMO (SQL Server Management Objects) is a .NET based object library for programming all aspects of managing Microsoft SQL Server. Replication Management Objects (RMO) is another library that encapsulates SQL Server replication management. SMO assemblies are shipped with SQL Server...
