<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="http://www.sqldojo.com/blog.rss" rel="self" type="application/rss+xml" />
        <title>blog</title>
        <description>blog</description>
        <link>http://www.sqldojo.com/blog.php</link>
        <lastBuildDate>Mon, 21 May 2012 21:14:09 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>SSRS 2012 Export to Excel Footer bug</title>
            <link>http://www.sqldojo.com/blog/ssrs-2012-export-to-excel-footer-bug</link>
            <description>So I recently upgraded my companies SQL servers to SQL 2012...&lt;br&gt;&lt;span&gt;Thus far we are loving it, without changing any code, we are seeing some dramatic speed increases.&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;span&gt;Although, we ran into an issue with SSRS when trying to export to the report to Excel. It turns out there is a bug with the footer and exporting to Excel.&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;span&gt;J Gooding found a workaround to this problem, found &lt;a style=&quot;font-family: yui-tmp;&quot;&gt;here&lt;/a&gt;. This link is to the connect submission, so please vote to get this fixed.&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;span&gt;In synopsis, if you have a&amp;nbsp;text box&amp;nbsp;in the footer of the report that contains more than 74 characters, the report will fail to render on export to Excel, while all other export formats work fine. The work-around is to put the text in an image and then the export works fine (although the footer image will not be in the export)&lt;/span&gt;</description>
            <pubDate>Mon, 30 Apr 2012 13:38:09 +0100</pubDate>
        </item>
        <item>
            <title>It's been awhile, but...</title>
            <link>http://www.sqldojo.com/blog/it-s-been-awhile-but-</link>
            <description>I found out about an extremely handy tool that will save you tons of time.&lt;br&gt;&lt;br&gt;&lt;span class=&quot;yui-non&quot;&gt;It's called &lt;a href=&quot;http://www.autohotkey.com&quot; title=&quot;&quot; class=&quot;&quot;&gt;AutoHotKey&lt;/a&gt;, and it is superb for instant auto correction when for misspellings, but the real power that I think it provides is for programming.&lt;/span&gt;&lt;br&gt;&lt;div&gt;&lt;span class=&quot;yui-non&quot;&gt;&lt;br&gt;&lt;span class=&quot;yui-non&quot;&gt;For example, the SQL developers out there have heard of SQL Prompt, but it's a little pricey for personal use, but with AutoHotKey, you can simple little scripts to perform the same &quot;snippets&quot; found in the aforementioned product.&lt;/span&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;span class=&quot;yui-non&quot;&gt;You can add ::ssf::SELECT * FROM&amp;nbsp;&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;span class=&quot;yui-non&quot;&gt;and every time you are in SSMS and type SELECT * FROM then a space you will get SELECT * FROM&lt;/span&gt;&lt;br&gt;This is also great for long Database names. At my previous employer we a database with a fairly long, such as&lt;br&gt;&lt;span class=&quot;yui-non&quot;&gt;DatabaseWithReallyLongNameVersion2, which with AutoHotKey you could then create an alias (I know you can do this in SSMS, but not every is allowed to) so that every time you type DB2 you get the database name.&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;span class=&quot;yui-non&quot;&gt;&amp;nbsp;::DB2::&lt;/span&gt;DatabaseWithReallyLongNameVersion2&lt;br&gt;&lt;br&gt;&lt;span class=&quot;yui-non&quot;&gt;Hope this helps someone else.&lt;/span&gt;&lt;br&gt;</description>
            <pubDate>Thu, 02 Sep 2010 00:48:35 +0100</pubDate>
        </item>
        <item>
            <title>SQL Pagination</title>
            <link>http://www.sqldojo.com/blog/sql-pagination</link>
            <description>Here is a great &lt;a class=&quot;&quot; title=&quot;&quot; href=&quot;http://thehobt.blogspot.com/2009/02/rownumber-rank-and-denserank.html&quot;&gt;article&lt;/a&gt; on paging in SQL 2005, I knew about the Row_Number() function but not the Rank() or Dense_Rank().&lt;br&gt;&lt;br&gt;&lt;br&gt;</description>
            <pubDate>Fri, 28 Aug 2009 18:38:16 +0100</pubDate>
        </item>
    </channel>
</rss>

