Sanjay's Coding TipsThis is where I keep track of little programming tips and cool tools I come across on the web. The occasional political rants are also thrown in.SqlDMO.Net -- .Net wrapper library of SQL-DMO for managing MS-SQL databases- February 20, 2007 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...http://sastools.com/b2/post/79394318 |