<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.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>Search results matching tags 'developer', 'SQL Server', and 'Link Lists'</title><link>http://sqlblog.com/search/SearchResults.aspx?o=DateDescending&amp;tag=developer,SQL+Server,Link+Lists&amp;orTags=0</link><description>Search results matching tags 'developer', 'SQL Server', and 'Link Lists'</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>SQL Server for the Oracle DBA Links</title><link>http://sqlblog.com/blogs/buck_woody/archive/2010/04/28/sql-server-for-the-oracle-dba-links.aspx</link><pubDate>Wed, 28 Apr 2010 14:29:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:24637</guid><dc:creator>BuckWoody</dc:creator><description>&lt;P&gt;I do a presentation (and a class) called "SQL Server for the Oracle DBA". It's a non-marketing overview that gives you the basics of working with SQL Server if you're already familiar wtih how Oracle works. This class and these links DO NOT help you with "Why should I use Oracle/SQL Server instead of Oracle/SQL Server" - I'll assume you're already there, and if not, there are LOTS of sites to help you make that decision. &lt;/P&gt;
&lt;P&gt;Although these links might contain slight marketing slants (I don't control them) I've tried to get the best links I can. Feel free to comment here to add more/better links.&lt;/P&gt;
&lt;P&gt;As such, these aren't links that help you work with Oracle - they are links to help you work with SQL Server. Some of them contain more information than you actually need, others don't have near enough. Taken together (and with the class) you're able to get done what you need to do.&lt;/P&gt;
&lt;P&gt;"Practical SQL Server for Oracle Professionals" - A Microsoft Whitepaper, probably the best place to get started: &lt;A href="http://download.microsoft.com/download/6/9/d/69d1fea7-5b42-437a-b3ba-a4ad13e34ef6/SQLServer2008forOracle.docx"&gt;http://download.microsoft.com/download/6/9/d/69d1fea7-5b42-437a-b3ba-a4ad13e34ef6/SQLServer2008forOracle.docx&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Free Training: &lt;A href="http://technet.microsoft.com/en-us/sqlserver/dd548020.aspx"&gt;http://technet.microsoft.com/en-us/sqlserver/dd548020.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Classroom training (will cost you): &lt;A href="http://www.microsoft.com/learning/en/us/course.aspx?ID=50068A&amp;amp;locale=en-us"&gt;http://www.microsoft.com/learning/en/us/course.aspx?ID=50068A&amp;amp;locale=en-us&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Terminology Differences: &lt;A href="http://www.associatedcontent.com/article/2383466/oracle_and_sql_server_basic_terminology.html"&gt;http://www.associatedcontent.com/article/2383466/oracle_and_sql_server_basic_terminology.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Datatype mapping between Oracle and SQL Server: &lt;A href="http://msdn.microsoft.com/en-us/library/ms151817.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms151817.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The "other" direction - can still be useful for the Oracle professional to see the other side: &lt;A href="http://blog.benday.com/archive/2008/10/23/23195.aspx"&gt;http://blog.benday.com/archive/2008/10/23/23195.aspx&lt;/A&gt; &lt;/P&gt;</description></item><item><title>Know Your Product Specifications</title><link>http://sqlblog.com/blogs/buck_woody/archive/2010/01/13/know-your-product-specifications.aspx</link><pubDate>Wed, 13 Jan 2010 14:57:01 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:21010</guid><dc:creator>BuckWoody</dc:creator><description>&lt;p&gt;As the Data Professional in your organization, the rest of the org looks to you to ensure that the system can handle what the business requires. To do that, you need to know two things: what the business requires, and what SQL Server can do.&lt;/p&gt;  &lt;p&gt;But of course there’s a bit more to it than that. Knowing the business side of the requirements – well, I teach an entire course on that. But knowing what SQL Server can do is something you can find out on your own.&lt;/p&gt;  &lt;p&gt;SQL Server comes in &lt;em&gt;versions&lt;/em&gt;, which are released based on date, and &lt;em&gt;editions&lt;/em&gt;, which are based on features and capabilities. It’s that last part that I want to focus on today.&lt;/p&gt;  &lt;p&gt;As Microsoft SQL Server matures, you’re going to see even more separation between what each edition of SQL Server can do and where it should be used. In the past, most folks have only focused on three editions – Express (the “free” one), Standard, and Enterprise. The rule of thumb was that if Standard was good enough at the moment, put it in. And it is true (and a good thing) that you can upgrade from one edition to another fairly easily.&lt;/p&gt;  &lt;p&gt;But as time goes on, we should spend a little more time understanding what each edition does, what it’s features and capabilities are, and where and when we should put them in. As I study this information, I’ll throw in my 2 cents and you can as well based on what you see. One thing I’ve found so far is that once I have the business requirements, there’s a mix of what I can write in code and what might already be included in a different edition. It’s important to look long and hard at that choice – writing a feature on my own is certainly cheaper in the short term than moving to a “higher” edition, but in some cases it makes sense to let Microsoft handle that lifting.&lt;/p&gt;  &lt;p&gt;These links are ones that you should bookmark and take a peek at periodically. They are the “header” links for more information on those features and capabilities:&lt;/p&gt;  &lt;p&gt;SQL Server 2008: &lt;a href="http://msdn.microsoft.com/en-us/library/ms143287.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms143287.aspx&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;SQL Server 2008 R2: &lt;a href="http://msdn.microsoft.com/en-us/library/ms143287(SQL.105).aspx"&gt;http://msdn.microsoft.com/en-us/library/ms143287(SQL.105).aspx&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;In addition, you might start learning a little more about SQL Azure. I’ll talk more about that later.&lt;/p&gt;</description></item></channel></rss>