<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Umbraco Export Tool</title><link>http://www.codeplex.com/UmbracoExportTool/Project/ProjectRss.aspx</link><description>This small .NET 2.0 windows forms application is intended to aid people export their data from Umbraco CMS when using a shared environment.</description><item><title>Source code checked in</title><link>http://www.codeplex.com/UmbracoExportTool/SourceControl/ListDownloadableCommits.aspx</link><description>Upgrade to VS2008</description><author>mrshrinkray</author><pubDate>Thu, 31 Jan 2008 16:16:15 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080131041615P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/UmbracoExportTool/SourceControl/ListDownloadableCommits.aspx</link><description>Changed from UTF-8 to UTF-16 &amp;#40;Unicode&amp;#41;. &amp;#13;&amp;#10;Fixed bug with NULLs being scripted as &amp;#39;&amp;#39; &amp;#40;which meant datetimes were coming at as 1900 dates&amp;#41;.</description><author>mrshrinkray</author><pubDate>Tue, 05 Dec 2006 23:07:01 GMT</pubDate><guid isPermaLink="false">Source code checked in 20061205110701P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=UmbracoExportTool&amp;title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;About&lt;/b&gt;&lt;br /&gt;This tool is for backing up your &lt;a href="http://www.codeplex.com/umbraco"&gt;http://www.codeplex.com/umbraco&lt;/a&gt; database.&lt;br /&gt; &lt;br /&gt;The tool was written for people who use shared hosting and don't have the luxury of being able to backup the database when they want, or install SSIS packages. The tool replaces the SQL Enterprise Manager/SQL Server Management Studio export (which doesn't copy keys/constraints anyhow) and is written specifically for Umbraco database objects.&lt;br /&gt; &lt;br /&gt;&lt;img src="/Project/FileDownload.aspx?ProjectName=UmbracoExportTool&amp;amp;CountDownload=false&amp;amp;DownloadId=4277" alt="screenshot.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;This tool is intended to be used by people who know about connection strings and how to SQL Enterprise Manager/Management Studio, and have a basic understanding of the workings of SQL Server.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Getting started&lt;/b&gt;&lt;br /&gt;The tool is simple to use. It grabs the data from your remote SQL Server, and writes out 3 SQL Scripts:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Step1.sql - This drops and creates all umbraco objects&lt;/li&gt;&lt;li&gt;Step2.sql - This contains all your data&lt;/li&gt;&lt;li&gt;Step3.sql - This creates all the database keys.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;You need to run the SQL scripts inside Query Analyser (SQL Server 2000) or Management Studio (2005) in that order.&lt;br /&gt; &lt;br /&gt;The export tool includes the option to ignore the log tables (which can often be very bulky) and also write out each of your tables to seperate files. This is useful if you only want to grab data from one particular table.&lt;br /&gt; &lt;br /&gt;You can also set the dateformat if your server is running on a different Locale to your workstation. For example, setting it to dmy gives the UK time format.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Required downloads&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;SQL Server Management Studio&lt;br /&gt;&lt;a href="http://msdn.microsoft.com/vstudio/express/sql/download/"&gt;http://msdn.microsoft.com/vstudio/express/sql/download/&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;.NET 2 Framework&lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&amp;amp;displaylang=en&lt;/a&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>mrshrinkray</author><pubDate>Mon, 04 Dec 2006 19:34:05 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20061204073405P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=UmbracoExportTool&amp;title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;About&lt;/b&gt;&lt;br /&gt;This tool is for backing up your &lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=UmbracoExportTool&amp;amp;title=http%3a%2f%2fwww.codeplex.com%2fumbraco"&gt;http://www.codeplex.com/umbraco&lt;/a&gt; database.&lt;br /&gt; &lt;br /&gt;The tool was written for people who use shared hosting and don't have the luxury of being able to backup the database when they want, or install SSIS packages. The tool replaces the SQL Enterprise Manager/SQL Server Management Studio export (which doesn't copy keys/constraints anyhow) and is written specifically for Umbraco database objects.&lt;br /&gt; &lt;br /&gt;&lt;img src="/Project/FileDownload.aspx?ProjectName=UmbracoExportTool&amp;amp;CountDownload=false&amp;amp;DownloadId=4277" alt="screenshot.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;This tool is intended to be used by people who know about connection strings and how to SQL Enterprise Manager/Management Studio, and have a basic understanding of the workings of SQL Server.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Getting started&lt;/b&gt;&lt;br /&gt;The tool is simple to use. It grabs the data from your remote SQL Server, and writes out 3 SQL Scripts:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Step1.sql - This drops and creates all umbraco objects&lt;/li&gt;&lt;li&gt;Step2.sql - This contains all your data&lt;/li&gt;&lt;li&gt;Step3.sql - This creates all the database keys.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;You need to run the SQL scripts inside Query Analyser (SQL Server 2000) or Management Studio (2005) in that order.&lt;br /&gt; &lt;br /&gt;The export tool includes the option to ignore the log tables (which can often be very bulky) and also write out each of your tables to seperate files. This is useful if you only want to grab data from one particular table.&lt;br /&gt; &lt;br /&gt;You can also set the dateformat if your server is running on a different Locale to your workstation. For example, setting it to dmy gives the UK time format.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Required downloads&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;SQL Server Management Studio&lt;br /&gt;&lt;a href="http://msdn.microsoft.com/vstudio/express/sql/download/"&gt;http://msdn.microsoft.com/vstudio/express/sql/download/&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;.NET 2 Framework&lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&amp;amp;displaylang=en&lt;/a&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>mrshrinkray</author><pubDate>Mon, 04 Dec 2006 19:33:34 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20061204073334P</guid></item><item><title>CREATED WIKI: http://www.codeplex.com/umbraco</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=UmbracoExportTool&amp;title=http://www.codeplex.com/umbraco</link><description></description><author>mrshrinkray</author><pubDate>Mon, 04 Dec 2006 19:33:34 GMT</pubDate><guid isPermaLink="false">CREATED WIKI: http://www.codeplex.com/umbraco 20061204073334P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=UmbracoExportTool&amp;title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;About&lt;/b&gt;&lt;br /&gt;The tool was written for people who use shared hosting and don't have the luxury of being able to backup the database when they want, or install SSIS packages. The tool replaces the SQL Enterprise Manager/SQL Server Management Studio export (which doesn't copy keys/constraints anyhow) and is written specifically for Umbraco database objects.&lt;br /&gt; &lt;br /&gt;&lt;img src="/Project/FileDownload.aspx?ProjectName=UmbracoExportTool&amp;amp;CountDownload=false&amp;amp;DownloadId=4277" alt="screenshot.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;This tool is intended to be used by people who know about connection strings and how to SQL Enterprise Manager/Management Studio, and have a basic understanding of the workings of SQL Server.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Getting started&lt;/b&gt;&lt;br /&gt;The tool is simple to use. It grabs the data from your remote SQL Server, and writes out 3 SQL Scripts:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Step1.sql - This drops and creates all umbraco objects&lt;/li&gt;&lt;li&gt;Step2.sql - This contains all your data&lt;/li&gt;&lt;li&gt;Step3.sql - This creates all the database keys.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;You need to run the SQL scripts inside Query Analyser (SQL Server 2000) or Management Studio (2005) in that order.&lt;br /&gt; &lt;br /&gt;The export tool includes the option to ignore the log tables (which can often be very bulky) and also write out each of your tables to seperate files. This is useful if you only want to grab data from one particular table.&lt;br /&gt; &lt;br /&gt;You can also set the dateformat if your server is running on a different Locale to your workstation. For example, setting it to dmy gives the UK time format.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Required downloads&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;SQL Server Management Studio&lt;br /&gt;&lt;a href="http://msdn.microsoft.com/vstudio/express/sql/download/"&gt;http://msdn.microsoft.com/vstudio/express/sql/download/&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;.NET 2 Framework&lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&amp;amp;displaylang=en&lt;/a&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>mrshrinkray</author><pubDate>Sat, 02 Dec 2006 14:46:59 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20061202024659P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=UmbracoExportTool&amp;title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;About&lt;/b&gt;&lt;br /&gt;The tool was written for people who use shared hosting and don't have the luxury of being able to backup the database when they want, or install SSIS packages. The tool replaces the SQL Enterprise Manager/SQL Server Management Studio export (which doesn't copy keys/constraints anyhow) and is written specifically for Umbraco database objects.&lt;br /&gt; &lt;br /&gt;&lt;img src="/Project/FileDownload.aspx?ProjectName=UmbracoExportTool&amp;amp;CountDownload=false&amp;amp;DownloadId=4277" alt="screenshot.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;This tool is intended to be used by people who know about connection strings and how to SQL Enterprise Manager/Management Studio, and have a basic understanding of the workings of SQL Server.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Getting started&lt;/b&gt;&lt;br /&gt;The tool is simple to use. It grabs the data from your remote SQL Server, and writes out 3 SQL Scripts:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Step1.sql - This drops and creates all umbraco objects&lt;/li&gt;&lt;li&gt;Step2.sql - This contains all your data&lt;/li&gt;&lt;li&gt;Step3.sql - This creates all the database keys.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;You need to run the SQL scripts inside Query Analyser (SQL Server 2000) or Management Studio (2005) in that order.&lt;br /&gt; &lt;br /&gt;The export tool includes the option to ignore the log tables (which can often be very bulky) and also write out each of your tables to seperate files. This is useful if you only want to grab data from one particular table.&lt;br /&gt; &lt;br /&gt;You can also set the dateformat if your server is running on a different Locale to your workstation. For example, setting it to dmy gives the UK time format.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Required downloads&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;SQL Server Management Studio&lt;br /&gt;[url:http://msdn.microsoft.com/vstudio/express/sql/download/&lt;br /&gt; &lt;br /&gt;.NET 2 Framework&lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&amp;amp;displaylang=en&lt;/a&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>mrshrinkray</author><pubDate>Sat, 02 Dec 2006 13:52:28 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20061202015228P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=UmbracoExportTool&amp;title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;About&lt;/b&gt;&lt;br /&gt;The tool was written for people who use shared hosting and don't have the luxury of being able to backup the database when they want, or install SSIS packages. The tool replaces the SQL Enterprise Manager/SQL Server Management Studio export (which doesn't copy keys/constraints anyhow) and is written specifically for Umbraco database objects.&lt;br /&gt; &lt;br /&gt;&lt;img src="/Project/FileDownload.aspx?ProjectName=UmbracoExportTool&amp;amp;CountDownload=false&amp;amp;DownloadId=4277" alt="screenshot.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;This tool is intended to be used by people who know about connection strings and how to SQL Enterprise Manager/Management Studio, and have a basic understanding of the workings of SQL Server.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Getting started&lt;/b&gt;&lt;br /&gt;The tool is simple to use. It grabs the data from your remote SQL Server, and writes out 3 SQL Scripts:&lt;br /&gt; &lt;br /&gt;*Step1.sql - This drops and creates all umbraco objects&lt;br /&gt;*Step2.sql - This contains all your data&lt;br /&gt;*Step3.sql - This creates all the database keys.&lt;br /&gt; &lt;br /&gt;You need to run the SQL scripts inside Query Analyser (SQL Server 2000) or Management Studio (2005) in that order.&lt;br /&gt; &lt;br /&gt;The export tool includes the option to ignore the log tables (which can often be very bulky) and also write out each of your tables to seperate files. This is useful if you only want to grab data from one particular table.&lt;br /&gt; &lt;br /&gt;You can also set the dateformat if your server is running on a different Locale to your workstation. For example, setting it to dmy gives the UK time format.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Required downloads&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;SQL Server Management Studio&lt;br /&gt;[url:http://msdn.microsoft.com/vstudio/express/sql/download/&lt;br /&gt; &lt;br /&gt;.NET 2 Framework&lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&amp;amp;displaylang=en&lt;/a&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>mrshrinkray</author><pubDate>Sat, 02 Dec 2006 13:51:37 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20061202015137P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=UmbracoExportTool&amp;title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;About&lt;/b&gt;&lt;br /&gt;The tool was written for people who use shared hosting and don't have the luxury of being able to backup the database when they want, or install SSIS packages. The tool replaces the SQL Enterprise Manager/SQL Server Management Studio export (which doesn't copy keys/constraints anyhow) and is written specifically for Umbraco database objects.&lt;br /&gt; &lt;br /&gt;This tool is intended to be used by people who know about connection strings and how to SQL Enterprise Manager/Management Studio, and have a basic understanding of the workings of SQL Server.&lt;br /&gt; &lt;br /&gt;It's a simple to use utility that grabs the data from your remote server, and writes out 3 SQL Scripts:&lt;br /&gt; &lt;br /&gt;*Step1.sql - This drops and creates all umbraco objects&lt;br /&gt;*Step2.sql - This contains all your data&lt;br /&gt;*Step3.sql - This creates all the database keys.&lt;br /&gt; &lt;br /&gt;You need to run the SQL scripts inside Query Analyser (SQL Server 2000) or Management Studio (2005) in that order.&lt;br /&gt; &lt;br /&gt;The export tool includes the option to ignore the log tables (which can often be very bulky) and also write out each of your tables to seperate files. This is useful if you only want to grab data from one particular table.&lt;br /&gt; &lt;br /&gt;You can also set the dateformat if your server is running on a different Locale to your workstation. For example, setting it to dmy gives the UK time format.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Required downloads&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;a href="http://msdn.microsoft.com/vstudio/express/sql/download/"&gt;http://msdn.microsoft.com/vstudio/express/sql/download/&lt;/a&gt;SQL Server Management Studio&lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&amp;amp;displaylang=en&lt;/a&gt; .NET 2 Framework&lt;br /&gt; &lt;br /&gt;&lt;img src="/Project/FileDownload.aspx?ProjectName=UmbracoExportTool&amp;amp;CountDownload=false&amp;amp;DownloadId=4277" alt="screenshot.jpg" /&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>mrshrinkray</author><pubDate>Sat, 02 Dec 2006 13:50:05 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20061202015005P</guid></item><item><title>CREATED RELEASE: 1 Production</title><link>http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=UmbracoExportTool&amp;ReleaseId=1185</link><description>Version 1</description><author></author><pubDate>Sat, 02 Dec 2006 13:25:30 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: 1 Production 20061202012530P</guid></item><item><title>UPDATED RELEASE: 1 Production</title><link>http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=UmbracoExportTool&amp;ReleaseId=1185</link><description>Version 1</description><author></author><pubDate>Fri, 01 Dec 2006 08:00:00 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 1 Production 20061201080000A</guid></item><item><title>UPDATED RELEASE: 1 Release Candidate</title><link>http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=UmbracoExportTool&amp;ReleaseId=1185</link><description>Version 1</description><author></author><pubDate>Fri, 01 Dec 2006 08:00:00 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 1 Release Candidate 20061201080000A</guid></item></channel></rss>