<?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; db</title>
	<atom:link href="http://daveriley.com/tag/db/feed/" rel="self" type="application/rss+xml" />
	<link>http://daveriley.com</link>
	<description>Welcome to Dave Riley&#039;s Blog</description>
	<lastBuildDate>Sun, 04 Dec 2011 13:11:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.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>

<div class="jwsharethis">
Share this: 
<br />
<a href="mailto:?subject=SQL%20Server%202008%20finally%20we%20can%20script%20data&amp;body=http%3A%2F%2Fdaveriley.com%2F2009%2F07%2F03%2Fsql-server-2008-finally-we-can-script-data%2F">
<img src="http://daveriley.com/wp-content/plugins/jw-share-this/email.png" alt="Share this page via Email" />
</a>
<a target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fdaveriley.com%2F2009%2F07%2F03%2Fsql-server-2008-finally-we-can-script-data%2F&amp;title=SQL+Server+2008+finally+we+can+script+data">
<img src="http://daveriley.com/wp-content/plugins/jw-share-this/su.png" alt="Share this page via Stumble Upon" />
</a>
<a target="_blank" href="http://digg.com/submit?url=http%3A%2F%2Fdaveriley.com%2F2009%2F07%2F03%2Fsql-server-2008-finally-we-can-script-data%2F&amp;title=SQL+Server+2008+finally+we+can+script+data">
<img src="http://daveriley.com/wp-content/plugins/jw-share-this/digg.png" alt="Share this page via Digg this" />
</a>
<a target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fdaveriley.com%2F2009%2F07%2F03%2Fsql-server-2008-finally-we-can-script-data%2F&amp;t=SQL+Server+2008+finally+we+can+script+data">
<img src="http://daveriley.com/wp-content/plugins/jw-share-this/fb.png" alt="Share this page via Facebook" />
</a>
<a target="_blank" href="http://twitter.com/intent/tweet?text=I+like+http%3A%2F%2Fdaveriley.com%2F2009%2F07%2F03%2Fsql-server-2008-finally-we-can-script-data%2F&amp;title=SQL+Server+2008+finally+we+can+script+data">
<img src="http://daveriley.com/wp-content/plugins/jw-share-this/twitter.png" alt="Share this page via Twitter" />
</a>
</div>
<img src="http://daveriley.com/?ak_action=api_record_view&id=921&type=feed" alt="" />]]></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>

