<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>bisql.net</title>
	
	<link>http://www.bisql.net</link>
	<description>Ashley Burton's BI &amp; SQL Blog</description>
	<lastBuildDate>Sat, 28 Aug 2010 13:19:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/bisql" /><feedburner:info uri="bisql" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Enable Backup Compression as Default in SQL Server 2008 R2</title>
		<link>http://feedproxy.google.com/~r/bisql/~3/UeRJ1z_yxfY/</link>
		<comments>http://www.bisql.net/2010/08/enable-backup-compression-as-default-in-sql-server-2008-r2/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 13:19:35 +0000</pubDate>
		<dc:creator>ash</dc:creator>
				<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[backup compression]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[litespeed]]></category>
		<category><![CDATA[quest]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.bisql.net/?p=399</guid>
		<description><![CDATA[Of all the features added to SQL Server over the past few years I was particularly pleased with the addition of backup compression, there have been third-party tools around for a while that have done this (such as Quest’s excellent Litespeed) but third-party tools always add an extra layer of admin and maintenance that as [...]]]></description>
			<content:encoded><![CDATA[
<p>Of all the features added to SQL Server over the past few years I was particularly pleased with the addition of backup compression, there have been third-party tools around for a while that have done this (such as Quest’s excellent Litespeed) but third-party tools always add an extra layer of admin and maintenance that as a DBA I could do without. In SQL Server 2008 it was made available for Enterprise licences only but with the launch of SQL Server 2008 R2 backup compression is now available with a Standard license, though in both cases the feature is turned off as a default – so how do you use it?</p>
<p>Well, if you’re making a backup from Management Studio you can specify manually on the Options page of the “Back Up Database” page (right-click on DB &gt;&gt; Tasks &gt;&gt; Backup), like so…</p>
<p><img class="alignnone size-full wp-image-401" title="ssms_backup_compression" src="http://www.bisql.net/wp-content/uploads/2010/08/ssms_backup_compression.jpg" alt="" width="500" height="111" /></p>
<p>Alternatively, if you’re one of the “Real DBAs don’t use GUIs” crowd you can add the “WITH COMPRESSION” option to the BACKUP command..<br />
<span style="font-family: Courier New; font-size: small;"><br />
<span style="color: #0000ff;">BACKUP</span> <span style="color: #0000ff;">DATABASE</span> <span style="color: #800000;">reportserver</span> <span style="color: #0000ff;">TO</span> <span style="color: #800000;">disk</span> <span style="color: #c0c0c0;">=</span> <span style="color: #ff0000;">&#8216;E:\ReportServer.bak&#8217;</span><br />
</span><span style="font-family: Courier New; font-size: small;"><span style="color: #0000ff;">WITH COMPRESSION</span><br />
</span><br />
Or, conversely you can specify not to use compression…<br />
<span style="font-family: Courier New; font-size: small;"><br />
<span style="color: #0000ff;">BACKUP</span> <span style="color: #0000ff;">DATABASE</span> <span style="color: #800000;">reportserver</span> <span style="color: #0000ff;">TO</span> <span style="color: #800000;">disk</span> <span style="color: #c0c0c0;">=</span> <span style="color: #ff0000;">&#8216;E:\ReportServer_no_compression.bak&#8217;</span><br />
<span style="color: #0000ff;">WITH NO_COMPRESSION</span><br />
</span><br />
But what if you want to use compression but don’t want to have to think about it every time – or more importantly, don’t want your <em>users</em> to have to think about it? To enable backup compression as a server-wide default you will need to use sp_configure…<br />
<span style="font-family: Courier New; font-size: small;"><span style="font-family: Courier New; font-size: small;"><br />
<span style="color: #0000ff;">USE</span> <span style="color: #0000ff;">MASTER</span><span style="color: #c0c0c0;">;</span><br />
<span style="color: #0000ff;">GO</span><br />
<span style="color: #0000ff;">EXEC</span> <span style="color: #800000;">sp_configure </span><span style="color: #ff0000;">&#8216;backup compression default&#8217;</span><span style="color: #c0c0c0;">,</span><span style="color: #ff0000;">&#8217;1&#8242;</span><span style="color: #c0c0c0;">;</span><br />
<span style="color: #0000ff;">RECONFIGURE</span> <span style="color: #0000ff;">WITH OVERRIDE</span><span style="color: #c0c0c0;">;</span><br />
</span></span><br />
Now all you need to do is tell your storage admin that he/she owes you a drink!</p>

<img src="http://feeds.feedburner.com/~r/bisql/~4/UeRJ1z_yxfY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bisql.net/2010/08/enable-backup-compression-as-default-in-sql-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.bisql.net/2010/08/enable-backup-compression-as-default-in-sql-server-2008-r2/</feedburner:origLink></item>
		<item>
		<title>The Truth About Information Security…</title>
		<link>http://feedproxy.google.com/~r/bisql/~3/MzbdfrAi3Ko/</link>
		<comments>http://www.bisql.net/2010/08/the-truth-about-information-security/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 07:25:38 +0000</pubDate>
		<dc:creator>ash</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Wrench]]></category>
		<category><![CDATA[XKCD]]></category>

		<guid isPermaLink="false">http://www.bisql.net/?p=394</guid>
		<description><![CDATA[It&#8217;s an old one but I just came across this cartoon from XKCD and it made me laugh&#8230;]]></description>
			<content:encoded><![CDATA[
<p>It&#8217;s an old one but I just came across this cartoon from <a title="XKCD" href="http://xkcd.com/" target="_blank">XKCD</a> and it made me laugh&#8230;</p>
<p><a href="http://xkcd.com/538/" target="_blank"><img class="alignnone size-full wp-image-396" title="security" src="http://www.bisql.net/wp-content/uploads/2010/08/security.png" alt="" width="448" height="274" /></a></p>

<img src="http://feeds.feedburner.com/~r/bisql/~4/MzbdfrAi3Ko" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bisql.net/2010/08/the-truth-about-information-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.bisql.net/2010/08/the-truth-about-information-security/</feedburner:origLink></item>
		<item>
		<title>32-Bit ODBC Drivers in Windows Server 2008 R2</title>
		<link>http://feedproxy.google.com/~r/bisql/~3/i7LV7XYDmnk/</link>
		<comments>http://www.bisql.net/2010/08/32-bit-odbc-drivers-in-windows-server-2008-r2/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 13:14:26 +0000</pubDate>
		<dc:creator>ash</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[32-bit]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Drivers]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MSDN]]></category>
		<category><![CDATA[ODBC]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://www.bisql.net/?p=378</guid>
		<description><![CDATA[Lately I&#8217;ve been taking advantage of my MSDN subscription (thanks to Ken Simmons&#8216; competition last month) and playing with some new technologies, initially experimenting with Windows Server 2008 R2. If you hadn&#8217;t heard prior to launch period, Microsoft made 2008 R2 64-bit only &#8211; probably the right decision to make but whilst the software industry [...]]]></description>
			<content:encoded><![CDATA[
<p>Lately I&#8217;ve been taking advantage of my MSDN subscription (thanks to <a title="Ken Simmons" href="http://cybersql.blogspot.com/">Ken Simmons</a>&#8216; competition <a href="http://cybersql.blogspot.com/2010/07/msdn-ultimate-subscription-contest.html" target="_blank">last month</a>) and playing with some new technologies, initially experimenting with Windows Server 2008 R2. If you hadn&#8217;t heard prior to launch period, Microsoft made 2008 R2 64-bit only &#8211; probably the right decision to make but whilst the software industry is still making a transition from 32-bit to 64-bit there are bound to be some niggles here and there.</p>
<p>Being a database guy, one of the issues I noticed right away was that the ODBC Data Source Administrator accessible via Control Panel / Administrative Tools is the 64-bit version and can only be used to setup connections for 64-bit ODBC drivers. Not only was the 64-bit version missing the Postgres driver I had just installed, there were no drivers at all other than SQL Server&#8230;</p>
<p><img class="alignnone size-full wp-image-383" title="l_461_377_2EC8AD41-E761-4DDA-8036-FA16D7FB56C3.jpeg" src="http://www.bisql.net/wp-content/uploads/2010/08/l_461_377_2EC8AD41-E761-4DDA-8036-FA16D7FB56C3.jpeg" alt="" width="461" height="377" /></p>
<p>It turns out that there are are two, entirely identical ODBC tools and the one that most of us will end up using initially (unless we&#8217;re lucky enough to have an all 64-bit architecture) is kept in the basement that is the c:\Windows folder. The 32-bit ODBC Data Source Administrator can be found by going to the Start Menu, selecting Run and executing <strong>c:\Windows\SysWOW64\odbcad32.exe</strong> as follows&#8230;</p>
<p><img class="alignnone size-full wp-image-385" title="l_403_199_8C06E73E-219A-4128-A8CB-A0918EDA5265.jpeg" src="http://www.bisql.net/wp-content/uploads/2010/08/l_403_199_8C06E73E-219A-4128-A8CB-A0918EDA5265.jpeg" alt="" width="403" height="199" /></p>
<p>Once launched, you&#8217;ll see a tool that appears to be identical in every way, except that the &#8216;missing&#8217; ODBC drivers are now available&#8230;</p>
<p><img class="alignnone size-full wp-image-386" title="l_461_377_C2F5534C-6FBC-41D1-BD70-254722FC9DA2.jpeg" src="http://www.bisql.net/wp-content/uploads/2010/08/l_461_377_C2F5534C-6FBC-41D1-BD70-254722FC9DA2.jpeg" alt="" width="461" height="377" /></p>
<p>Please note that you can&#8217;t run both 32-bit and 64-bit tools at the same time so please make sure you close the 64-bit one first, it&#8217;s also worth bearing in mind that if you&#8217;re running 32-bit applications they will probably be looking for 32-bit DSNs so even if you <em>can</em> get a 64-bit driver for your data source it doesn&#8217;t mean that it&#8217;s the right thing to do.</p>
<p>As much as I understand Microsoft&#8217;s decision to stop developing 32-bit operating systems, a little bit of a helping hand during the transition period would&#8217;ve been nice - perhaps a second shortcut in the Administrative tools folder and the ability to run them simultaneously?  The whole thing seems like a confisuing mess <a href="http://support.microsoft.com/kb/942976" target="_blank">in their own words</a>&#8230;</p>
<blockquote><p><script type="text/javascript">// <![CDATA[
                loadTOCNode(2, 'symptoms');
// ]]&gt;</script>The 32-bit version of the ODBC Administrator tool displays 32-bit system DSNs, 32-bit user DSNs, and 64-bit user DSNs. The 64-bit version of the ODBC Administrator tool displays 64-bit system DSNs, 32-bit user DSNs, and 64-bit user DSNs.  </p>
<p>To maintain backward compatibility, no resolution for this problem is currently available&#8230; to work around this problem, use the appropriate version of the ODBC Administrator tool.</p></blockquote>
<p>I&#8217;ve made my own shortcuts to the 32-bit version and if you&#8217;re like me and constantly diving in and out of ODBC Administrator then you&#8217;ll probably want to do the same.</p>

<img src="http://feeds.feedburner.com/~r/bisql/~4/i7LV7XYDmnk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bisql.net/2010/08/32-bit-odbc-drivers-in-windows-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.bisql.net/2010/08/32-bit-odbc-drivers-in-windows-server-2008-r2/</feedburner:origLink></item>
		<item>
		<title>BusObj + MySQL – SQLBindParameter State 07001</title>
		<link>http://feedproxy.google.com/~r/bisql/~3/GvQy83KYwY8/</link>
		<comments>http://www.bisql.net/2010/07/sqlbindparameter/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 12:40:49 +0000</pubDate>
		<dc:creator>ash</dc:creator>
				<category><![CDATA[Business Objects]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[business objects]]></category>
		<category><![CDATA[DeskI]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[SQLBindParameter]]></category>
		<category><![CDATA[Universe]]></category>

		<guid isPermaLink="false">http://www.bisql.net/?p=365</guid>
		<description><![CDATA[I recently encountered a strange problem in Business Objects whilst trying to create a derived table against a MySQL database and whilst the query was a complex one it executed without fault in the MySQL Query Browser so I knew that wasn&#8217;t the probem.  The error message I encountered was &#8220;SQLBindParameter not used for all parameters&#8221;&#8230; I tried [...]]]></description>
			<content:encoded><![CDATA[
<p>I recently encountered a strange problem in Business Objects whilst trying to create a derived table against a MySQL database and whilst the query was a complex one it executed without fault in the MySQL Query Browser so I knew that wasn&#8217;t the probem.  The error message I encountered was &#8220;SQLBindParameter not used for all parameters&#8221;&#8230;</p>
<p><img class="alignnone size-full wp-image-367" title="SQLBindParameter" src="http://www.bisql.net/wp-content/uploads/2010/07/SQLBindParameter.jpg" alt="" width="486" height="118" /></p>
<p>I tried the same query as a Freehand SQL query in DeskI and received the same error, after banging my head against the problem for about 15 minutes I decided to take my favourite solution &#8211; I went for lunch!  On return the solution seemed blindingly obvious, at the very top of my query I&#8217;d included a comment but in the comment I&#8217;d included a question mark &#8211; as soon as I removed the &#8220;?&#8221; the query ran without a hitch.  I&#8217;m not quite sure of the reason behind this but I suspect that one of the Business Objects, ODBC or MySQL layers treats the &#8220;?&#8221; as a reserved character to indicate a parameterised query &#8211; if anyone has the answer i&#8217;d be interested to know.</p>
<p><a href="http://www.bisql.net/wp-content/uploads/2010/07/SQLBindParameter.jpg"></a></p>

<img src="http://feeds.feedburner.com/~r/bisql/~4/GvQy83KYwY8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bisql.net/2010/07/sqlbindparameter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.bisql.net/2010/07/sqlbindparameter/</feedburner:origLink></item>
		<item>
		<title>My Favourite SQL Server Features</title>
		<link>http://feedproxy.google.com/~r/bisql/~3/v05vNxd5XwE/</link>
		<comments>http://www.bisql.net/2010/07/my-favourite-sql-server-features/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 20:56:43 +0000</pubDate>
		<dc:creator>ash</dc:creator>
				<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[CTE]]></category>
		<category><![CDATA[Integration Services]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://www.bisql.net/?p=360</guid>
		<description><![CDATA[SQL Server MVP Ken Simmons is offering the chance to win one of three MSDN subscriptions on his blog, I thought I&#8217;d join in by writing a post describing my favourite features of SQL Server. The &#8216;big ticket&#8217; item for me is SQL Server Integration Services. For those of you stumbling across this post from [...]]]></description>
			<content:encoded><![CDATA[
<p>SQL Server MVP <a href="http://cybersql.blogspot.com/" target="_blank">Ken Simmons</a> is offering the chance to win one of three MSDN subscriptions <a href="http://cybersql.blogspot.com/2010/07/msdn-ultimate-subscription-contest.html" target="_blank">on his blog</a>, I thought I&#8217;d join in by writing a post describing my favourite features of SQL Server.</p>
<p>The &#8216;big ticket&#8217; item for me is <strong><em>SQL Server Integration Services</em></strong>.  For those of you stumbling across this post from non-SQL backgrounds SSIS is Microsoft&#8217;s ETL tool and has been bundled with the database engine since SQL Server 2005.  Essentially SSIS allows you to extract data from (or deliver data to) a range of ODBC, OLE DB, ADO.NET or flat file data sources including Oracle, DB2, MySQL, Excel, CSV files and of course &#8211; Microsoft SQL Server.  Along the way you can make use of a range of tasks and components that allow you to transform the data and perform operations such as looping, FTP, Email, Lookup Values, Data Mining, Aggregation, Process Dimensions and many many more .  There are alternatives out there but many are prohibitively expensive for the small-medium enterprise (e.g. Informatica, BODI) &#8211; that SSIS comes bundled with SQL Server still astonishes me to this day.</p>
<p>As for my favourite &#8216;little&#8217; features I&#8217;d have include:</p>
<p><strong><em>Linked Servers</em></strong>, a few people give it a bad rap since they can be misused but I&#8217;ve made great use of Linked Servers to simply data assurance processes and join data in queries running across both MySQL and Sybase data sources in a single statement.</p>
<p><strong><em>Copy and Paste Coloured SQL</em></strong>, I&#8217;m not sure if it&#8217;s just because I&#8217;m used to Management Studio but I often struggle to read SQL if it&#8217;s not coloured-in. Colouring SQL improves readability and since SQL Server 2005 I&#8217;ve enjoyed the ability to copy and paste directly from Management Studio into emails or word documents and retain the coloured keywords, it makes documentation much more interesting.</p>
<p><strong><em>Common Table Expressions</em></strong>, it took me a while to get into the swing of using CTEs and then for a while I probably over-used them before settling down.  They&#8217;re often a great way to make statements with nested subqueries much more readable and much more elegant in design but whenever I go back to SQL Server 2000 or MySQL I really miss CTEs.</p>
<p><strong><em>SQL Server Express</em></strong>, it might be a bit of a cheat to include an edition as a feature but the fact that the core SQL Server database engine is available for free is brilliant and allows a lot more people to try out SQL Server and see the difference between a slick GUI like Management Studio Express vs the MySQL toolset.</p>
<p><strong><em>Intellisense</em></strong>, I couldn&#8217;t resist choosing this as one of the more modern features I love about SQL Server.  Once you&#8217;ve gotten used to it Intellisense makes trotting out T-SQL statements a breeze and you know what? It <em>just feels cool</em>, albeit in a really geeky sense of the term.</p>

<img src="http://feeds.feedburner.com/~r/bisql/~4/v05vNxd5XwE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bisql.net/2010/07/my-favourite-sql-server-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.bisql.net/2010/07/my-favourite-sql-server-features/</feedburner:origLink></item>
		<item>
		<title>Business Objects DeskI: DA0005 “No column or data to fetch”</title>
		<link>http://feedproxy.google.com/~r/bisql/~3/3qiciVPE0Kk/</link>
		<comments>http://www.bisql.net/2010/06/business-objects-deski-da0005-no-column-or-data-to-fetch/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 13:51:34 +0000</pubDate>
		<dc:creator>ash</dc:creator>
				<category><![CDATA[Business Objects]]></category>
		<category><![CDATA[business objects]]></category>
		<category><![CDATA[DA0005]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PROMPT]]></category>

		<guid isPermaLink="false">http://www.bisql.net/?p=353</guid>
		<description><![CDATA[This is just a quick tip to help people fix an odd error I encountered whilst runing a Freehand SQL query against a MySQL 5 database, I&#8217;d used prompted queries against MySQL previously so that wasn&#8217;t an issue  &#8211; I&#8217;m speculating a little but in my case the data provider used subqueries and both the [...]]]></description>
			<content:encoded><![CDATA[
<p style="text-align: left;">This is just a quick tip to help people fix an odd error I encountered whilst runing a Freehand SQL query against a MySQL 5 database, I&#8217;d used prompted queries against MySQL previously so that wasn&#8217;t an issue  &#8211; I&#8217;m speculating a little but in my case the data provider used subqueries and both the inner and outer query were prompted which is a little unusual. </p>
<p style="text-align: left;">The error I received was DA0005 &#8220;No column or data to fetch&#8221;&#8230;</p>
<p><img class="size-full wp-image-354 alignnone" title="DA0005" src="http://www.bisql.net/wp-content/uploads/2010/06/DA0005.jpg" alt="" width="429" height="243" /></p>
<p>The solution came from the brilliant <a href="http://forumtopics.com/busobj/" target="_blank">BOB Forums </a>(original post <a href="http://forumtopics.com/busobj/viewtopic.php?t=115306" target="_blank">here</a>), the solution was to edit the odbc.sbo file which on my default installation found in:  </p>
<p><code>C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\dataAccess\connectionServer\odbc</code></p>
<p>You&#8217;ll need to add the following in the relevant section, in my case I added it under Generic, Generic ODBC and MySQL 5. </p>
<p><code>&lt;Parameter Name="ForceSQLExecute"&gt;Always&lt;/Parameter&gt;</code></p>
<p>After closing and restarting DeskI everything was fine, please bear in mind that if you&#8217;re running a client/server installation and your Inforview users need to run the report you&#8217;ll need to change the settings on the server too.</p>

<img src="http://feeds.feedburner.com/~r/bisql/~4/3qiciVPE0Kk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bisql.net/2010/06/business-objects-deski-da0005-no-column-or-data-to-fetch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.bisql.net/2010/06/business-objects-deski-da0005-no-column-or-data-to-fetch/</feedburner:origLink></item>
		<item>
		<title>The Next Hope Talk Schedule Announced</title>
		<link>http://feedproxy.google.com/~r/bisql/~3/8DwoWD2itFs/</link>
		<comments>http://www.bisql.net/2010/06/the-next-hope/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 22:52:23 +0000</pubDate>
		<dc:creator>ash</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[2600]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[hacking]]></category>

		<guid isPermaLink="false">http://www.bisql.net/?p=327</guid>
		<description><![CDATA[From July 16th &#8211; 18th 2010 in New York City the guys behind 2600 Magazine will be hosting The Next Hope, a conference for hackers of all types: amateurs, hobbyists, professionals and the generally curious. Topics are wide and vary from IPv6 to Phone Phreaking, Disaster Relief to Graphic Novels and Cooking to DNS Sec &#8211; [...]]]></description>
			<content:encoded><![CDATA[
<div>
<p>From July 16th &#8211; 18th 2010 in New York City the guys behind <a title="2600 Magazine" href="http://2600.com" target="_blank">2600 Magazine</a> will be hosting <a title="Hope" href="http://www.hope.net/" target="_blank">The Next Hope</a>, a conference for hackers of all types: amateurs, hobbyists, professionals and the generally curious.</p>
<p>Topics are wide and vary from IPv6 to Phone Phreaking, Disaster Relief to Graphic Novels and Cooking to DNS Sec &#8211; here&#8217;s the full talk schedule <a href="http://thenexthope.org/2010/06/the-next-hope-schedule-is-now-online/" target="_blank">announced Monday</a> (see table with abstracts <a title="The Next Hope" href="http://www.bisql.net/the-next-hope/" target="_blank">here</a>)&#8230;</p>
</div>
<p><span style="text-decoration: underline;"><strong>Friday 16th</strong></span></p>
<table id="wp-table-reloaded-id-3-no-1" class="wp-table-reloaded wp-table-reloaded-id-3">
<thead>
<tr class="row-1 odd">
<th class="column-1" width="7%">Time</th>
<th class="column-2" width="31%">Tesla</th>
<th class="column-3" width="31%">Lovelace</th>
<th class="column-4" width="31%">Bell</th>
</tr>
</thead>
<tbody>
<tr class="row-2 even">
<td class="column-1">10:00</td>
<td class="column-2"><strong>IPv6 Playground: New Hope Update</strong></p>
<p>Joe Klein</td>
<td class="column-3"><strong>GPS &#8211; It&#8217;s Not the Satellites That Know Where You Are</strong></p>
<p>The Cheshire Catalyst</td>
<td class="column-4"></td>
</tr>
<tr class="row-3 odd">
<td class="column-1">11:00</td>
<td class="column-2"><strong>The State of Global Intelligence</strong></p>
<p>Robert Steele</td>
<td class="column-3"><strong>Locational Privacy and Wholesale Surveillance via Photo Services</strong></p>
<p>Ben Jackson</td>
<td class="column-4"><strong>Light, Color, and Perception</strong></p>
<p>Jonathan Foote</td>
</tr>
<tr class="row-4 even">
<td class="column-1">12:00</td>
<td class="column-2"><strong>Wireless Security: Killing Livers, Making Enemies</strong></p>
<p>Dragorn, RenderMan</td>
<td class="column-3"><strong>Content of the Future</strong></p>
<p>Greg Newby, Michael S. Hart</td>
<td class="column-4"><strong>SHODAN for Penetration Testers</strong></p>
<p>Michael &#8216;theprez98&#8242; Schearer</td>
</tr>
<tr class="row-5 odd">
<td class="column-1">13:00</td>
<td class="column-2"><strong>Keynote Address</strong></p>
<p>Dan Kaminsky</td>
<td class="column-3"></td>
<td class="column-4"></td>
</tr>
<tr class="row-6 even">
<td class="column-1">14:00</td>
<td class="column-2">(2 hours)</td>
<td class="column-3"><strong>Digital: A Love Story</strong></p>
<p>Christine Love, Jason Scott</td>
<td class="column-4"><strong>Examining Costs, Benefits, and Economics in Malware and Carding Markets</strong></p>
<p>Dr. Thomas J. Holt</td>
</tr>
<tr class="row-7 odd">
<td class="column-1">15:00</td>
<td class="column-2"><strong>Arse Elektronika: Sex, Tech, and the Future of Screw-It-Yourself</strong></p>
<p>Johannes Grenzfurthner</td>
<td class="column-3"><strong>Botnet Resistant Coding: Protecting Your Users from Script Kiddies</strong></p>
<p>Fabian Rothschild, Peter Greko</td>
<td class="column-4"><strong>Electronic Take Back</strong></p>
<p>John McNabb</td>
</tr>
<tr class="row-8 even">
<td class="column-1">16:00</td>
<td class="column-2"><strong>Own Your Phone</strong></p>
<p>TProphet</td>
<td class="column-3"><strong>Sita Sings the Blues: A Free Culture Success Story</strong></p>
<p>Nina Paley</td>
<td class="column-4"><strong>Cooking for Geeks</strong></p>
<p>Jeff Potter</td>
</tr>
<tr class="row-9 odd">
<td class="column-1">17:00</td>
<td class="column-2"><strong>Keeping Your Job While Being a Hacker</strong></p>
<p>Alex Muentz</td>
<td class="column-3"><strong>&#8220;Brilliants Exploits&#8221; &#8211; A Look at the Vancouver 2010 Olympics</strong></p>
<p>Colin Keigher</td>
<td class="column-4"><strong>Design of a Wireless EMG</strong></p>
<p>Konstantin Avdashchenko</td>
</tr>
<tr class="row-10 even">
<td class="column-1">18:00</td>
<td class="column-2"><strong>Tor and Internet Censorship</strong></p>
<p>Jacob Appelbaum, Seth Schoen</td>
<td class="column-3"><strong>The OpenAMD Project</strong></p>
<p>Aestetix, cpfr, Echo, Far McKon, Mitch Altman, Travis Goodspeed</td>
<td class="column-4"><strong>Lisp, The Oldest Language of the Future</strong></p>
<p>Adam Tannir</td>
</tr>
<tr class="row-11 odd">
<td class="column-1">19:00</td>
<td class="column-2"><strong>Extreme Lockpicking</strong></p>
<p>Barry Wels, Han Fey</td>
<td class="column-3"><strong>Easy Hacks on Telephone Entry Systems</strong></p>
<p>Davi Ottenheimer</td>
<td class="column-4"><strong>Buying Privacy in Digitized Cities</strong></p>
<p>Eleanor Saitta</td>
</tr>
<tr class="row-12 even">
<td class="column-1">20:00</td>
<td class="column-2"><strong>Build Robots and See the World</strong></p>
<p>Jonathan Foote</td>
<td class="column-3"><strong>Towards Open Libraries and Schools</strong></p>
<p>Ellen Meier, Gillian &#8216;Gus&#8217; Andrews, Jessamyn West</td>
<td class="column-4"><strong>Monkeysphere: Fixing Authentication on the Net</strong></p>
<p>Daniel Kahn Gillmor, Jameson Rollins</td>
</tr>
<tr class="row-13 odd">
<td class="column-1">21:00</td>
<td class="column-2"><strong>Hackerspaces Forever: A Panel</strong></p>
<p>Hackerspaces.org</td>
<td class="column-3"><strong>Introduction to the Chip Scene: Low Bit Music and Visuals</strong></p>
<p>Don Miller, Joey Mariano, Peter Swimm</td>
<td class="column-4"><strong>Risk Analysis for Dummies</strong></p>
<p>Nick Leghorn</td>
</tr>
<tr class="row-14 even">
<td class="column-1">22:00</td>
<td class="column-2">(2 hours)</td>
<td class="column-3">Electronic Waste: What&#8217;s Here and What&#8217;s Next</p>
<p>Stephanie Alarcon</td>
<td class="column-4"><strong>Detecting and Defending Your Network from Malware Using Nepenthes</strong></p>
<p>Marco Figueroa</td>
</tr>
<tr class="row-15 odd">
<td class="column-1">23:00</td>
<td class="column-2"><strong>Get Lamp Screening and Discussion</strong></p>
<p>Jason Scott</td>
<td class="column-3"><strong>Interaction with Sensors, Receivers, Haptics, and Augmented Reality </strong>(90 minutes)</p>
<p>Elle Mehrmand, Micha Cardenas / Azdel Slade, Pan, Ryan O&#8217;Horo, TradeMark G.</td>
<td class="column-4"><strong>Injecting Electromagnetic Pulses into Digital Devices</strong></p>
<p>Paul F. Renda</td>
</tr>
</tbody>
</table>
<p><strong><span style="text-decoration: underline;">Saturday 17th</span></strong></p>
<p><strong> </strong></p>
<table id="wp-table-reloaded-id-4-no-1" class="wp-table-reloaded wp-table-reloaded-id-4">
<caption style="caption-side: bottom; text-align: left; border: none; background: none;"></caption>
<thead>
<tr class="row-1 odd">
<th class="column-1" width="7%">Time</th>
<th class="column-2" width="31%">Tesla</th>
<th class="column-3" width="31%">Lovelace</th>
<th class="column-4" width="31%">Bell</th>
</tr>
</thead>
<tbody>
<tr class="row-2 even">
<td class="column-1">10:00</td>
<td class="column-2"><strong>How to Run an Open Source Hardware Company</strong></p>
<p>Limor &#8216;Ladyada&#8217; Fried, Phillip Torrone</td>
<td class="column-3"><strong>T+40: The Three Greatest Hacks of Apollo</strong></p>
<p>Stephen Cass</td>
<td class="column-4"><strong>False Domain Name Billing and Other Scams</strong></p>
<p>The Cheshire Catalyst</td>
</tr>
<tr class="row-3 odd">
<td class="column-1">11:00</td>
<td class="column-2"><strong>Video Surveillance, Society, and Your Face</strong></p>
<p>Joshua Marpet</td>
<td class="column-3"><strong>Behind the Padlock: HTTPS Ubiquitous and Fragile</strong></p>
<p>Seth Schoen</td>
<td class="column-4"><strong>Hacking Out a Graphic Novel</strong></p>
<p>Ed Piskor</td>
</tr>
<tr class="row-4 even">
<td class="column-1">12:00</td>
<td class="column-2"><strong>Grand Theft Lazlow &#8211; How Hacking is Both the Death and Future of Traditional and Interactive Publishing, Journalism, and the Media</strong></p>
<p>Lazlow</td>
<td class="column-3"><strong>Vintage Computing</strong></p>
<p>Bill Degnan, Evan Koblentz</td>
<td class="column-4"><strong>For Its Own Sake and to Build Something Better: A Primer on Neuroscience, Bat Echolocation, and Hacker Bio-inspiration</strong></p>
<p>Scott Livingston</td>
</tr>
<tr class="row-5 odd">
<td class="column-1">13:00</td>
<td class="column-2"><strong>Keynote Address</strong></p>
<p>Julian Assange</td>
<td class="column-3"></td>
<td class="column-4"></td>
</tr>
<tr class="row-6 even">
<td class="column-1">14:00</td>
<td class="column-2">(2 hours)</td>
<td class="column-3"><strong>A Red Team Exercise</strong></p>
<p>Tom Brennan</td>
<td class="column-4"><strong>No Free Lunch: Privacy Risks and Issues in Online Gaming</strong></p>
<p>Don Tobin, Lyndsey Brown</td>
</tr>
<tr class="row-7 odd">
<td class="column-1">15:00</td>
<td class="column-2"><strong>How to Bring Your Project from Idea to Reality: Make a Living Doing What You Love</strong></p>
<p>Mitch Altman</td>
<td class="column-3"><strong>Geo-Tagging: Opting-In to Total Surveillance</strong></p>
<p>Paul V</td>
<td class="column-4"><strong>Modern CrimeWare Tools and Techniques: An Analysis of Underground Resources</strong></p>
<p>Alexander Heid</td>
</tr>
<tr class="row-8 even">
<td class="column-1">16:00</td>
<td class="column-2"><strong>Snatch Those Waves: Prometheus Radio and the Fight for Popular Communications</strong></p>
<p>Maggie Avener, Pete Tridish</td>
<td class="column-3"><strong>Memory Fun 101 &#8211; Memory Training for Everyone</strong></p>
<p>Chester Santos</td>
<td class="column-4"><strong>Surf’s Up! Exploring Cross Site Request Forgery (CSRF) through Social Network Exploitation</strong></p>
<p>Daniel McCarney</td>
</tr>
<tr class="row-9 odd">
<td class="column-1">17:00</td>
<td class="column-2"><strong>Privacy is Dead &#8211; Get Over It</strong></p>
<p>Steven Rambam</td>
<td class="column-3"><strong>Smartphone Ownage: The State of Mobile Botnets and Rootkits</strong></p>
<p>Jimmy Shah</td>
<td class="column-4"><strong>Much Ado About Randomness</strong></p>
<p>Dr. Aleksandr Yampolskiy</td>
</tr>
<tr class="row-10 even">
<td class="column-1">18:00</td>
<td class="column-2">(3 hours)</td>
<td class="column-3"><strong>Free Software: Why We Need a Big Tent</strong></p>
<p>Deb Nicholson</td>
<td class="column-4"><strong>Why You Should Be an Amateur</strong></p>
<p>Ben Jackson</td>
</tr>
<tr class="row-11 odd">
<td class="column-1">19:00</td>
<td class="column-2">(3 hours)</td>
<td class="column-3"><strong>Reach Out And Touch Face: A Rant About Failing</strong></p>
<p>Johannes Grenzfurthner</td>
<td class="column-4"><strong>Hackers for Human Rights</strong></p>
<p>Adrian Hong</td>
</tr>
<tr class="row-12 even">
<td class="column-1">20:00</td>
<td class="column-2"><strong>Rummaging in the Government&#8217;s Attic: Lessons Learned from More Than 1,000 Freedom of Information Act Requests</strong></p>
<p>Michael Ravnitzky, Phil Lapsley</td>
<td class="column-3"><strong>Hey, Don&#8217;t Call That Guy A Noob: Toward a More Welcoming Hacker Community</strong></p>
<p>Nicolle (&#8216;Rogueclown&#8217;) Neulist</td>
<td class="column-4"><strong>The Telephone Pioneers of America</strong></p>
<p>Kyle Drosdick</td>
</tr>
<tr class="row-13 odd">
<td class="column-1">21:00</td>
<td class="column-2"><strong>Social Engineering</strong></p>
<p>Emmanuel Goldstein</td>
<td class="column-3"><strong>Circuitbending</strong></p>
<p>Jimmie Rodgers</td>
<td class="column-4"></td>
</tr>
<tr class="row-14 even">
<td class="column-1">22:00</td>
<td class="column-2"><strong>Building and Breaking the Next HOPE Badge</strong></p>
<p>Travis Goodspeed</td>
<td class="column-3"><strong>2600 Meetings: Yesterday, Today, and Tomorrow</strong></p>
<p>Gonzo, Grey Frequency, Rob T Firefly</td>
<td class="column-4"><strong>PSTN-based Cartography</strong></p>
<p>Da Beave, JFalcon</td>
</tr>
<tr class="row-15 odd">
<td class="column-1">23:00</td>
<td class="column-2"><strong>Net Wars Over Free Speech, Freedom, and Secrecy or How to Understand the Hacker and Lulz Battle Against the Church of Scientology</strong></p>
<p>Finn Brunton, Gabriella Coleman</td>
<td class="column-3"><strong>Hacking Our Biochemistry: Pharmacy and the Hacker Perspective</strong></p>
<p>Jennifer Ortiz</td>
<td class="column-4"><strong>Radio Reconnaissance in Penetration Testing &#8211; All Your RF Are Belong to Us</strong></p>
<p>Matt Neely</td>
</tr>
<tr class="row-16 even">
<td class="column-1">00:00</td>
<td class="column-2"><strong>Saturday Night Hacker Cinema</strong></td>
<td class="column-3"><strong>Spy Improv on Steroids &#8211; Steele Uncensored &#8211; Anything Goes</strong></p>
<p>Robert Steele</td>
<td class="column-4"></td>
</tr>
</tbody>
</table>
<p><span style="text-decoration: underline;"><strong>Sunday 18th </strong></span></p>
<p><strong> </strong></p>
<table id="wp-table-reloaded-id-5-no-1" class="wp-table-reloaded wp-table-reloaded-id-5">
<caption style="caption-side: bottom; text-align: left; border: none; background: none;"> </caption>
<thead>
<tr class="row-1 odd">
<th class="column-1" width="7%">Time</th>
<th class="column-2" width="31%">Tesla</th>
<th class="column-3" width="31%">Lovelace</th>
<th class="column-4" width="31%">Bell</th>
</tr>
</thead>
<tbody>
<tr class="row-2 even">
<td class="column-1">10:00</td>
<td class="column-2"><strong>The Need for a Computer Crime Innocence Project</strong></p>
<p>Alex Muentz, Joe Cicero, Seth Schoen</td>
<td class="column-3"><strong>Hacking Your GPS</strong></p>
<p>Cass Lewart</td>
<td class="column-4"><strong>Hacking Terrorist Networks Logically and Emotionally</strong></p>
<p>Hat Trick, Mudsplatter</td>
</tr>
<tr class="row-3 odd">
<td class="column-1">11:00</td>
<td class="column-2"><strong>From Indymedia to Demand Media: Participation, Surveillance, and the Transformation of Journalism</strong></p>
<p>Chris Anderson</td>
<td class="column-3"><strong>Hacking for an Audience: Technology Backstage at Live Shows</strong></p>
<p>John Huntington</td>
<td class="column-4"><strong>Lock Bypass without Lockpicks</strong></p>
<p>Dan Crowley</td>
</tr>
<tr class="row-4 even">
<td class="column-1">12:00</td>
<td class="column-2"><strong>Cats and Mice: The Phone Company, the FBI, and the Phone Phreaks</strong></p>
<p>Phil Lapsley</td>
<td class="column-3"><strong>Simpsons Already Did It &#8211; Where Do You Think the Name &#8220;Trojan&#8221; Came From Anyway?</strong></p>
<p>Bill Cheswick, Matt Blaze, Sandy Clark (Mouse)</td>
<td class="column-4"><strong>Burning and Building Bridges: A Primer to Hacking the Education System</strong></p>
<p>Christina &#8216;fabulous&#8217; Pei</td>
</tr>
<tr class="row-5 odd">
<td class="column-1">13:00</td>
<td class="column-2"><strong>The DMCA and ACTA vs. Academic and Professional Research: How Misuse of This Intellectual Property Legislation Chills Research, Disclosure, and Innovation</strong></p>
<p>Chris Mooney, Tiffany Rad</td>
<td class="column-3"><strong>American Bombe: How the U.S. Shattered the Enigma Code</strong></p>
<p>Shalom Silbermintz</td>
<td class="column-4"><strong>TrackMeNot: Injecting Reasonable Doubt in Everyone’s Queries</strong></p>
<p>Vincent Toubiana</td>
</tr>
<tr class="row-6 even">
<td class="column-1">14:00</td>
<td class="column-2"><strong>Informants: Villains or Heroes? </strong>(90 minutes)</td>
<td class="column-3"><strong>Into the Black: DPRK Exploration</strong></p>
<p>Michael Kemp</td>
<td class="column-4"><strong>The Freedom Box: How to Reclaim Privacy on the Web</strong></p>
<p>James Vasile</td>
</tr>
<tr class="row-7 odd">
<td class="column-1">15:00</td>
<td class="column-2"><strong>Hacking the Food Genome </strong>(15:30)</p>
<p>Gweeds</td>
<td class="column-3"><strong>CV Dazzle: Face Deception</strong></p>
<p>Adam Harvey</td>
<td class="column-4"><strong>Bakeca.it DDoS &#8211; How Evil Forces Have Been Defeated</strong></p>
<p>Alessio &#8216;mayhem&#8217; Pennasilico</td>
</tr>
<tr class="row-8 even">
<td class="column-1">16:00</td>
<td class="column-2"></td>
<td class="column-3"><strong>Hackers without Borders: Disaster Relief and Technology</strong></p>
<p>Dennison Williams, Elena, Smokey</td>
<td class="column-4"><strong>The Black Suit Plan Isn&#8217;t Working &#8211; Now What?</strong></p>
<p>James Arlen</td>
</tr>
<tr class="row-9 odd">
<td class="column-1">17:00</td>
<td class="column-2"><strong>The HOPE Network</strong></td>
<td class="column-3"><strong>Sniper Forensics &#8211; Changing the Landscape of Modern Forensics and Incident Response</strong></p>
<p>Chris Pogue</td>
<td class="column-4"></td>
</tr>
<tr class="row-10 even">
<td class="column-1">18:00</td>
<td class="column-2"><strong>Closing Ceremonies</strong></td>
<td class="column-3"></td>
<td class="column-4"></td>
</tr>
</tbody>
</table>
<div>
<p><strong> </strong></p>
<p><strong> </strong></p>
</div>

<img src="http://feeds.feedburner.com/~r/bisql/~4/8DwoWD2itFs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bisql.net/2010/06/the-next-hope/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.bisql.net/2010/06/the-next-hope/</feedburner:origLink></item>
		<item>
		<title>Google Release Command Line Tool: GoogleCL</title>
		<link>http://feedproxy.google.com/~r/bisql/~3/ExZ_P4mEXoU/</link>
		<comments>http://www.bisql.net/2010/06/google_cl_release/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 04:33:14 +0000</pubDate>
		<dc:creator>ash</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[The Cloud]]></category>
		<category><![CDATA[Tools & Utilities]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[docs]]></category>
		<category><![CDATA[GoogleCL]]></category>
		<category><![CDATA[picasa]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.bisql.net/?p=309</guid>
		<description><![CDATA[Having been raised on the good old fashioned ZX Spectrum and introduced to PCs via MS-DOS I have something of a nostalgic fascination with command line interfaces, there&#8217;s something beautifully simplistic about using a good command line &#8211; like you&#8217;re talking to the machine directly.  I&#8217;m not just talking about using the pseudo DOS-shell that [...]]]></description>
			<content:encoded><![CDATA[
<p>Having been raised on the good old fashioned ZX Spectrum and introduced to PCs via MS-DOS I have something of a nostalgic fascination with command line interfaces, there&#8217;s something beautifully simplistic about using a good command line &#8211; <em>like you&#8217;re talking to the machine directly</em>.  I&#8217;m not just talking about using the pseudo DOS-shell that comes with NT or the ubiquitous Unix/Linux command line, it&#8217;s the more exotic examples that pique my interest which is why I&#8217;m quite excited about the new <a title="Google command line tool" href="http://google-opensource.blogspot.com/2010/06/introducing-google-command-line-tool.html" target="_blank">Google command line tool</a>.</p>
<p>Essentially GoogleCL is a Python application that can be executed at the command-line to make calls to various Google APIs, it currently offers limited support for Blogger, Calendar, Contacts, Docs, Picasa and YouTube but I&#8217;m certain that Google will deliver more features in the future.  In terms of security, there&#8217;s a one-time authentication process for each application whereby the command-line tool launches a page in your default web browser to grant access for the GoogleCL tool.  To me, the most interesting examples that Google provide are those allowing content creation&#8230;<code></p>
<ul>
<li>google blogger post blogpost.txt</li>
<li>google calendar add "Dinner party with George today at 6pm"</li>
<li>google contacts add "J. Random Hacker, jrandom@example.com"</li>
<li>google picasa create --title "Vermont Test" --tags Vermont vermont.jpg></li>
<li>google youtube post --category Education --devtags GoogleCL killer_robots.avi</li>
</ul>
<p></code><br />
There may not be many obvious ties to the world of Business Intelligence here as GoogleCL is still in its infancy but for now at least you could perhaps drive scheduling through Google Calendar, maintain distribution lists in Google Contacts or automatically upload reports to Google Docs.  I&#8217;m quite sure the possibilities will expand over time though especially since some major Google products are currently not included (e.g. Search, Gmail) &#8211; I, for one, will be watching with great expectations.</p>

<img src="http://feeds.feedburner.com/~r/bisql/~4/ExZ_P4mEXoU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bisql.net/2010/06/google_cl_release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.bisql.net/2010/06/google_cl_release/</feedburner:origLink></item>
		<item>
		<title>How To Install GoogleCL on Mac OSX Snow Leopard</title>
		<link>http://feedproxy.google.com/~r/bisql/~3/coUYI-Cbyzk/</link>
		<comments>http://www.bisql.net/2010/06/how-to-install-googlecl-on-mac-osx-snow-leopard/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 03:54:17 +0000</pubDate>
		<dc:creator>ash</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[The Cloud]]></category>
		<category><![CDATA[Tools & Utilities]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[Contacts]]></category>
		<category><![CDATA[docs]]></category>
		<category><![CDATA[GoogleCL]]></category>
		<category><![CDATA[picasa]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.bisql.net/?p=319</guid>
		<description><![CDATA[If you&#8217;ve not heard the buzz already Google have released a Command Line tool called GoogleCL, you can install in in Windows by following Isaac Truett&#8217;s guide to&#8221;Setup GoogleCL on WinXP&#8220; but if you&#8217;re using a Mac and you&#8217;d like to install it and have a play here&#8217;s a few simple instructions&#8230; Enable your Root login [...]]]></description>
			<content:encoded><![CDATA[
<p>If you&#8217;ve not heard the buzz already Google have released a Command Line tool called <a title="GoogleCL" href="http://google-opensource.blogspot.com/2010/06/introducing-google-command-line-tool.html" target="_blank">GoogleCL</a>, you can install in in Windows by following Isaac Truett&#8217;s guide to&#8221;<a title="Isaac Truett" href="http://publicint.blogspot.com/2010/06/setup-googlecl-on-winxp.html" target="_blank">Setup GoogleCL on WinXP</a>&#8220; but if you&#8217;re using a Mac and you&#8217;d like to install it and have a play here&#8217;s a few simple instructions&#8230;</p>
<ol>
<li>Enable your Root login (instructions from Apple in <a title="Enable Root User OSX" href="http://support.apple.com/kb/HT1528" target="_blank">KBHT1528</a>).</li>
<li>Log in as Administrator (bear in mind your normal user <em>shouldn&#8217;t</em> have Admin rights).</li>
<li>Download and install <a title="Xcode" href="http://developer.apple.com/technologies/xcode.html" target="_blank">Xcode</a>.</li>
<li>Download and install <a title="Install MacPorts" href="http://www.macports.org/install.php" target="_blank">MacPorts</a>.</li>
<li>Open up Terminal.</li>
<li>Edit your &#8216;paths&#8217; file: sudo vi /etc/paths</li>
<li>Add a new line (press &#8216;i&#8217; then scroll to the bottom first): &#8220;<code>/opt/local/bin</code>&#8220;.</li>
<li>Save the file (press ESC, then type &#8220;wq!&#8221;).</li>
<li>Close Terminal and re-open.</li>
<li>Type: <code>sudo port install googlecl</code>, and press Enter (this takes a while).</li>
<li>Log off as the Administrator.</li>
<li>Log back in as yourself and test (see <a title="GoogleCL Examples" href="http://code.google.com/p/googlecl/wiki/ExampleScripts" target="_blank">examples</a>).</li>
</ol>

<img src="http://feeds.feedburner.com/~r/bisql/~4/coUYI-Cbyzk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bisql.net/2010/06/how-to-install-googlecl-on-mac-osx-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.bisql.net/2010/06/how-to-install-googlecl-on-mac-osx-snow-leopard/</feedburner:origLink></item>
		<item>
		<title>Excellent article on Cursors by Brad Schulz</title>
		<link>http://feedproxy.google.com/~r/bisql/~3/n0_8Lrb0UhA/</link>
		<comments>http://www.bisql.net/2010/06/excellent-article-on-cursors-by-brad-schulz/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 11:59:43 +0000</pubDate>
		<dc:creator>ash</dc:creator>
				<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[brad schulz]]></category>
		<category><![CDATA[cursors]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.bisql.net/?p=304</guid>
		<description><![CDATA[I&#8217;ll unashamedly admit that this is more of a bookmark so I can come back to to look at this in depth (and try out the code) when I get the time but I think it&#8217;s a great article well worth reading so please check out Brad Schulz&#8217;s&#8230; http://bradsruminations.blogspot.com/2010/05/truth-about-cursors-part-1.html http://bradsruminations.blogspot.com/2010/05/truth-about-cursors-part-2.html]]></description>
			<content:encoded><![CDATA[
<p>I&#8217;ll unashamedly admit that this is more of a bookmark so I can come back to to look at this in depth (and try out the code) when I get the time but I think it&#8217;s a great article well worth reading so please check out Brad Schulz&#8217;s&#8230;</p>
<p><a href="http://bradsruminations.blogspot.com/2010/05/truth-about-cursors-part-1.html">http://bradsruminations.blogspot.com/2010/05/truth-about-cursors-part-1.html</a><br />
<a href="http://bradsruminations.blogspot.com/2010/05/truth-about-cursors-part-2.html">http://bradsruminations.blogspot.com/2010/05/truth-about-cursors-part-2.html</a></p>

<img src="http://feeds.feedburner.com/~r/bisql/~4/n0_8Lrb0UhA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.bisql.net/2010/06/excellent-article-on-cursors-by-brad-schulz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.bisql.net/2010/06/excellent-article-on-cursors-by-brad-schulz/</feedburner:origLink></item>
	</channel>
</rss>
