<?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 'SQL', 'Forum', and 'Hacks'</title><link>http://sqlblog.com/search/SearchResults.aspx?o=DateDescending&amp;tag=SQL,Forum,Hacks&amp;orTags=0</link><description>Search results matching tags 'SQL', 'Forum', and 'Hacks'</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>Less Than Dot A New Community Site Has Been Launched</title><link>http://sqlblog.com/blogs/denis_gobo/archive/2008/06/02/7104.aspx</link><pubDate>Mon, 02 Jun 2008 14:12:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:7104</guid><dc:creator>Denis Gobo</dc:creator><description>&lt;DIV class=content&gt;So finally I have something to announce!&lt;/DIV&gt;
&lt;DIV class=content&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=content&gt;Myself and a bunch of friends have been working on &lt;A href="http://www.lessthandot.com/"&gt;Less Than Dot&lt;/A&gt;&amp;nbsp;for a while now. The site has a &lt;A href="http://forum.lessthandot.com/"&gt;forum&lt;/A&gt;, &lt;A href="http://blogs.lessthandot.com/"&gt;blogs&lt;/A&gt;&amp;nbsp;and a &lt;A href="http://wiki.lessthandot.com/"&gt;wiki&lt;/A&gt;. More info why we started &lt;A href="http://www.lessthandot.com/"&gt;Less Than Dot&lt;/A&gt;&amp;nbsp;and who we are can be found here: &lt;A href="http://www.lessthandot.com/aboutus.php"&gt;http://www.lessthandot.com/aboutus.php&lt;/A&gt;&lt;BR&gt;&lt;/DIV&gt;
&lt;DIV class=content&gt;Since I am mostly a SQL guy, I wrote a collection of SQL Server hacks. These hacks are basically a collection of frequently asked questions&amp;nbsp;which I and some of the co-founders answer over and over again.&amp;nbsp;This collection of SQL hacks is available on the Wiki, right now we have 8 sections and between 70 and 80 hacks. Ideally we will have more hacks and we will also have a SQL admin hacks page in the future. &lt;/DIV&gt;
&lt;DIV class=content&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=content&gt;&lt;SPAN style="FONT-WEIGHT:bold;"&gt;SQL Server Hacks &lt;/SPAN&gt;&lt;SPAN style="FONT-WEIGHT:bold;"&gt;Sections&lt;/SPAN&gt; &lt;/DIV&gt;
&lt;DIV class=content&gt;* 1 NULLS &lt;/DIV&gt;
&lt;DIV class=content&gt;* 2 Dates &lt;/DIV&gt;
&lt;DIV class=content&gt;* 3 Sorting, Limiting Ranking, Transposing and Pivoting &lt;/DIV&gt;
&lt;DIV class=content&gt;* 4 Handy tricks &lt;/DIV&gt;
&lt;DIV class=content&gt;* 5 Pitfalls &lt;/DIV&gt;
&lt;DIV class=content&gt;* 6 Query Optimization &lt;/DIV&gt;
&lt;DIV class=content&gt;* 7 Undocumented but handy &lt;/DIV&gt;
&lt;DIV class=content&gt;* 8 Usefull Admin stuff For The Developer &lt;/DIV&gt;
&lt;DIV class=content&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=content&gt;Below are some direct links to a couple hacks, you can also get a list of all the hacks on the wiki itself here: &lt;A href="http://wiki.lessthandot.com/index.php/SQL_Server_Programming_Hacks_-_100%2B_List"&gt;SQL Server Programming Hacks&lt;/A&gt;&lt;BR&gt;&lt;/DIV&gt;
&lt;DIV class=content&gt;
&lt;UL style="TEXT-ALIGN:left;"&gt;&lt;A href="http://wiki.lessthandot.com/index.php/Trouble_With_ISDATE_And_Converting_To_SMALLDATETIME"&gt;&lt;SPAN&gt;Trouble With ISDATE And Converting To SMALLDATETIME&lt;/SPAN&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://wiki.lessthandot.com/index.php/Row_To_Column_%28PIVOT%29"&gt;Row To Column (PIVOT)&lt;/A&gt;&lt;BR&gt;&lt;A href="http://wiki.lessthandot.com/index.php/Column_To_Row_%28UNPIVOT%29"&gt;Column To Row (UNPIVOT)&lt;/A&gt;&lt;BR&gt;&lt;SPAN&gt;&lt;A href="http://wiki.lessthandot.com/index.php/5_ways_to_return_rows_from_one_table_not_in_another_table"&gt;Five ways to return all rows from one table which are not in another table&lt;/A&gt;&lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="http://wiki.lessthandot.com/index.php/Order_IP_Addresses"&gt;Order IP Addresses&lt;/A&gt;&lt;BR&gt;&lt;/SPAN&gt;&lt;A href="http://wiki.lessthandot.com/index.php/Use_XACT_STATE%28%29_To_Check_For_Doomed_Transactions"&gt;&lt;SPAN&gt;Use XACT_STATE() To Check For Doomed Transactions&lt;/SPAN&gt;&lt;/A&gt;&lt;BR&gt;&lt;SPAN&gt;&lt;A href="http://wiki.lessthandot.com/index.php/Three_differences_between_COALESCE_and_ISNULL"&gt;Three differences between COALESCE and ISNULL&lt;/A&gt;&lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="http://wiki.lessthandot.com/index.php/SQL_Server_Programming_Hacks_-_Case_Sensitive_Search"&gt;Case sensitive search&lt;/A&gt;&lt;BR&gt;&lt;/SPAN&gt;&lt;A href="http://wiki.lessthandot.com/index.php/Use_the_sys.dm_db_index_usage_stats_dmv_to_check_if_indexes_are_being_used"&gt;Use the sys.dm_db_index_usage_stats dmv to check if indexes are being used&lt;/A&gt;&lt;/UL&gt;&lt;/DIV&gt;
&lt;UL style="TEXT-ALIGN:left;"&gt;&lt;BR&gt;&lt;/UL&gt;
&lt;P&gt;Hopefully you will like the site and find some good content, if you have a question then don't hesitate to ask it in a forum (if it is a SQL question then ask here first: &lt;A href="http://sqlblog.com/forums/default.aspx"&gt;http://sqlblog.com/forums/default.aspx&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;And don't worry I will still do my SQL blogging here :-)&lt;/P&gt;</description></item></channel></rss>