<?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>John Sansom - SQL Server DBA in the UK &#187; My Top 5</title>
	<atom:link href="http://www.johnsansom.com/index.php/category/my-top-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnsansom.com</link>
	<description>SQL Server DBA Blog, with straightforward advice, quality resources and musings about SQL Server</description>
	<lastBuildDate>Fri, 10 Sep 2010 12:45:37 +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>Top 5 Free SQL Server Tools</title>
		<link>http://www.johnsansom.com/index.php/2010/04/top-5-free-sql-server-tools/</link>
		<comments>http://www.johnsansom.com/index.php/2010/04/top-5-free-sql-server-tools/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 11:52:09 +0000</pubDate>
		<dc:creator>John Sansom</dc:creator>
				<category><![CDATA[My Top 5]]></category>
		<category><![CDATA[SQLServerPedia Syndication]]></category>

		<guid isPermaLink="false">http://www.johnsansom.com/?p=876</guid>
		<description><![CDATA[Maybe there is no such thing as a free lunch but who cares when there are awesome tools for SQL Server that are available for free! That&#8217;s right, you can make life a whole lot easier for yourself by maximising your valuable time so you can concentrate on the good stuff and the best part [...]]]></description>
			<content:encoded><![CDATA[<p>Maybe there is no such thing as a free lunch but who cares when there are  awesome tools for  SQL Server that are available for free!</p>
<p>That&#8217;s right, you can make life a whole lot easier for yourself by maximising your valuable time so you can concentrate on the good stuff and the best part is you can do so for free.</p>
<p>We all know that there are some great applications and tools out there for working with SQL Server. Polished enterprise grade products from the likes of those clever people at Quest and RedGate,  for example. Products for managing and simplifying the most important of SQL Server tasks such as backups and performance monitoring. These products are awesome but &#8220;what can I get my hands on for free&#8221;, I hear you cry.</p>
<p>Here are my Top 5 Free SQL Server Tools.</p>
<ol>
<li><a title="BIDS Helper" href="http://bidshelper.codeplex.com/">BIDS Helper</a></li>
<li><a title="SQL Server Management Studio Tools Pack" href=" http://www.ssmstoolspack.com/">SQL Server Management Studio Tools Pack</a></li>
<li><a title="Sort SQL Server Project Files" href="http://www.sqldbatips.com/showarticle.asp?ID=78">Sort SQL Server Project Files</a></li>
<li><a title="ClearTrace" href=" http://www.cleardata.biz/cleartrace/default.aspx">ClearTrace</a></li>
<li><a title="SQLPermissions" href="http://www.idera.com/Products/Free-Tools/SQL-permissions/">SQLPermissions</a></li>
</ol>
<h3><a title="BIDS Helper" href="http://bidshelper.codeplex.com/">BIDS Helper</a></h3>
<p style="padding-left: 30px;">A Visual Studio.Net add-in packed full of features that extend and enhance the functionality of the SQL Server 2005 and SQL Server 2008 BI Development Studio (BIDS). There is something for everybody here that uses BIDS to develop SQL Server solutions.</p>
<h3><a title="SQL Server Management Studio Tools Pack" href=" http://www.ssmstoolspack.com/">SQL Server Managment Studio Tools Pack</a></h3>
<p style="padding-left: 30px;">This is a fantastic add-on for SQL Server Management Studio that was developed by <strong>Mladen Prajdić</strong>.</p>
<p style="padding-left: 30px;">Some of my personal favourite features include: Window Connection Coloring, Copy execution plan bitmaps to clipboard and Run one script on multiple databases.</p>
<p style="padding-left: 30px;">Check it out here:<a title="SQL Server Management Studio Tools Pack" href="http://www.ssmstoolspack.com/"> http://www.ssmstoolspack.com/</a></p>
<h3><a title="Sort SQL Server Project Files" href="http://www.sqldbatips.com/showarticle.asp?ID=78">Sort SQL Server Project Files</a></h3>
<p style="padding-left: 30px;">Just like all good Database Administrators, I like to ensure a little order to  my world by implementing structure and keeping things appropriately organised. Alright, I admit it, I&#8217;m a control freak. If I need to dive into my source code, or even worse someone else&#8217;s source code,  that has not been touched for quite some time, I do not want to have to wade through a mass of jumbled T-SQL scripts in order to find what I am looking for. You too may have noticed that one of the daft operational behaviours of the Project structure within SQL Server Management Studio (SSMS) is that all the files/scripts you create are stored within the project view in the order in which they were created.</p>
<p style="padding-left: 30px;">This nifty little Add-In to SSMS called <a title="Sort SQL Server Project Files" href="http://www.sqldbatips.com/showarticle.asp?ID=78">SortSQLProjectFiles </a>can be used to sort the the files/scrips contained within your SSMS Project file, by simple choosing an option from the Tools menu or you can add two buttons to the SSMS menu.</p>
<p style="padding-left: 30px;">Just be sure to save a copy of your project file before attempting to sort your content. Personally I have never had any issues using this Add-In but I certainly do not need to tell you people about the importance of backing up data right.</p>
<h3><a title="ClearTrace" href=" http://www.cleardata.biz/cleartrace/default.aspx">Clear Trace</a></h3>
<p style="padding-left: 30px;">Here&#8217;s a great tool for working with SQL Server trace files. <a href="http://www.cleardata.biz/cleartrace/default.aspx"><strong>ClearTrace</strong></a> imports SQL Server 2000, SQL Server 2005 and SQL Server 2008 trace and profiler files into SQL Server and displays summary performance information.</p>
<p style="padding-left: 30px;">Get your hands on ClearTrace here:<a title="ClearTrace" href="http://www.cleardata.biz/cleartrace/default.aspx"> http://www.cleardata.biz/cleartrace/default.aspx</a></p>
<p style="padding-left: 30px;">There is also a video demonstration for the tool on the site.</p>
<h3><a title="SQLPermissions" href="http://www.idera.com/Products/Free-Tools/SQL-permissions/">SQL Permissions</a></h3>
<p style="padding-left: 30px;">SQL permissions is a freeware tool that generates a customizable T-SQL script to configure logins and permissions on one server to match another. SQL permissions lets you move one login, or a group of logins and apply permissions across all databases on the target server, or a single database.</p>
<p style="padding-left: 30px;">Get SQLPermissions here: <a title="SQLPermissions" href="http://www.idera.com/Products/Free-Tools/SQL-permissions/">http://www.idera.com/Products/Free-Tools/SQL-permissions/</a></p>
<p>There you have it,  my Top 5 Free SQL Server Tools and I bet there are loads more out there too. What free tools do you use to increase your productivity when working with SQL Server?</p>
<h3>More Fee SQL Server Tools</h3>
<p>Still want  more? Then check out <a href="http://www.sqlservercentral.com/articles/Tools/64908/">this listing</a> of even more Free SQL Server Tools.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnsansom.com/index.php/2010/04/top-5-free-sql-server-tools/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Top 5 SQL Server Forums</title>
		<link>http://www.johnsansom.com/index.php/2009/07/top-5-sql-server-forums/</link>
		<comments>http://www.johnsansom.com/index.php/2009/07/top-5-sql-server-forums/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 13:55:07 +0000</pubDate>
		<dc:creator>John Sansom</dc:creator>
				<category><![CDATA[My Top 5]]></category>
		<category><![CDATA[SQL Server Forums]]></category>
		<category><![CDATA[SQL Server Tips]]></category>
		<category><![CDATA[SQLServerPedia Syndication]]></category>
		<category><![CDATA[Best SQL Server Forums]]></category>
		<category><![CDATA[Top SQL Server Forums]]></category>

		<guid isPermaLink="false">http://www.johnsansom.com/?p=745</guid>
		<description><![CDATA[As you no doubt already know, there is a ridiculously large amount of SQL Server Information available out there on the internet. Whether you&#8217;re browsing forums, web sites or blogs, knowing what the best sources of SQL Server information are and more importantly which one’s you can trust, can be tricky. So to help you [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_749" class="wp-caption alignright" style="width: 160px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><img class="size-thumbnail wp-image-749" title="Trophy" src="http://www.johnsansom.com/wp-content/uploads/2009/06/Trophy-150x150.png" alt="Top 5 SQL Server Forums" width="150" height="150" /><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Top 5 SQL Server Forums</p></div>
<p>As you no doubt already know, there is a ridiculously large amount of SQL Server Information available out there on the internet. Whether you&#8217;re browsing forums, web sites or blogs, knowing what the best sources of SQL Server information are and more importantly which one’s you can trust, can be tricky.</p>
<p>So to help you get started on the right track, below is my list of what I consider to be the Top 5 SQL Server Forums on the internet.</p>
<ol>
<li><a title="Stackoverflow" href="http://www.stackoverflow.com">StackOverflow</a></li>
<li><a title="SQL Server Central" href="http://www.sqlservercentral.com/">SQL Server Central</a></li>
<li><a title="ServerFault" href="http://www.serverfault.com/">ServerFault</a><a title="SQL Server Central" href="http://www.sqlservercentral.com/"></a></li>
<li><a title="Microsoft SQL Server Forums" href="http://social.msdn.microsoft.com/forums/en-US/category/sqlserver/">Microsoft MSDN SQL Server Forums</a></li>
<li><a title="SQLTeam" href="http://www.sqlteam.com/">SQLTeam</a></li>
</ol>
<p><span style="color: #888888;"><a title="Stackoverflow" href="http://www.stackoverflow.com/">StackOverflow</a></span></p>
<p style="padding-left: 30px;">There’s not a lot more I can say about this site that I have not done so already. Unlike the majority of technology forums currently out there, Stackoverflow covers more than just SQL Server, in fact a whole variety of technology related subject areas are catered for. I’m a real big fan of the site and for a detailed review read about my <a title="Stackoverflow Addiction" href="http://www.johnsansom.com/index.php/2009/01/stackoverflow-addiction/">Stackoverflow Addiction</a>.</p>
<p><a title="SQL Server Central" href="http://www.sqlservercentral.com/">SQL Server Central</a></p>
<p style="padding-left: 30px;">I consider this site to be a one stop SQL Server shop. Not only does it have one of the best SQL Server Forums on the internet but also a tremendous volume of SQL Server articles, blogs and general content. This is must view site for all SQL Server professionals.</p>
<p><a title="ServerFault" href="http://www.serverfault.com/">ServerFault</a></p>
<p style="padding-left: 30px;">This is the sister site to Stackoverflow and is all about hardware and administration. Given the ridiculously high level of expert knowledge and experience of some of the posters on the forum, I consider ServerFault to be an essential reference tool for all serious SQL Server Database Administrators.</p>
<p><a title="Microsoft SQL Server Forums" href="http://social.msdn.microsoft.com/forums/en-US/category/sqlserver/">Microsoft MSDN SQL Server Forums</a></p>
<p style="padding-left: 30px;">In my opinion this is the forum you go to when you have a seriously tough question you need answering. The community on this forum is quite close nit and perhaps a little cliquey at times but the quality of the detailed responses provided to queries is superb and the number of expert moderators on hand is second to none, thereby negating any down sides there may possibly be. There is also a separate forum for each SQL Server technology and feature, meaning that the community for each forum are experts in the specific subject area you need help on. Bottom line, if you cannot find an answer to your query elsewhere on the net then you will find it here!</p>
<p><a title="SQLTeam" href="http://www.sqlteam.com/">SQLTeam</a></p>
<p style="padding-left: 30px;">Another favourite of mine, this forum is well established and has been going for a good while now. That means that there is a wealth of knowledge there for you to get stuck into and a solid community of experienced SQL Server experts on hand to answer your queries.</p>
<p>There you have it, my Top 5 SQL Server Forums. I&#8217;m sure there are some other great undiscovered SQL Server resources out there. If you come across a great resource be sure to let me know!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnsansom.com/index.php/2009/07/top-5-sql-server-forums/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
