<?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>Dave Riley &#187; SQL</title>
	<atom:link href="http://daveriley.com/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://daveriley.com</link>
	<description>Welcome to Dave Riley&#039;s Blog</description>
	<lastBuildDate>Wed, 14 Jul 2010 17:33:20 +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>SQL Server 2008 finally we can script data</title>
		<link>http://daveriley.com/2009/07/03/sql-server-2008-finally-we-can-script-data/</link>
		<comments>http://daveriley.com/2009/07/03/sql-server-2008-finally-we-can-script-data/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 02:37:31 +0000</pubDate>
		<dc:creator>Dave Riley</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[useful]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQLServer]]></category>

		<guid isPermaLink="false">http://daveriley.com/?p=921</guid>
		<description><![CDATA[I was at the UK launch of SQL Server, but a lot of that event seemed to focus on some very niche features, new location type data, the usual better performance stats and better reporting facilities. While these are great, I dispair at the loss of the open table, now we open top 200 for [...]]]></description>
			<content:encoded><![CDATA[<p>I was at the UK launch of SQL Server, but a lot of that event seemed to focus on some very niche features, new location type data, the usual better performance stats and better reporting facilities.</p>
<p>While these are great, I dispair at the loss of the open table, now we open top 200 for editing. I understand that the open table was not efficient but it was handy when something has gone wrong at the 11th hour; so why not just give both options? you can do the top 200 on a production machine, but use the open table where you need to check out all the data.</p>
<p>I have been jeolous of mySQL for a while now, they had script objects and data; this was something I used to use in the 80&#8242;s with Artemis (awsome project management software) so disapointed that it didn&#8217;t exist in SQLServer. But now in SQL Server 2008 it&#8217;s there!!!! on the database name in the tree control select tasks/generate scripts. The wizzard take you through what you want select data in the wizzard and BINGO !Â  You get the structure of the database and the data, in a .sql file (text file) this is usually a fraction of the size of a database backup and as it&#8217;s in text format is really difficult to corrupt or have other problems.</p>
<p>Life is indeed great again!</p>
]]></content:encoded>
			<wfw:commentRss>http://daveriley.com/2009/07/03/sql-server-2008-finally-we-can-script-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
