哪吒机器人提醒:

提醒:Sanjay's Coding Tips
【标题】SqlDMO.Net -- .Net wrapper library of SQL-DMO for managing MS-SQL databases
【摘要】SQLDMO.NET is a very handy little (free, open-source) wrapper library that I ran across recently that makes it much simpler to interop with the SQL-DMO COM object. DMO (or Database Management Object) is a very handy object which lets you directly manage a Microsoft SQL server (7.0 or 2000) to do actions like what are listed below. I use it primarily for database versioning my .NET program. When the program starts up, it queries the database to check the version and based on that, it will create... (04-09 12:13)