<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Generate Script for Schema and Data &#8211; SQL in Sixty Seconds #021 &#8211; Video</title>
	<atom:link href="http://blog.sqlauthority.com/2012/07/18/sql-server-generate-script-for-schema-and-data-sql-in-sixty-seconds-021-video/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2012/07/18/sql-server-generate-script-for-schema-and-data-sql-in-sixty-seconds-021-video/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 24 May 2013 22:47:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Erik</title>
		<link>http://blog.sqlauthority.com/2012/07/18/sql-server-generate-script-for-schema-and-data-sql-in-sixty-seconds-021-video/#comment-476459</link>
		<dc:creator><![CDATA[Erik]]></dc:creator>
		<pubDate>Thu, 16 May 2013 11:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19865#comment-476459</guid>
		<description><![CDATA[Could you use this to copy all data and schemas from SQL 2012 to SQL 2008r2 installation on a different server?]]></description>
		<content:encoded><![CDATA[<p>Could you use this to copy all data and schemas from SQL 2012 to SQL 2008r2 installation on a different server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juergen</title>
		<link>http://blog.sqlauthority.com/2012/07/18/sql-server-generate-script-for-schema-and-data-sql-in-sixty-seconds-021-video/#comment-466638</link>
		<dc:creator><![CDATA[Juergen]]></dc:creator>
		<pubDate>Tue, 30 Apr 2013 10:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19865#comment-466638</guid>
		<description><![CDATA[I used bcp to export and import the data. Its the best choice I think.]]></description>
		<content:encoded><![CDATA[<p>I used bcp to export and import the data. Its the best choice I think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaswanth</title>
		<link>http://blog.sqlauthority.com/2012/07/18/sql-server-generate-script-for-schema-and-data-sql-in-sixty-seconds-021-video/#comment-466592</link>
		<dc:creator><![CDATA[Jaswanth]]></dc:creator>
		<pubDate>Tue, 30 Apr 2013 07:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19865#comment-466592</guid>
		<description><![CDATA[I got errors when my table contains huge records when generate script with data. is there any way to get it]]></description>
		<content:encoded><![CDATA[<p>I got errors when my table contains huge records when generate script with data. is there any way to get it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kapil</title>
		<link>http://blog.sqlauthority.com/2012/07/18/sql-server-generate-script-for-schema-and-data-sql-in-sixty-seconds-021-video/#comment-437553</link>
		<dc:creator><![CDATA[Kapil]]></dc:creator>
		<pubDate>Fri, 15 Mar 2013 06:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19865#comment-437553</guid>
		<description><![CDATA[If I want to copy only partial data or delta records then how can I achieve this by doing generate scripts automatically?]]></description>
		<content:encoded><![CDATA[<p>If I want to copy only partial data or delta records then how can I achieve this by doing generate scripts automatically?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman</title>
		<link>http://blog.sqlauthority.com/2012/07/18/sql-server-generate-script-for-schema-and-data-sql-in-sixty-seconds-021-video/#comment-420927</link>
		<dc:creator><![CDATA[Roman]]></dc:creator>
		<pubDate>Tue, 12 Feb 2013 11:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19865#comment-420927</guid>
		<description><![CDATA[My thanks to you!

Once again convinced that SQL Authority is the best site with SQL info and examples! Only here I FINALLY FOUND the method of exporting data to SQL file!!!!!!!!]]></description>
		<content:encoded><![CDATA[<p>My thanks to you!</p>
<p>Once again convinced that SQL Authority is the best site with SQL info and examples! Only here I FINALLY FOUND the method of exporting data to SQL file!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juergen</title>
		<link>http://blog.sqlauthority.com/2012/07/18/sql-server-generate-script-for-schema-and-data-sql-in-sixty-seconds-021-video/#comment-406172</link>
		<dc:creator><![CDATA[Juergen]]></dc:creator>
		<pubDate>Thu, 10 Jan 2013 20:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19865#comment-406172</guid>
		<description><![CDATA[Hello!

I&#039;ve tried this way to generate the database scripts, but it&#039;s not working quite properly. I&#039;m always missing one specific table und quite half of my views in the script. I also changed some options to find a difference, but no success. Also create a script only for all tables or all views didn&#039;t help. But when I just create a script with this wizzard for my missing table it works. The output says everything was ok.

Is there something which can prevent the wizard to script the object? Is there another easy way to script all schema objects?

Thanks for any advice!
Kind regards!]]></description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>I&#8217;ve tried this way to generate the database scripts, but it&#8217;s not working quite properly. I&#8217;m always missing one specific table und quite half of my views in the script. I also changed some options to find a difference, but no success. Also create a script only for all tables or all views didn&#8217;t help. But when I just create a script with this wizzard for my missing table it works. The output says everything was ok.</p>
<p>Is there something which can prevent the wizard to script the object? Is there another easy way to script all schema objects?</p>
<p>Thanks for any advice!<br />
Kind regards!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
