<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Developer hearted / Relational minded : SMO</title><link>http://blogs.msdn.com/jenss/archive/tags/SMO/default.aspx</link><description>Tags: SMO</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Script out Jobs in SQL Server</title><link>http://blogs.msdn.com/jenss/archive/2009/01/27/script-out-jobs-in-sql-server.aspx</link><pubDate>Tue, 27 Jan 2009 23:45:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9377236</guid><dc:creator>Jens K. Suessmeyer</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/jenss/comments/9377236.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jenss/commentrss.aspx?PostID=9377236</wfw:commentRss><description>Do you want to script out the jobs available in SQL Server Agent ? There a many ways to skin the cat. The probably easiest one is to us the built in functionality of SSMS. Simply select all the jobs (doing a STRG+A on the Object Explorer list) and choose...(&lt;a href="http://blogs.msdn.com/jenss/archive/2009/01/27/script-out-jobs-in-sql-server.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9377236" width="1" height="1"&gt;</description><enclosure url="http://blogs.msdn.com/jenss/attachment/9377236.ashx" length="54706" type="application/x-zip-compressed" /><category domain="http://blogs.msdn.com/jenss/archive/tags/SQL+Server+2008/default.aspx">SQL Server 2008</category><category domain="http://blogs.msdn.com/jenss/archive/tags/SQL+Server+2005/default.aspx">SQL Server 2005</category><category domain="http://blogs.msdn.com/jenss/archive/tags/SQL+Server+2000/default.aspx">SQL Server 2000</category><category domain="http://blogs.msdn.com/jenss/archive/tags/SMO/default.aspx">SMO</category><category domain="http://blogs.msdn.com/jenss/archive/tags/SQL+Server+Agent/default.aspx">SQL Server Agent</category></item><item><title>Get all system databases of a server</title><link>http://blogs.msdn.com/jenss/archive/2008/07/16/get-all-system-databases-of-a-server.aspx</link><pubDate>Wed, 16 Jul 2008 13:06:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8738139</guid><dc:creator>Jens K. Suessmeyer</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/jenss/comments/8738139.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jenss/commentrss.aspx?PostID=8738139</wfw:commentRss><description>The easiest way for querying all system databases of a server is to assume that databases create by a user come with a database_id &amp;gt;= 5 in sys.databases. But the problem is that distribution databsaes will not be kept into this consideration. Therefore...(&lt;a href="http://blogs.msdn.com/jenss/archive/2008/07/16/get-all-system-databases-of-a-server.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8738139" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jenss/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://blogs.msdn.com/jenss/archive/tags/T-SQL/default.aspx">T-SQL</category><category domain="http://blogs.msdn.com/jenss/archive/tags/SMO/default.aspx">SMO</category></item><item><title>Changing the Login / Authentication Mode programmtically via SMO</title><link>http://blogs.msdn.com/jenss/archive/2008/05/07/changing-the-login-authentication-mode-programmtically-via-smo.aspx</link><pubDate>Wed, 07 May 2008 21:14:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8466439</guid><dc:creator>Jens K. Suessmeyer</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/jenss/comments/8466439.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jenss/commentrss.aspx?PostID=8466439</wfw:commentRss><description>Here are some instructions how to change the Login / authentication mode via Code. It just uses plain SMO capabilites: After this you will have to make sure that the Service is restarted, if you want this to do via SMO look at the following sample. You...(&lt;a href="http://blogs.msdn.com/jenss/archive/2008/05/07/changing-the-login-authentication-mode-programmtically-via-smo.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8466439" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jenss/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://blogs.msdn.com/jenss/archive/tags/.Net/default.aspx">.Net</category><category domain="http://blogs.msdn.com/jenss/archive/tags/SMO/default.aspx">SMO</category></item></channel></rss>