<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tech Blog &#187; MSSql</title>
	<atom:link href="http://informationideas.com/news/category/mssql/feed/" rel="self" type="application/rss+xml" />
	<link>http://informationideas.com/news</link>
	<description>Using technology to help your business</description>
	<lastBuildDate>Tue, 06 Dec 2011 06:39:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Running stored procedures on MSSQL via any language on Linux</title>
		<link>http://informationideas.com/news/2011/03/11/running-stored-procedures-on-mssql-via-any-language-on-linux/</link>
		<comments>http://informationideas.com/news/2011/03/11/running-stored-procedures-on-mssql-via-any-language-on-linux/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 23:48:14 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[MSSql]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://informationideas.com/news/?p=170</guid>
		<description><![CDATA[If you need to run store procedures on Microsoft SQL Server on perl, php, ruby, etc., you need to configure /etc/freetds/freetds.conf with the server connection information. Specifically, specify the tds version to be 8.0. Something like the following. /etc/freetds/freetds.conf [Server80] host = domain.com port = 1433 tds version = 8.0 Connection to the server via [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><p>If you need to run store procedures on Microsoft SQL Server on perl, php, ruby, etc., you need to configure /etc/freetds/freetds.conf with the server connection information. Specifically, specify the tds version to be 8.0. Something like the following.</p>
<p>/etc/freetds/freetds.conf<br />
<code><br />
[Server80]<br />
        host = domain.com<br />
        port = 1433<br />
        tds version = 8.0<br />
</code></p>
<p>Connection to the server via php would look like this.<br />
<code><br />
$link = mssql_connect("Server80", "user", "pass");<br />
</code></p>
<div class="shr-publisher-170"></div><!-- Start Shareaholic LikeButtonSetBottom --><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://informationideas.com/news/2011/03/11/running-stored-procedures-on-mssql-via-any-language-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scaling down from MS to open source</title>
		<link>http://informationideas.com/news/2011/03/03/scaling-down-from-ms-to-open-source/</link>
		<comments>http://informationideas.com/news/2011/03/03/scaling-down-from-ms-to-open-source/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 00:37:31 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[MSSql]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[our development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[VM]]></category>

		<guid isPermaLink="false">http://informationideas.com/news/?p=167</guid>
		<description><![CDATA[We just moved a service that was running on the Microsoft stack (Windows Server 2008, .NET, MSSql Server, IIS) to an open source stack (Ubuntu Server, php, Codeigniter framework, apache2, postgres). We now run the service on a cloud server with dual cpu and 256MB ram (Yes, that's megabytes). The old server ran on dual [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><p>We just moved a service that was running on the Microsoft stack (Windows Server 2008, .NET, MSSql Server, IIS) to an open source stack (Ubuntu Server, php, Codeigniter framework, apache2, postgres). </p>
<p>We now run the service on a cloud server with dual cpu and 256MB ram (Yes, that's megabytes).</p>
<p>The old server ran on dual core with 2GB of ram.</p>
<div class="shr-publisher-167"></div><!-- Start Shareaholic LikeButtonSetBottom --><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://informationideas.com/news/2011/03/03/scaling-down-from-ms-to-open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to do that Mysql thing in MSSql?</title>
		<link>http://informationideas.com/news/2009/04/29/how-to-do-that-mysql-thing-in-mssql/</link>
		<comments>http://informationideas.com/news/2009/04/29/how-to-do-that-mysql-thing-in-mssql/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 17:15:49 +0000</pubDate>
		<dc:creator>frank</dc:creator>
				<category><![CDATA[MSSql]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://informationideas.com/news/?p=87</guid>
		<description><![CDATA[Ever wonder how to translate something you normally do between Mysql and MSSql? Here is a good list of parity between the two. Also, one section left open by that article is date formatting. After reading that, you can see why it was left out. It is quite a topic on its own. Date Formats [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><p>Ever wonder how to translate something you normally do between Mysql and MSSql?<br />
<a href="http://www.x7media.com/resources/SQL_Differences_Between_Microsoft_SQL_Server_and_MySQL.asp">Here is a good list of parity between the two.</a></p>
<p>Also, one section left open by that article is date formatting.  After reading that, you can see why it was left out.  It is quite a topic on its own.<br />
<a href="http://www.sql-server-helper.com/tips/date-formats.aspx">Date Formats in MSSql</a></p>
<div class="shr-publisher-87"></div><!-- Start Shareaholic LikeButtonSetBottom --><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://informationideas.com/news/2009/04/29/how-to-do-that-mysql-thing-in-mssql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.468 seconds -->

