<?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>Jordan Ogren &#187; Microsoft</title>
	<atom:link href="http://www.jordanogren.com/tag/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jordanogren.com</link>
	<description>Photography, Web Design, and Music</description>
	<lastBuildDate>Mon, 30 Aug 2010 16:21:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Execute Oracle procedure from Sql Server</title>
		<link>http://www.jordanogren.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.jordanogren.com%2Fexecute-oracle-procedure-from-sql-server%2F&amp;seed_title=Execute+Oracle+procedure+from+Sql+Server&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=execute-oracle-procedure-from-sql-server</link>
		<comments>http://www.jordanogren.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.jordanogren.com%2Fexecute-oracle-procedure-from-sql-server%2F&amp;seed_title=Execute+Oracle+procedure+from+Sql+Server#comments</comments>
		<pubDate>Wed, 23 Dec 2009 21:53:06 +0000</pubDate>
		<dc:creator>Jordan Ogren</dc:creator>
				<category><![CDATA[Geekiness]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.jordanogren.com/?p=1146</guid>
		<description><![CDATA[This took me a while to figure out, and there wasn&#8217;t good results from Google. So here&#8217;s the answer, for those who happen to find this. EXEC('call Schema.ProcedureName()') at LINKED_ORACLE_SERVER Make sure you&#8217;ve enabled RPC on your linked server too.]]></description>
			<content:encoded><![CDATA[<p>This took me a while to figure out, and there wasn&#8217;t good results from Google. So here&#8217;s the answer, for those who happen to find this.</p>
<p><code>EXEC('call Schema.ProcedureName()') at LINKED_ORACLE_SERVER</code> </p>
<p>Make sure you&#8217;ve enabled RPC on your linked server too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jordanogren.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.jordanogren.com%2Fexecute-oracle-procedure-from-sql-server%2F&amp;seed_title=Execute+Oracle+procedure+from+Sql+Server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The DBA in the clouds</title>
		<link>http://www.jordanogren.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.jordanogren.com%2Fthe-dba-in-the-clouds%2F&amp;seed_title=The+DBA+in+the+clouds&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=the-dba-in-the-clouds</link>
		<comments>http://www.jordanogren.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.jordanogren.com%2Fthe-dba-in-the-clouds%2F&amp;seed_title=The+DBA+in+the+clouds#comments</comments>
		<pubDate>Thu, 12 Mar 2009 03:58:11 +0000</pubDate>
		<dc:creator>Jordan Ogren</dc:creator>
				<category><![CDATA[Geekiness]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.jordanogren.com/?p=705</guid>
		<description><![CDATA[Recently in the IT blogosphere, there&#8217;s been a lot of talk about cloud computing, especially in connection with Microsoft&#8217;s new initiative Azure.  The announcement of SQL Server available in the cloud has caused some turmoil in my field of database administration. SQL Data Services will offset the responsibility of hosting, installing, configuring, and otherwise administrating the server as [...]]]></description>
			<content:encoded><![CDATA[<p>Recently in the IT blogosphere, there&#8217;s been a lot of talk about <a href="http://en.wikipedia.org/wiki/Cloud_computing">cloud computing</a>, especially in connection with Microsoft&#8217;s new initiative <a href="http://www.microsoft.com/azure/default.mspx">Azure</a>.  The <a href="http://blogs.msdn.com/ssds/archive/2009/03/10/9469228.aspx">announcement</a> of SQL Server available in the cloud has caused some turmoil in my field of database administration. <a href="http://www.microsoft.com/azure/data.mspx">SQL Data Services</a> will offset the responsibility of hosting, installing, configuring, and otherwise administrating the server as we are akin to. I have mostly avoided all the DBA rants regarding the prospect of loosing jobs to the SDS cloud, for the reason that is succinctly explained in the excerpt below.</p>
<blockquote><p>Why do I think things will be fine? Because data is King. And those that know how to move data, and get data to the right people, in the right way, at the right time, will always have a job. So, maybe having your database servers in the cloud means we do not have to worry about backups, tape storage, etc. Fine, I don’t care about that piece of being a DBA anyway. But you are still going to need someone that understands the tools involved in making your systems and processes work efficiently and correctly.</p></blockquote>
<p>The <a title="Having your head in the cloud is better than up your ass..." href="http://baconbitsandbytes.com/archive/2009/03/having-your-head-in-the-cloud-is-better-than-up-your-ass/">full article</a>, found over at <a href="http://www.baconbitsandbytes.com/">BaconBitsAndBytes.com</a>, is a witty (and potentially NSFW/offensive) article by a smart DBA and I highly recommend following the advice.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jordanogren.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.jordanogren.com%2Fthe-dba-in-the-clouds%2F&amp;seed_title=The+DBA+in+the+clouds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
