<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://codeprairie.net/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>Connecting to SQL Server 2005 with Ruby Sequel</title><link>http://codeprairie.net/blogs/chrisortman/archive/2007/08/10/connecting-to-sql-server-2005-with-ruby-sequel.aspx</link><description>So here I was wanting to query some database tables that get populated during our build process and then modify some text files / source control based on what&amp;#39;s in the table. Seemed like a good excuse to use some ruby but low and behold ActiveRecord</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>re: Connecting to SQL Server 2005 with Ruby Sequel</title><link>http://codeprairie.net/blogs/chrisortman/archive/2007/08/10/connecting-to-sql-server-2005-with-ruby-sequel.aspx#19985</link><pubDate>Wed, 19 Aug 2009 20:06:23 GMT</pubDate><guid isPermaLink="false">73a4aa19-1c0c-4438-a31e-8c1402e1ba60:19985</guid><dc:creator>Scott</dc:creator><description>&lt;p&gt;Will this work on a Mac? &amp;nbsp; I&lt;/p&gt;
&lt;img src="http://codeprairie.net/aggbug.aspx?PostID=19985" width="1" height="1"&gt;</description></item><item><title>re: Connecting to SQL Server 2005 with Ruby Sequel</title><link>http://codeprairie.net/blogs/chrisortman/archive/2007/08/10/connecting-to-sql-server-2005-with-ruby-sequel.aspx#221</link><pubDate>Fri, 10 Aug 2007 20:44:06 GMT</pubDate><guid isPermaLink="false">73a4aa19-1c0c-4438-a31e-8c1402e1ba60:221</guid><dc:creator>Sharon Rosner</dc:creator><description>&lt;p&gt;Hi chriso&lt;/p&gt;
&lt;p&gt;I added a convenience method so you won't have to write all this convoluted code. Just upgrade your copy of sequel to version 0.1.9.3 and try the following:&lt;/p&gt;
&lt;p&gt;db = Sequel.dbi 'ADO:Provider=SQLNCLI; Data Source=(local)\\sqlexpress;Integrated Security=SSPI'&lt;/p&gt;
&lt;p&gt;best&lt;/p&gt;
&lt;p&gt;Sharon&lt;/p&gt;
&lt;img src="http://codeprairie.net/aggbug.aspx?PostID=221" width="1" height="1"&gt;</description></item></channel></rss>