<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>ChinookDatabase Release Rss Feed</title><link>http://www.codeplex.com/ChinookDatabase/Release/ProjectReleases.aspx</link><description>ChinookDatabase Release Rss Description</description><item><title>Updated Release: Chinook Database 1.1 (Jan 04, 2009)</title><link>http://www.codeplex.com/ChinookDatabase/Release/ProjectReleases.aspx?ReleaseId=21111</link><description>&lt;div&gt;
This is a sample database available for SQL Server, Oracle and MySQL. It can be created by running a single SQL script. You can see the Chinook database schema &lt;a href="http://www.codeplex.com/ChinookDatabase/Wiki/View.aspx?title=Chinook_Schema"&gt;here&lt;/a&gt;.&lt;br&gt; &lt;br&gt;The zip file above contains SQL scripts and batch files for each database supported. It also contains the data in XML format, see &lt;b&gt;SampleData\ChinookData.xml&lt;/b&gt;, and a SQL Server Compact database &lt;b&gt;SampleData\Chinook.sdf&lt;/b&gt;.&lt;br&gt;&lt;h2&gt;
What is new?
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Support for SQL Server Compact.&lt;/li&gt;&lt;li&gt;Additional customers from multiple countries.&lt;/li&gt;&lt;li&gt;Added a many-to-many relationship (a Playlist contains many Tracks, a Track belongs to many Playlists).&lt;/li&gt;&lt;li&gt;Added a one-to-many relationship between Employee and Customer (support representative).&lt;/li&gt;&lt;li&gt;Added Total field to invoice table.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Supported Database Servers
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;MySQL&lt;/li&gt;&lt;li&gt;Oracle&lt;/li&gt;&lt;li&gt;SQL Server&lt;/li&gt;&lt;li&gt;SQL Server Compact&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
How do I Create the Chinook Database?
&lt;/h2&gt;Download and extract the zip file above. Under the &lt;b&gt;Script&lt;/b&gt; folder, there are two files per database server: a SQL script, &lt;b&gt;CreateDB.sql&lt;/b&gt;, and a batch file, &lt;b&gt;CreateDB.bat&lt;/b&gt;. You can either run the SQL script by using your preferred database tool or run the provided batch file. &lt;br&gt; &lt;br&gt;The batch files use the database server command tool (&lt;b&gt;mysql.exe&lt;/b&gt; for MySQL, &lt;b&gt;sqlcmd.exe&lt;/b&gt; for SQL Server, and &lt;b&gt;sqlplus.exe&lt;/b&gt; for Oracle). If you are using Windows Vista, it is recommended to open a Command Prompt window as Administrator in order to run these batch files.&lt;br&gt; &lt;br&gt;For SQL Server Compact, we included the compact database &lt;b&gt;SampleData\Chinook.sdf&lt;/b&gt;. If you prefer to create your own compact database, then you can use its &lt;b&gt;CreateTables.sqlce&lt;/b&gt; script.&lt;br&gt;&lt;h2&gt;
Notes for MySQL Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://dev.mysql.com/downloads/mysql/5.1.html"&gt;MySQL Server 5.1&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;The &lt;b&gt;CreateDB.bat&lt;/b&gt; file uses the localhost server, and the &lt;b&gt;root&lt;/b&gt; user with the password &lt;b&gt;p4ssw0rd&lt;/b&gt;. Change this file to match your settings before running it.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for Oracle Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.oracle.com/technology/products/database/xe/index.html"&gt;Oracle Database 10g Express Edition (XE)&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;The &lt;b&gt;CreateDB.sql&lt;/b&gt; creates a new user &lt;b&gt;chinook&lt;/b&gt;, with the password &lt;b&gt;p4ssw0rd&lt;/b&gt;. Change this script if you want a different user/password.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7522a683-4cb2-454e-b908-e805e9bd4e28&amp;DisplayLang=en"&gt;SQL Server Express 2008&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server Compact Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.microsoft.com/Sqlserver/2008/en/us/compact.aspx"&gt;SQL Server Compact 3.5 SP1&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;We included the compact database &lt;b&gt;SampleData\Chinook.sdf&lt;/b&gt;. If you prefer to create your own compact database, then you can use the &lt;b&gt;CreateTables.sqlce&lt;/b&gt; script with &lt;a href="http://msdn.microsoft.com/en-us/library/ms365247.aspx"&gt;SQL Server Management Studio Express&lt;span&gt;&lt;/span&gt;&lt;/a&gt; tool.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>lerocha</author><pubDate>Sun, 11 Jan 2009 19:25:55 GMT</pubDate><guid isPermaLink="false">Updated Release: Chinook Database 1.1 (Jan 04, 2009) 20090111072555P</guid></item><item><title>Released: Chinook Database 1.1 (Jan 04, 2009)</title><link>http://www.codeplex.com/ChinookDatabase/Release/ProjectReleases.aspx?ReleaseId=21111</link><description>&lt;div&gt;
This is a sample database available for SQL Server, Oracle and MySQL. It can be created by running a single SQL script. You can see the Chinook database schema &lt;a href="http://www.codeplex.com/ChinookDatabase/Wiki/View.aspx?title=Chinook_Schema"&gt;here&lt;/a&gt;.&lt;br&gt; &lt;br&gt;The zip file above contains SQL scripts and batch files for each database supported. It also contains the data in XML format, see &lt;b&gt;SampleData\ChinookData.xml&lt;/b&gt;, and a SQL Server Compact database &lt;b&gt;SampleData\Chinook.sdf&lt;/b&gt;.&lt;br&gt;&lt;h2&gt;
What is new?
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Support for SQL Server Compact.&lt;/li&gt;&lt;li&gt;Additional customers from multiple countries.&lt;/li&gt;&lt;li&gt;Added a many-to-many relationship (a Playlist contains many Tracks, a Track belongs to many Playlists).&lt;/li&gt;&lt;li&gt;Added a one-to-many relationship between Employee and Customer (support representative).&lt;/li&gt;&lt;li&gt;Added Total field to invoice table.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Supported Database Servers
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;MySQL&lt;/li&gt;&lt;li&gt;Oracle&lt;/li&gt;&lt;li&gt;SQL Server&lt;/li&gt;&lt;li&gt;SQL Server Compact&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
How do I Create the Chinook Database?
&lt;/h2&gt;Download and extract the zip file above. Under the &lt;b&gt;Script&lt;/b&gt; folder, there are two files per database server: a SQL script, &lt;b&gt;CreateDB.sql&lt;/b&gt;, and a batch file, &lt;b&gt;CreateDB.bat&lt;/b&gt;. You can either run the SQL script by using your preferred database tool or run the provided batch file. &lt;br&gt; &lt;br&gt;The batch files use the database server command tool (&lt;b&gt;mysql.exe&lt;/b&gt; for MySQL, &lt;b&gt;sqlcmd.exe&lt;/b&gt; for SQL Server, and &lt;b&gt;sqlplus.exe&lt;/b&gt; for Oracle). If you are using Windows Vista, it is recommended to open a Command Prompt window as Administrator in order to run these batch files.&lt;br&gt; &lt;br&gt;For SQL Server Compact, we included the compact database &lt;b&gt;SampleData\Chinook.sdf&lt;/b&gt;. If you prefer to create your own compact database, then you can use its &lt;b&gt;CreateTables.sqlce&lt;/b&gt; script.&lt;br&gt;&lt;h2&gt;
Notes for MySQL Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://dev.mysql.com/downloads/mysql/5.1.html"&gt;MySQL Server 5.1&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;The &lt;b&gt;CreateDB.bat&lt;/b&gt; file uses the localhost server, and the &lt;b&gt;root&lt;/b&gt; user with the password &lt;b&gt;p4ssw0rd&lt;/b&gt;. Change this file to match your settings before running it.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for Oracle Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.oracle.com/technology/products/database/xe/index.html"&gt;Oracle Database 10g Express Edition (XE)&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;The &lt;b&gt;CreateDB.sql&lt;/b&gt; creates a new user &lt;b&gt;chinook&lt;/b&gt;, with the password &lt;b&gt;p4ssw0rd&lt;/b&gt;. Change this script if you want a different user/password.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7522a683-4cb2-454e-b908-e805e9bd4e28&amp;DisplayLang=en"&gt;SQL Server Express 2008&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server Compact Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.microsoft.com/Sqlserver/2008/en/us/compact.aspx"&gt;SQL Server Compact 3.5 SP1&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;We included the compact database &lt;b&gt;SampleData\Chinook.sdf&lt;/b&gt;. If you prefer to create your own compact database, then you can use the &lt;b&gt;CreateTables.sqlce&lt;/b&gt; script with &lt;a href="http://msdn.microsoft.com/en-us/library/ms365247.aspx"&gt;SQL Server Management Studio Express&lt;span&gt;&lt;/span&gt;&lt;/a&gt; tool.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Sun, 11 Jan 2009 19:25:55 GMT</pubDate><guid isPermaLink="false">Released: Chinook Database 1.1 (Jan 04, 2009) 20090111072555P</guid></item><item><title>Updated Release: Chinook Database 1.1 (Jan 04, 2009)</title><link>http://www.codeplex.com/ChinookDatabase/Release/ProjectReleases.aspx?ReleaseId=21111</link><description>&lt;div&gt;
This is a sample database available for SQL Server, Oracle and MySQL. It can be created by running a single SQL script. You can see the Chinook database schema &lt;a href="http://www.codeplex.com/ChinookDatabase/Wiki/View.aspx?title=Chinook_Schema"&gt;here&lt;/a&gt;.&lt;br&gt; &lt;br&gt;The zip file above contains SQL scripts and batch files for each database supported. It also contains the data in XML format, see &lt;b&gt;SampleData\ChinookData.xml&lt;/b&gt;, and a SQL Server Compact database &lt;b&gt;SampleData\Chinook.sdf&lt;/b&gt;.&lt;br&gt;&lt;h2&gt;
What is new?
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Support for SQL Server Compact.&lt;/li&gt;&lt;li&gt;Additional customers from multiple countries.&lt;/li&gt;&lt;li&gt;Added a many-to-many relationship (a Playlist contains many Tracks, a Track belongs to many Playlists).&lt;/li&gt;&lt;li&gt;Added a one-to-many relationship between Employee and Customer (support representative).&lt;/li&gt;&lt;li&gt;Added Total field to invoice table.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Supported Database Servers
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;MySQL&lt;/li&gt;&lt;li&gt;Oracle&lt;/li&gt;&lt;li&gt;SQL Server&lt;/li&gt;&lt;li&gt;SQL Server Compact&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
How do I Create the Chinook Database?
&lt;/h2&gt;Download and extract the zip file above. Under the &lt;b&gt;Script&lt;/b&gt; folder, there are two files per database server: a SQL script, &lt;b&gt;CreateDB.sql&lt;/b&gt;, and a batch file, &lt;b&gt;CreateDB.bat&lt;/b&gt;. You can either run the SQL script by using your preferred database tool or run the provided batch file. &lt;br&gt; &lt;br&gt;The batch files use the database server command tool (&lt;b&gt;mysql.exe&lt;/b&gt; for MySQL, &lt;b&gt;sqlcmd.exe&lt;/b&gt; for SQL Server, and &lt;b&gt;sqlplus.exe&lt;/b&gt; for Oracle). If you are using Windows Vista, it is recommended to open a Command Prompt window as Administrator in order to run these batch files.&lt;br&gt; &lt;br&gt;For SQL Server Compact, we included the compact database &lt;b&gt;SampleData\Chinook.sdf&lt;/b&gt;. If you prefer to create your own compact database, then you can use its &lt;b&gt;CreateDB.sql&lt;/b&gt; script.&lt;br&gt;&lt;h2&gt;
Notes for MySQL Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://dev.mysql.com/downloads/mysql/5.1.html"&gt;MySQL Server 5.1&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;The &lt;b&gt;CreateDB.bat&lt;/b&gt; file uses the localhost server, and the &lt;b&gt;root&lt;/b&gt; user with the password &lt;b&gt;p4ssw0rd&lt;/b&gt;. Change this file to match your settings before running it.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for Oracle Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.oracle.com/technology/products/database/xe/index.html"&gt;Oracle Database 10g Express Edition (XE)&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;The &lt;b&gt;CreateDB.sql&lt;/b&gt; creates a new user &lt;b&gt;chinook&lt;/b&gt;, with the password &lt;b&gt;p4ssw0rd&lt;/b&gt;. Change this script if you want a different user/password.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7522a683-4cb2-454e-b908-e805e9bd4e28&amp;DisplayLang=en"&gt;SQL Server Express 2008&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server Compact Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.microsoft.com/Sqlserver/2008/en/us/compact.aspx"&gt;SQL Server Compact 3.5 SP1&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;We included the compact database &lt;b&gt;SampleData\Chinook.sdf&lt;/b&gt;. If you prefer to create your own compact database, then you can use the &lt;i&gt;CreateTables.sql&lt;/i&gt; script with &lt;a href="http://msdn.microsoft.com/en-us/library/ms365247.aspx"&gt;SQL Server Management Studio Express&lt;span&gt;&lt;/span&gt;&lt;/a&gt; tool.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>lerocha</author><pubDate>Tue, 06 Jan 2009 03:08:40 GMT</pubDate><guid isPermaLink="false">Updated Release: Chinook Database 1.1 (Jan 04, 2009) 20090106030840A</guid></item><item><title>Released: Chinook Database 1.1 (Jan 04, 2009)</title><link>http://www.codeplex.com/ChinookDatabase/Release/ProjectReleases.aspx?ReleaseId=21111</link><description>&lt;div&gt;
This is a sample database available for SQL Server, Oracle and MySQL. It can be created by running a single SQL script. You can see the Chinook database schema &lt;a href="http://www.codeplex.com/ChinookDatabase/Wiki/View.aspx?title=Chinook_Schema"&gt;here&lt;/a&gt;.&lt;br&gt; &lt;br&gt;The zip file above contains SQL scripts and batch files for each database supported. It also contains the data in XML format, see &lt;b&gt;SampleData\ChinookData.xml&lt;/b&gt;, and a SQL Server Compact database &lt;b&gt;SampleData\Chinook.sdf&lt;/b&gt;.&lt;br&gt;&lt;h2&gt;
What is new?
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Support for SQL Server Compact.&lt;/li&gt;&lt;li&gt;Additional customers from multiple countries.&lt;/li&gt;&lt;li&gt;Added a many-to-many relationship (a Playlist contains many Tracks, a Track belongs to many Playlists).&lt;/li&gt;&lt;li&gt;Added a one-to-many relationship between Employee and Customer (support representative).&lt;/li&gt;&lt;li&gt;Added Total field to invoice table.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Supported Database Servers
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;MySQL&lt;/li&gt;&lt;li&gt;Oracle&lt;/li&gt;&lt;li&gt;SQL Server&lt;/li&gt;&lt;li&gt;SQL Server Compact&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
How do I Create the Chinook Database?
&lt;/h2&gt;Download and extract the zip file above. Under the &lt;b&gt;Script&lt;/b&gt; folder, there are two files per database server: a SQL script, &lt;b&gt;CreateDB.sql&lt;/b&gt;, and a batch file, &lt;b&gt;CreateDB.bat&lt;/b&gt;. You can either run the SQL script by using your preferred database tool or run the provided batch file. &lt;br&gt; &lt;br&gt;The batch files use the database server command tool (&lt;b&gt;mysql.exe&lt;/b&gt; for MySQL, &lt;b&gt;sqlcmd.exe&lt;/b&gt; for SQL Server, and &lt;b&gt;sqlplus.exe&lt;/b&gt; for Oracle). If you are using Windows Vista, it is recommended to open a Command Prompt window as Administrator in order to run these batch files.&lt;br&gt; &lt;br&gt;For SQL Server Compact, we included the compact database &lt;b&gt;SampleData\Chinook.sdf&lt;/b&gt;. If you prefer to create your own compact database, then you can use its &lt;b&gt;CreateDB.sql&lt;/b&gt; script.&lt;br&gt;&lt;h2&gt;
Notes for MySQL Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://dev.mysql.com/downloads/mysql/5.1.html"&gt;MySQL Server 5.1&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;The &lt;b&gt;CreateDB.bat&lt;/b&gt; file uses the localhost server, and the &lt;b&gt;root&lt;/b&gt; user with the password &lt;b&gt;p4ssw0rd&lt;/b&gt;. Change this file to match your settings before running it.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for Oracle Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.oracle.com/technology/products/database/xe/index.html"&gt;Oracle Database 10g Express Edition (XE)&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;The &lt;b&gt;CreateDB.sql&lt;/b&gt; creates a new user &lt;b&gt;chinook&lt;/b&gt;, with the password &lt;b&gt;p4ssw0rd&lt;/b&gt;. Change this script if you want a different user/password.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7522a683-4cb2-454e-b908-e805e9bd4e28&amp;DisplayLang=en"&gt;SQL Server Express 2008&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server Compact Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.microsoft.com/Sqlserver/2008/en/us/compact.aspx"&gt;SQL Server Compact 3.5 SP1&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;We included the compact database &lt;b&gt;SampleData\Chinook.sdf&lt;/b&gt;. If you prefer to create your own compact database, then you can use the &lt;i&gt;CreateTables.sql&lt;/i&gt; script with &lt;a href="http://msdn.microsoft.com/en-us/library/ms365247.aspx"&gt;SQL Server Management Studio Express&lt;span&gt;&lt;/span&gt;&lt;/a&gt; tool.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Tue, 06 Jan 2009 03:08:40 GMT</pubDate><guid isPermaLink="false">Released: Chinook Database 1.1 (Jan 04, 2009) 20090106030840A</guid></item><item><title>Updated Release: Chinook Database 1.1 (Jan 04, 2009)</title><link>http://www.codeplex.com/ChinookDatabase/Release/ProjectReleases.aspx?ReleaseId=21111</link><description>&lt;div&gt;
This is a sample database available for SQL Server, Oracle and MySQL. It can be created by running a single SQL script. You can see the Chinook database schema &lt;a href="http://www.codeplex.com/ChinookDatabase/Wiki/View.aspx?title=Chinook_Schema"&gt;here&lt;/a&gt;.&lt;br&gt; &lt;br&gt;The zip file above contains SQL scripts and batch files for each database supported. It also contains the data in XML format, see &lt;b&gt;SampleData\ChinookData.xml&lt;/b&gt;, and a SQL Server Compact database &lt;b&gt;SampleData\Chinook.sdf&lt;/b&gt;.&lt;br&gt;&lt;h2&gt;
What is new?
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Support for SQL Server Compact.&lt;/li&gt;&lt;li&gt;Additional customers from multiple countries.&lt;/li&gt;&lt;li&gt;Added a many-to-many relationship (a Playlist contains many Tracks, a Track belongs to many Playlists).&lt;/li&gt;&lt;li&gt;Added a one-to-many relationship between Employee and Customer (support representative).&lt;/li&gt;&lt;li&gt;Added Total field to invoice table.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Supported Database Servers
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;MySQL&lt;/li&gt;&lt;li&gt;Oracle&lt;/li&gt;&lt;li&gt;SQL Server&lt;/li&gt;&lt;li&gt;SQL Server Compact&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
How do I Create the Chinook Database?
&lt;/h2&gt;Download and extract the zip file above. Under the &lt;b&gt;Script&lt;/b&gt; folder, there are two files per database server: a SQL script, &lt;b&gt;CreateDB.sql&lt;/b&gt;, and a batch file, &lt;b&gt;CreateDB.bat&lt;/b&gt;. You can either run the SQL script by using your preferred database tool or run the provided batch file. &lt;br&gt; &lt;br&gt;The batch files use the database server command tool (&lt;b&gt;mysql.exe&lt;/b&gt; for MySQL, &lt;b&gt;sqlcmd.exe&lt;/b&gt; for SQL Server, and &lt;b&gt;sqlplus.exe&lt;/b&gt; for Oracle). If you are using Windows Vista, it is recommended to open a Command Prompt window as Administrator in order to run these batch files.&lt;br&gt; &lt;br&gt;For SQL Server Compact, we included the compact database &lt;b&gt;SampleData\Chinook.sdf&lt;/b&gt;. If you prefer to create your own compact database, then you can use its &lt;b&gt;CreateDB.sql&lt;/b&gt; script.&lt;br&gt;&lt;h2&gt;
Notes for MySQL Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://dev.mysql.com/downloads/mysql/5.1.html"&gt;MySQL Server 5.1&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;The &lt;b&gt;CreateDB.bat&lt;/b&gt; file uses the localhost server, and the &lt;b&gt;root&lt;/b&gt; user with the password &lt;b&gt;p4ssw0rd&lt;/b&gt;. Change this file to match your settings before running it.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for Oracle Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.oracle.com/technology/products/database/xe/index.html"&gt;Oracle Database 10g Express Edition (XE)&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;The &lt;b&gt;CreateDB.sql&lt;/b&gt; creates a new user &lt;b&gt;chinook&lt;/b&gt;, with the password &lt;b&gt;p4ssw0rd&lt;/b&gt;. Change this script if you want a different user/password.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7522a683-4cb2-454e-b908-e805e9bd4e28&amp;DisplayLang=en"&gt;SQL Server Express 2008&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server Compact Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.microsoft.com/Sqlserver/2008/en/us/compact.aspx"&gt;SQL Server Compact 3.5 SP1&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;We included the compact database &lt;b&gt;SampleData\Chinook.sdf&lt;/b&gt;. If you prefer to create your own compact database, then you can use the &lt;i&gt;CreateTables.sql&lt;/i&gt; script with &lt;a href="http://msdn.microsoft.com/en-us/library/ms365247.aspx"&gt;SQL Server Management Studio Express&lt;span&gt;&lt;/span&gt;&lt;/a&gt; tool.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>lerocha</author><pubDate>Mon, 05 Jan 2009 03:50:59 GMT</pubDate><guid isPermaLink="false">Updated Release: Chinook Database 1.1 (Jan 04, 2009) 20090105035059A</guid></item><item><title>Released: Chinook Database 1.1 (Jan 04, 2009)</title><link>http://www.codeplex.com/ChinookDatabase/Release/ProjectReleases.aspx?ReleaseId=21111</link><description>&lt;div&gt;
This is a sample database available for SQL Server, Oracle and MySQL. It can be created by running a single SQL script. You can see the Chinook database schema &lt;a href="http://www.codeplex.com/ChinookDatabase/Wiki/View.aspx?title=Chinook_Schema"&gt;here&lt;/a&gt;.&lt;br&gt; &lt;br&gt;The zip file above contains SQL scripts and batch files for each database supported. It also contains the data in XML format, see &lt;b&gt;SampleData\ChinookData.xml&lt;/b&gt;, and a SQL Server Compact database &lt;b&gt;SampleData\Chinook.sdf&lt;/b&gt;.&lt;br&gt;&lt;h2&gt;
What is new?
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Support for SQL Server Compact.&lt;/li&gt;&lt;li&gt;Additional customers from multiple countries.&lt;/li&gt;&lt;li&gt;Added a many-to-many relationship (a Playlist contains many Tracks, a Track belongs to many Playlists).&lt;/li&gt;&lt;li&gt;Added a one-to-many relationship between Employee and Customer (support representative).&lt;/li&gt;&lt;li&gt;Added Total field to invoice table.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Supported Database Servers
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;MySQL&lt;/li&gt;&lt;li&gt;Oracle&lt;/li&gt;&lt;li&gt;SQL Server&lt;/li&gt;&lt;li&gt;SQL Server Compact&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
How do I Create the Chinook Database?
&lt;/h2&gt;Download and extract the zip file above. Under the &lt;b&gt;Script&lt;/b&gt; folder, there are two files per database server: a SQL script, &lt;b&gt;CreateDB.sql&lt;/b&gt;, and a batch file, &lt;b&gt;CreateDB.bat&lt;/b&gt;. You can either run the SQL script by using your preferred database tool or run the provided batch file. &lt;br&gt; &lt;br&gt;The batch files use the database server command tool (&lt;b&gt;mysql.exe&lt;/b&gt; for MySQL, &lt;b&gt;sqlcmd.exe&lt;/b&gt; for SQL Server, and &lt;b&gt;sqlplus.exe&lt;/b&gt; for Oracle). If you are using Windows Vista, it is recommended to open a Command Prompt window as Administrator in order to run these batch files.&lt;br&gt; &lt;br&gt;For SQL Server Compact, we included the compact database &lt;b&gt;SampleData\Chinook.sdf&lt;/b&gt;. If you prefer to create your own compact database, then you can use its &lt;b&gt;CreateDB.sql&lt;/b&gt; script.&lt;br&gt;&lt;h2&gt;
Notes for MySQL Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://dev.mysql.com/downloads/mysql/5.1.html"&gt;MySQL Server 5.1&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;The &lt;b&gt;CreateDB.bat&lt;/b&gt; file uses the localhost server, and the &lt;b&gt;root&lt;/b&gt; user with the password &lt;b&gt;p4ssw0rd&lt;/b&gt;. Change this file to match your settings before running it.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for Oracle Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.oracle.com/technology/products/database/xe/index.html"&gt;Oracle Database 10g Express Edition (XE)&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;The &lt;b&gt;CreateDB.sql&lt;/b&gt; creates a new user &lt;b&gt;chinook&lt;/b&gt;, with the password &lt;b&gt;p4ssw0rd&lt;/b&gt;. Change this script if you want a different user/password.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7522a683-4cb2-454e-b908-e805e9bd4e28&amp;DisplayLang=en"&gt;SQL Server Express 2008&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server Compact Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.microsoft.com/Sqlserver/2008/en/us/compact.aspx"&gt;SQL Server Compact 3.5 SP1&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;We included the compact database &lt;b&gt;SampleData\Chinook.sdf&lt;/b&gt;. If you prefer to create your own compact database, then you can use the &lt;i&gt;CreateTables.sql&lt;/i&gt; script with &lt;a href="http://msdn.microsoft.com/en-us/library/ms365247.aspx"&gt;SQL Server Management Studio Express&lt;span&gt;&lt;/span&gt;&lt;/a&gt; tool.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Mon, 05 Jan 2009 03:50:56 GMT</pubDate><guid isPermaLink="false">Released: Chinook Database 1.1 (Jan 04, 2009) 20090105035056A</guid></item><item><title>Updated Release: Chinook Database 1.1</title><link>http://www.codeplex.com/ChinookDatabase/Release/ProjectReleases.aspx?ReleaseId=21111</link><description>&lt;div&gt;
This is a sample database available for SQL Server, Oracle and MySQL. It can be created by running a single SQL script. You can see the Chinook database schema &lt;a href="http://www.codeplex.com/ChinookDatabase/Wiki/View.aspx?title=Chinook_Schema"&gt;here&lt;/a&gt;.&lt;br&gt; &lt;br&gt;The zip file above contains SQL scripts and batch files for each database supported. It also contains the data in XML format, see &lt;b&gt;SampleData\ChinookData.xml&lt;/b&gt;, and a SQL Server Compact database &lt;b&gt;SampleData\Chinook.sdf&lt;/b&gt;.&lt;br&gt;&lt;h2&gt;
What is new?
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Support for SQL Server Compact.&lt;/li&gt;&lt;li&gt;Additional customers from multiple countries.&lt;/li&gt;&lt;li&gt;Added a many-to-many relationship (a Playlist contains many Tracks, a Track belongs to many Playlists).&lt;/li&gt;&lt;li&gt;Added a one-to-many relationship between Employee and Customer (support representative).&lt;/li&gt;&lt;li&gt;Added Total field to invoice table.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Supported Database Servers
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;MySQL&lt;/li&gt;&lt;li&gt;Oracle&lt;/li&gt;&lt;li&gt;SQL Server&lt;/li&gt;&lt;li&gt;SQL Server Compact&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
How do I Create the Chinook Database?
&lt;/h2&gt;Download and extract the zip file above. Under the &lt;b&gt;Script&lt;/b&gt; folder, there are two files per database server: a SQL script, &lt;b&gt;CreateDB.sql&lt;/b&gt;, and a batch file, &lt;b&gt;CreateDB.bat&lt;/b&gt;. You can either run the SQL script by using your preferred database tool or run the provided batch file. &lt;br&gt; &lt;br&gt;The batch files use the database server command tool (&lt;b&gt;mysql.exe&lt;/b&gt; for MySQL, &lt;b&gt;sqlcmd.exe&lt;/b&gt; for SQL Server, and &lt;b&gt;sqlplus.exe&lt;/b&gt; for Oracle). If you are using Windows Vista, it is recommended to open a Command Prompt window as Administrator in order to run these batch files.&lt;br&gt; &lt;br&gt;For SQL Server Compact, we included the compact database &lt;b&gt;SampleData\Chinook.sdf&lt;/b&gt;. If you prefer to create your own compact database, then you can use its &lt;b&gt;CreateDB.sql&lt;/b&gt; script.&lt;br&gt;&lt;h2&gt;
Notes for MySQL Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://dev.mysql.com/downloads/mysql/5.1.html"&gt;MySQL Server 5.1&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;The &lt;b&gt;CreateDB.bat&lt;/b&gt; file uses the localhost server, and the &lt;b&gt;root&lt;/b&gt; user with the password &lt;b&gt;p4ssw0rd&lt;/b&gt;. Change this file to match your settings before running it.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for Oracle Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.oracle.com/technology/products/database/xe/index.html"&gt;Oracle Database 10g Express Edition (XE)&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;The &lt;b&gt;CreateDB.sql&lt;/b&gt; creates a new user &lt;b&gt;chinook&lt;/b&gt;, with the password &lt;b&gt;p4ssw0rd&lt;/b&gt;. Change this script if you want a different user/password.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7522a683-4cb2-454e-b908-e805e9bd4e28&amp;DisplayLang=en"&gt;SQL Server Express 2008&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server Compact Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.microsoft.com/Sqlserver/2008/en/us/compact.aspx"&gt;SQL Server Compact 3.5 SP1&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;We included the compact database &lt;b&gt;SampleData\Chinook.sdf&lt;/b&gt;. If you prefer to create your own compact database, then you can use the &lt;i&gt;CreateTables.sql&lt;/i&gt; script with &lt;a href="http://msdn.microsoft.com/en-us/library/ms365247.aspx"&gt;SQL Server Management Studio Express&lt;span&gt;&lt;/span&gt;&lt;/a&gt; tool.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>lerocha</author><pubDate>Mon, 05 Jan 2009 03:50:21 GMT</pubDate><guid isPermaLink="false">Updated Release: Chinook Database 1.1 20090105035021A</guid></item><item><title>Updated Release: Chinook Database 1.1</title><link>http://www.codeplex.com/ChinookDatabase/Release/ProjectReleases.aspx?ReleaseId=21111</link><description>&lt;div&gt;
This is a sample database available for SQL Server, Oracle and MySQL. It can be created by running a single SQL script. You can see the Chinook database schema &lt;a href="http://www.codeplex.com/ChinookDatabase/Wiki/View.aspx?title=Chinook_Schema"&gt;here&lt;/a&gt;.&lt;br&gt; &lt;br&gt;The zip file above contains SQL scripts and batch files for each database supported. It also contains the data in XML format (DataSet), see &lt;b&gt;SampleData\ChinookData.xml&lt;/b&gt;.&lt;br&gt;&lt;h2&gt;
What is new?
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Added a many-to-many relationship (a Playlist contains many Tracks, a Track belongs to many Playlists).&lt;/li&gt;&lt;li&gt;Support for SQL Server Compact.&lt;/li&gt;&lt;li&gt;Additional data for customers and employees.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Supported Database Servers
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;MySQL&lt;/li&gt;&lt;li&gt;Oracle&lt;/li&gt;&lt;li&gt;SQL Server&lt;/li&gt;&lt;li&gt;SQL Server Compact&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
How do I Create the Chinook Database?
&lt;/h2&gt;Download and extract the zip file above. Under the &lt;b&gt;Script&lt;/b&gt; folder, there are two files per database server: a SQL script, &lt;b&gt;CreateDB.sql&lt;/b&gt;, and a batch file, &lt;b&gt;CreateDB.bat&lt;/b&gt;. You can either run the SQL script by using your preferred database tool or run the provided batch file. &lt;br&gt; &lt;br&gt;The batch files use the database server command tool (&lt;b&gt;mysql.exe&lt;/b&gt; for MySQL, &lt;b&gt;sqlcmd.exe&lt;/b&gt; for SQL Server, and &lt;b&gt;sqlplus.exe&lt;/b&gt; for Oracle). If you are using Windows Vista, it is recommended to open a Command Prompt window as Administrator in order to run these batch files.&lt;br&gt; &lt;br&gt;For SQL Server Compact, we included the compact database &lt;b&gt;SampleData\Chinook.sdf&lt;/b&gt;. If you prefer to create your own compact database, then you can use its &lt;b&gt;CreateDB.sql&lt;/b&gt; script.&lt;br&gt;&lt;h2&gt;
Notes for MySQL Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://dev.mysql.com/downloads/mysql/5.1.html"&gt;MySQL Server 5.1&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;The &lt;b&gt;CreateDB.bat&lt;/b&gt; file uses the localhost server, and the &lt;b&gt;root&lt;/b&gt; user with the password &lt;b&gt;p4ssw0rd&lt;/b&gt;. Change this file to match your settings before running it.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for Oracle Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.oracle.com/technology/products/database/xe/index.html"&gt;Oracle Database 10g Express Edition (XE)&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;The &lt;b&gt;CreateDB.sql&lt;/b&gt; creates a new user &lt;b&gt;chinook&lt;/b&gt;, with the password &lt;b&gt;p4ssw0rd&lt;/b&gt;. Change this script if you want a different user/password.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7522a683-4cb2-454e-b908-e805e9bd4e28&amp;DisplayLang=en"&gt;SQL Server Express 2008&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server Compact Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.microsoft.com/Sqlserver/2008/en/us/compact.aspx"&gt;SQL Server Compact 3.5 SP1&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;We included the compact database &lt;b&gt;SampleData\Chinook.sdf&lt;/b&gt;. If you prefer to create your own compact database, then you can use the &lt;i&gt;CreateTables.sql&lt;/i&gt; script with &lt;a href="http://msdn.microsoft.com/en-us/library/ms365247.aspx"&gt;SQL Server Management Studio Express&lt;span&gt;&lt;/span&gt;&lt;/a&gt; tool.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>lerocha</author><pubDate>Mon, 05 Jan 2009 00:17:43 GMT</pubDate><guid isPermaLink="false">Updated Release: Chinook Database 1.1 20090105121743A</guid></item><item><title>Updated Release: Chinook Database 1.1</title><link>http://www.codeplex.com/ChinookDatabase/Release/ProjectReleases.aspx?ReleaseId=21111</link><description>&lt;div&gt;
This is a sample database available for SQL Server, Oracle and MySQL. It can be created by running a single SQL script. You can see the Chinook database schema &lt;a href="http://www.codeplex.com/ChinookDatabase/Wiki/View.aspx?title=Chinook_Schema"&gt;here&lt;/a&gt;.&lt;br&gt; &lt;br&gt;The zip file above contains SQL scripts and batch files for each database supported. It also contains the data in XML format (DataSet), see &lt;b&gt;SampleData\ChinookData.xml&lt;/b&gt;.&lt;br&gt;&lt;h2&gt;
What is new?
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Added a many-to-many relationship (a Playlist contains many Tracks, a Track belongs to many Playlists).&lt;/li&gt;&lt;li&gt;Support for SQL Server Compact.&lt;/li&gt;&lt;li&gt;Additional data for customers and employees.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Supported Database Servers
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;MySQL&lt;/li&gt;&lt;li&gt;Oracle&lt;/li&gt;&lt;li&gt;SQL Server&lt;/li&gt;&lt;li&gt;SQL Server Compact&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
How do I Create the Chinook Database?
&lt;/h2&gt;Download and extract the zip file above. Under the &lt;b&gt;Script&lt;/b&gt; folder, there are two files per database server: a SQL script, &lt;b&gt;CreateDB.sql&lt;/b&gt;, and a batch file, &lt;b&gt;CreateDB.bat&lt;/b&gt;. You can either run the SQL script by using your preferred database tool or run the provided batch file. &lt;br&gt; &lt;br&gt;The batch files use the database server command tool (&lt;b&gt;mysql.exe&lt;/b&gt; for MySQL, &lt;b&gt;sqlcmd.exe&lt;/b&gt; for SQL Server, and &lt;b&gt;sqlplus.exe&lt;/b&gt; for Oracle). If you are using Windows Vista, it is recommended to open a Command Prompt window as Administrator in order to run these batch files.&lt;br&gt; &lt;br&gt;For SQL Server Compact, we included the compact database &lt;b&gt;SampleData\Chinook.sdf&lt;/b&gt;. If you prefer to create your own compact database, then you can use its &lt;b&gt;CreateDB.sql&lt;/b&gt; script.&lt;br&gt;&lt;h2&gt;
Notes for MySQL Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://dev.mysql.com/downloads/mysql/5.1.html"&gt;MySQL Server 5.1&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;The &lt;b&gt;CreateDB.bat&lt;/b&gt; file uses the localhost server, and the &lt;b&gt;root&lt;/b&gt; user with the password &lt;b&gt;p4ssw0rd&lt;/b&gt;. Change this file to match your settings before running it.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for Oracle Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.oracle.com/technology/products/database/xe/index.html"&gt;Oracle Database 10g Express Edition (XE)&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;The &lt;b&gt;CreateDB.sql&lt;/b&gt; creates a new user &lt;b&gt;chinook&lt;/b&gt;, with the password &lt;b&gt;p4ssw0rd&lt;/b&gt;. Change this script if you want a different user/password.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7522a683-4cb2-454e-b908-e805e9bd4e28&amp;DisplayLang=en"&gt;SQL Server Express 2008&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server Compact Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.microsoft.com/Sqlserver/2008/en/us/compact.aspx"&gt;SQL Server Compact 3.5 SP1&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;We included the compact database &lt;b&gt;SampleData\Chinook.sdf&lt;/b&gt;. If you prefer to create your own compact database, then you can use the &lt;i&gt;CreateDB.sql&lt;/i&gt; script with &lt;a href="http://msdn.microsoft.com/en-us/library/ms365247.aspx"&gt;SQL Server Management Studio Express&lt;span&gt;&lt;/span&gt;&lt;/a&gt; tool.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>lerocha</author><pubDate>Tue, 30 Dec 2008 06:08:58 GMT</pubDate><guid isPermaLink="false">Updated Release: Chinook Database 1.1 20081230060858A</guid></item><item><title>Updated Release: Chinook Database 1.1</title><link>http://www.codeplex.com/ChinookDatabase/Release/ProjectReleases.aspx?ReleaseId=21111</link><description>&lt;div&gt;
This is a sample database available for SQL Server, Oracle and MySQL. It can be created by running a single SQL script. You can see the Chinook database schema &lt;a href="http://www.codeplex.com/ChinookDatabase/Wiki/View.aspx?title=Chinook_Schema"&gt;here&lt;/a&gt;.&lt;br&gt; &lt;br&gt;The zip file above contains SQL scripts and batch files for each database supported. It also contains the data in XML format (DataSet), see &lt;i&gt;SampleData\ChinookData.xml&lt;/i&gt;.&lt;br&gt;&lt;h2&gt;
What is new?
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Added a many-to-many relationship (a Playlist contains many Tracks, a Track belongs to many Playlists).&lt;/li&gt;&lt;li&gt;Support for SQL Server Compact.&lt;/li&gt;&lt;li&gt;Additional data for customers and employees.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Supported Database Servers
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;MySQL&lt;/li&gt;&lt;li&gt;Oracle&lt;/li&gt;&lt;li&gt;SQL Server&lt;/li&gt;&lt;li&gt;SQL Server Compact&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
How do I Create the Chinook Database?
&lt;/h2&gt;Download and extract the zip file above. Under the &lt;i&gt;Script&lt;/i&gt; folder, there are two files per database server: a SQL script, &lt;i&gt;CreateDB.sql&lt;/i&gt;, and a batch file, &lt;i&gt;CreateDB.bat&lt;/i&gt;. You can either run the SQL script by using your preferred database tool or run the provided batch file. &lt;br&gt; &lt;br&gt;The batch files use the database server command tool (&lt;i&gt;mysql.exe&lt;/i&gt; for MySQL, &lt;i&gt;sqlcmd.exe&lt;/i&gt; for SQL Server, and &lt;i&gt;sqlplus.exe&lt;/i&gt; for Oracle). If you are using Windows Vista, you should open a Command Prompt window as &lt;i&gt;Administrator&lt;/i&gt; in order to run these batch files.&lt;br&gt;&lt;h2&gt;
Notes for MySQL Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://dev.mysql.com/downloads/mysql/5.1.html"&gt;MySQL Server 5.1&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;The &lt;i&gt;CreateDB.bat&lt;/i&gt; file uses the localhost server, and the &lt;i&gt;root&lt;/i&gt; user with the password &lt;i&gt;p4ssw0rd&lt;/i&gt;. Change this file to match your settings before running it.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for Oracle Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.oracle.com/technology/products/database/xe/index.html"&gt;Oracle Database 10g Express Edition (XE)&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;The &lt;i&gt;CreateDB.sql&lt;/i&gt; creates a new user &lt;i&gt;chinook&lt;/i&gt;, with the password &lt;i&gt;p4ssw0rd&lt;/i&gt;. Change this script if you want a different user/password.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7522a683-4cb2-454e-b908-e805e9bd4e28&amp;DisplayLang=en"&gt;SQL Server Express 2008&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server Compact Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using &lt;a href="http://www.microsoft.com/Sqlserver/2008/en/us/compact.aspx"&gt;SQL Server Compact 3.5 SP1&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;When using SQL Server Compact, you will have to create an empty database, and then use &lt;a href="http://msdn.microsoft.com/en-us/library/ms365247.aspx"&gt;SQL Server Management Studio Express&lt;span&gt;&lt;/span&gt;&lt;/a&gt; tool to run the &lt;i&gt;CreateDB.sql&lt;/i&gt; to create and populate the tables.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>lerocha</author><pubDate>Tue, 30 Dec 2008 00:58:23 GMT</pubDate><guid isPermaLink="false">Updated Release: Chinook Database 1.1 20081230125823A</guid></item><item><title>Updated Release: Chinook Database 1.1</title><link>http://www.codeplex.com/ChinookDatabase/Release/ProjectReleases.aspx?ReleaseId=21111</link><description>&lt;div&gt;
This is a sample database available for SQL Server, Oracle and MySQL. It can be created by running a single SQL script. You can see the Chinook database schema &lt;a href="http://www.codeplex.com/ChinookDatabase/Wiki/View.aspx?title=Chinook_Schema"&gt;here&lt;/a&gt;.&lt;br&gt; &lt;br&gt;The zip file above contains SQL scripts and batch files for each database supported. It also contains the data in XML format (DataSet), see &lt;i&gt;SampleData\ChinookData.xml&lt;/i&gt;.&lt;br&gt;&lt;h2&gt;
What is new?
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Added a many-to-many relationship (a Playlist contains many Tracks, a Track belongs to many Playlists).&lt;/li&gt;&lt;li&gt;Support for SQL Server Compact.&lt;/li&gt;&lt;li&gt;Additional data for customers and employees.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Supported Database Servers
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;SQL Server&lt;/li&gt;&lt;li&gt;Oracle&lt;/li&gt;&lt;li&gt;MySQL&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
How do I Create the Chinook Database?
&lt;/h2&gt;Download and extract the zip file above. Under the &lt;i&gt;Script&lt;/i&gt; folder, there are two files per database server: a SQL script, &lt;i&gt;CreateDB.sql&lt;/i&gt;, and a batch file, &lt;i&gt;CreateDB.bat&lt;/i&gt;. You can either run the SQL script by using your preferred database tool or run the provided batch file. &lt;br&gt; &lt;br&gt;The batch files use the database server command tool (&lt;i&gt;mysql.exe&lt;/i&gt;, &lt;i&gt;osql.exe&lt;/i&gt; for SQL Server, and &lt;i&gt;sqlplus.exe&lt;/i&gt; for Oracle). If you are using Windows Vista, you should open a Command Prompt window as &lt;i&gt;Administrator&lt;/i&gt; in order to run these batch files.&lt;br&gt;&lt;h2&gt;
Notes for MySQL Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using MySQL Server 5.0.&lt;/li&gt;&lt;li&gt;The &lt;i&gt;CreateDB.bat&lt;/i&gt; file uses the localhost server, and the &lt;i&gt;root&lt;/i&gt; user with the password &lt;i&gt;p4ssw0rd&lt;/i&gt;. Change this file to match your settings before running it.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for Oracle Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using Oracle Database 10g Express Edition (XE).&lt;/li&gt;&lt;li&gt;The &lt;i&gt;CreateDB.sql&lt;/i&gt; creates a new user &lt;i&gt;chinook&lt;/i&gt;, with the password &lt;i&gt;p4ssw0rd&lt;/i&gt;. Change this script if you want a different user/password.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using SQL Server Express which ships with Visual Studio 2008.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>lerocha</author><pubDate>Tue, 30 Dec 2008 00:37:14 GMT</pubDate><guid isPermaLink="false">Updated Release: Chinook Database 1.1 20081230123714A</guid></item><item><title>Updated Release: Chinook Database 1.0 (Aug 17, 2008)</title><link>http://www.codeplex.com/ChinookDatabase/Release/ProjectReleases.aspx?ReleaseId=16370</link><description>&lt;div&gt;
This is a sample database available for SQL Server, Oracle and MySQL. It can be created by running a single SQL script. You can see the Chinook database schema &lt;a href="http://www.codeplex.com/ChinookDatabase/Wiki/View.aspx?title=Chinook_Schema"&gt;here&lt;/a&gt;.&lt;br&gt; &lt;br&gt;The zip file above contains SQL scripts and batch files for each database supported. It also contains the data in XML format (DataSet), see &lt;i&gt;SampleData\ChinookData.xml&lt;/i&gt;.&lt;br&gt;&lt;h2&gt;
Supported Database Servers
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;SQL Server&lt;/li&gt;&lt;li&gt;Oracle&lt;/li&gt;&lt;li&gt;MySQL&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
How do I Create the Chinook Database?
&lt;/h2&gt;Download and extract the zip file above. Under the &lt;i&gt;Script&lt;/i&gt; folder, there are two files per database server: a SQL script, &lt;i&gt;CreateDB.sql&lt;/i&gt;, and a batch file, &lt;i&gt;CreateDB.bat&lt;/i&gt;. You can either run the SQL script by using your preferred database tool or run the provided batch file. &lt;br&gt; &lt;br&gt;The batch files use the database server command tool (&lt;i&gt;mysql.exe&lt;/i&gt;, &lt;i&gt;osql.exe&lt;/i&gt; for SQL Server, and &lt;i&gt;sqlplus.exe&lt;/i&gt; for Oracle). If you are using Windows Vista, you should open a Command Prompt window as &lt;i&gt;Administrator&lt;/i&gt; in order to run these batch files.&lt;br&gt;&lt;h2&gt;
Notes for MySQL Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using MySQL Server 5.0.&lt;/li&gt;&lt;li&gt;The &lt;i&gt;CreateDB.bat&lt;/i&gt; file uses the localhost server, and the &lt;i&gt;root&lt;/i&gt; user with the password &lt;i&gt;p4ssw0rd&lt;/i&gt;. Change this file to match your settings before running it.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for Oracle Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using Oracle Database 10g Express Edition (XE).&lt;/li&gt;&lt;li&gt;The &lt;i&gt;CreateDB.sql&lt;/i&gt; creates a new user &lt;i&gt;chinook&lt;/i&gt;, with the password &lt;i&gt;p4ssw0rd&lt;/i&gt;. Change this script if you want a different user/password.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using SQL Server Express which ships with Visual Studio 2008.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>lerocha</author><pubDate>Sat, 22 Nov 2008 03:45:40 GMT</pubDate><guid isPermaLink="false">Updated Release: Chinook Database 1.0 (Aug 17, 2008) 20081122034540A</guid></item><item><title>Released: Chinook Database 1.0 (Aug 17, 2008)</title><link>http://www.codeplex.com/ChinookDatabase/Release/ProjectReleases.aspx?ReleaseId=16370</link><description>&lt;div&gt;
This is a sample database available for SQL Server, Oracle and MySQL. It can be created by running a single SQL script. You can see the Chinook database schema &lt;a href="http://www.codeplex.com/ChinookDatabase/Wiki/View.aspx?title=Chinook_Schema"&gt;here&lt;/a&gt;.&lt;br&gt; &lt;br&gt;The zip file above contains SQL scripts and batch files for each database supported. It also contains the data in XML format (DataSet), see &lt;i&gt;SampleData\ChinookData.xml&lt;/i&gt;.&lt;br&gt;&lt;h2&gt;
Supported Database Servers
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;SQL Server&lt;/li&gt;&lt;li&gt;Oracle&lt;/li&gt;&lt;li&gt;MySQL&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
How do I Create the Chinook Database?
&lt;/h2&gt;Download and extract the zip file above. Under the &lt;i&gt;Script&lt;/i&gt; folder, there are two files per database server: a SQL script, &lt;i&gt;CreateDB.sql&lt;/i&gt;, and a batch file, &lt;i&gt;CreateDB.bat&lt;/i&gt;. You can either run the SQL script by using your preferred database tool or run the provided batch file. &lt;br&gt; &lt;br&gt;The batch files use the database server command tool (&lt;i&gt;mysql.exe&lt;/i&gt;, &lt;i&gt;osql.exe&lt;/i&gt; for SQL Server, and &lt;i&gt;sqlplus.exe&lt;/i&gt; for Oracle). If you are using Windows Vista, you should open a Command Prompt window as &lt;i&gt;Administrator&lt;/i&gt; in order to run these batch files.&lt;br&gt;&lt;h2&gt;
Notes for MySQL Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using MySQL Server 5.0.&lt;/li&gt;&lt;li&gt;The &lt;i&gt;CreateDB.bat&lt;/i&gt; file uses the localhost server, and the &lt;i&gt;root&lt;/i&gt; user with the password &lt;i&gt;p4ssw0rd&lt;/i&gt;. Change this file to match your settings before running it.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for Oracle Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using Oracle Database 10g Express Edition (XE).&lt;/li&gt;&lt;li&gt;The &lt;i&gt;CreateDB.sql&lt;/i&gt; creates a new user &lt;i&gt;chinook&lt;/i&gt;, with the password &lt;i&gt;p4ssw0rd&lt;/i&gt;. Change this script if you want a different user/password.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using SQL Server Express which ships with Visual Studio 2008.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Sat, 22 Nov 2008 03:45:36 GMT</pubDate><guid isPermaLink="false">Released: Chinook Database 1.0 (Aug 17, 2008) 20081122034536A</guid></item><item><title>Reviewed: Chinook Database 1.0 (Nov 21, 2008)</title><link>http://www.codeplex.com/ChinookDatabase/Release/ProjectReleases.aspx?ReleaseId=16370</link><description>Rated 5 Stars (out of 5) - I tried to install AdventureWorks for SQL Server Express without much success.  Chinook installed without a hitch!  Thank you for providing this sample db available for SS Express 2008.</description><author>chiponium</author><pubDate>Fri, 21 Nov 2008 16:00:23 GMT</pubDate><guid isPermaLink="false">Reviewed: Chinook Database 1.0 (Nov 21, 2008) 20081121040023P</guid></item><item><title>Updated Release: Chinook Database 1.0 (Aug 17, 2008)</title><link>http://www.codeplex.com/ChinookDatabase/Release/ProjectReleases.aspx?ReleaseId=16370</link><description>&lt;div&gt;
This is a sample database available for SQL Server, Oracle and MySQL. It can be created by running a single SQL script. You can see the Chinook database schema &lt;a href="http://www.codeplex.com/ChinookDatabase/Wiki/View.aspx?title=Chinook_Schema"&gt;here&lt;/a&gt;.&lt;br&gt; &lt;br&gt;The zip file above contains SQL scripts and batch files for each database supported. It also contains the data in XML format (DataSet), see &lt;i&gt;SampleData\ChinookData.xml&lt;/i&gt;.&lt;br&gt;&lt;h2&gt;
Supported Database Servers
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;SQL Server&lt;/li&gt;&lt;li&gt;Oracle&lt;/li&gt;&lt;li&gt;MySQL&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
How do I Create the Chinook Database?
&lt;/h2&gt;Download and extract the zip file above. Under the &lt;i&gt;Script&lt;/i&gt; folder, there are two files per database server: a SQL script, &lt;i&gt;CreateDB.sql&lt;/i&gt;, and a batch file, &lt;i&gt;CreateDB.bat&lt;/i&gt;. You can either run the SQL script by using your preferred database tool or run the provided batch file. &lt;br&gt; &lt;br&gt;The batch files use the database server command tool (&lt;i&gt;mysql.exe&lt;/i&gt;, &lt;i&gt;osql.exe&lt;/i&gt; for SQL Server, and &lt;i&gt;sqlplus.exe&lt;/i&gt; for Oracle). If you are using Windows Vista, you should open a Command Prompt window as &lt;i&gt;Administrator&lt;/i&gt; in order to run these batch files.&lt;br&gt;&lt;h2&gt;
Notes for MySQL Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using MySQL Server 5.0.&lt;/li&gt;&lt;li&gt;The &lt;i&gt;CreateDB.bat&lt;/i&gt; file uses the localhost server, and the &lt;i&gt;root&lt;/i&gt; user with the password &lt;i&gt;p4ssw0rd&lt;/i&gt;. Change this file to match your settings before running it.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for Oracle Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using Oracle Database 10g Express Edition (XE).&lt;/li&gt;&lt;li&gt;The &lt;i&gt;CreateDB.sql&lt;/i&gt; creates a new user &lt;i&gt;chinook&lt;/i&gt;, with the password &lt;i&gt;p4ssw0rd&lt;/i&gt;. Change this script if you want a different user/password.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using SQL Server Express which ships with Visual Studio 2008.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Mon, 18 Aug 2008 03:34:41 GMT</pubDate><guid isPermaLink="false">Updated Release: Chinook Database 1.0 (Aug 17, 2008) 20080818033441A</guid></item><item><title>Released: Chinook Database 1.0 (Aug 17, 2008)</title><link>http://www.codeplex.com/ChinookDatabase/Release/ProjectReleases.aspx?ReleaseId=16370</link><description>&lt;div&gt;
This is a sample database available for SQL Server, Oracle and MySQL. It can be created by running a single SQL script. You can see the Chinook database schema &lt;a href="http://www.codeplex.com/ChinookDatabase/Wiki/View.aspx?title=Chinook_Schema"&gt;here&lt;/a&gt;.&lt;br&gt; &lt;br&gt;The zip file above contains SQL scripts and batch files for each database supported. It also contains the data in XML format (DataSet), see &lt;i&gt;SampleData\ChinookData.xml&lt;/i&gt;.&lt;br&gt;&lt;h2&gt;
Supported Database Servers
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;SQL Server&lt;/li&gt;&lt;li&gt;Oracle&lt;/li&gt;&lt;li&gt;MySQL&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
How do I Create the Chinook Database?
&lt;/h2&gt;Download and extract the zip file above. Under the &lt;i&gt;Script&lt;/i&gt; folder, there are two files per database server: a SQL script, &lt;i&gt;CreateDB.sql&lt;/i&gt;, and a batch file, &lt;i&gt;CreateDB.bat&lt;/i&gt;. You can either run the SQL script by using your preferred database tool or run the provided batch file. &lt;br&gt; &lt;br&gt;The batch files use the database server command tool (&lt;i&gt;mysql.exe&lt;/i&gt;, &lt;i&gt;osql.exe&lt;/i&gt; for SQL Server, and &lt;i&gt;sqlplus.exe&lt;/i&gt; for Oracle). If you are using Windows Vista, you should open a Command Prompt window as &lt;i&gt;Administrator&lt;/i&gt; in order to run these batch files.&lt;br&gt;&lt;h2&gt;
Notes for MySQL Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using MySQL Server 5.0.&lt;/li&gt;&lt;li&gt;The &lt;i&gt;CreateDB.bat&lt;/i&gt; file uses the localhost server, and the &lt;i&gt;root&lt;/i&gt; user with the password &lt;i&gt;p4ssw0rd&lt;/i&gt;. Change this file to match your settings before running it.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for Oracle Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using Oracle Database 10g Express Edition (XE).&lt;/li&gt;&lt;li&gt;The &lt;i&gt;CreateDB.sql&lt;/i&gt; creates a new user &lt;i&gt;chinook&lt;/i&gt;, with the password &lt;i&gt;p4ssw0rd&lt;/i&gt;. Change this script if you want a different user/password.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using SQL Server Express which ships with Visual Studio 2008.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Mon, 18 Aug 2008 03:34:41 GMT</pubDate><guid isPermaLink="false">Released: Chinook Database 1.0 (Aug 17, 2008) 20080818033441A</guid></item><item><title>Updated Release: Chinook Database 1.0 (Aug 17, 2008)</title><link>http://www.codeplex.com/ChinookDatabase/Release/ProjectReleases.aspx?ReleaseId=16370</link><description>&lt;div&gt;
This is a sample database available for SQL Server, Oracle and MySQL. It can be created by running a single SQL script. You can see the Chinook database schema &lt;a href="http://www.codeplex.com/ChinookDatabase/Wiki/View.aspx?title=Chinook_Schema"&gt;here&lt;/a&gt;.&lt;br&gt; &lt;br&gt;The zip file above contains SQL scripts and batch files for each database supported. It also contains the data in XML format (DataSet), see &lt;i&gt;SampleData\ChinookData.xml&lt;/i&gt;.&lt;br&gt;&lt;h2&gt;
Supported Database Servers
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;SQL Server&lt;/li&gt;&lt;li&gt;Oracle&lt;/li&gt;&lt;li&gt;MySQL&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
How do I Create the Chinook Database?
&lt;/h2&gt;Download and extract the zip file above. Under the &lt;i&gt;Script&lt;/i&gt; folder, there are two files per database server: a SQL script, &lt;i&gt;CreateDB.sql&lt;/i&gt;, and a batch file, &lt;i&gt;CreateDB.bat&lt;/i&gt;. You can either run the SQL script by using your preferred database tool or run the provided batch file. &lt;br&gt; &lt;br&gt;The batch files use the database server command tool (&lt;i&gt;mysql.exe&lt;/i&gt;, &lt;i&gt;osql.exe&lt;/i&gt; for SQL Server, and &lt;i&gt;sqlplus.exe&lt;/i&gt; for Oracle). If you are using Windows Vista, you should open a Command Prompt window as &lt;i&gt;Administrator&lt;/i&gt; in order to run these batch files.&lt;br&gt;&lt;h2&gt;
Notes for MySQL version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using MySQL Server 5.0.&lt;/li&gt;&lt;li&gt;The &lt;i&gt;CreateDB.bat&lt;/i&gt; file uses the localhost server, and the &lt;i&gt;root&lt;/i&gt; user with the password &lt;i&gt;p4ssw0rd&lt;/i&gt;. Change this file to match your settings before running it.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for Oracle Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using Oracle Database 10g Express Edition (XE).&lt;/li&gt;&lt;li&gt;The &lt;i&gt;CreateDB.sql&lt;/i&gt; creates a new user &lt;i&gt;chinook&lt;/i&gt;, with the password &lt;i&gt;p4ssw0rd&lt;/i&gt;. Change this script if you want a different user/password.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using SQL Server Express which ships with Visual Studio 2008.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Mon, 18 Aug 2008 00:59:41 GMT</pubDate><guid isPermaLink="false">Updated Release: Chinook Database 1.0 (Aug 17, 2008) 20080818125941A</guid></item><item><title>Released: Chinook Database 1.0 (Aug 17, 2008)</title><link>http://www.codeplex.com/ChinookDatabase/Release/ProjectReleases.aspx?ReleaseId=16370</link><description>&lt;div&gt;
This is a sample database available for SQL Server, Oracle and MySQL. It can be created by running a single SQL script. You can see the Chinook database schema &lt;a href="http://www.codeplex.com/ChinookDatabase/Wiki/View.aspx?title=Chinook_Schema"&gt;here&lt;/a&gt;.&lt;br&gt; &lt;br&gt;The zip file above contains SQL scripts and batch files for each database supported. It also contains the data in XML format (DataSet), see &lt;i&gt;SampleData\ChinookData.xml&lt;/i&gt;.&lt;br&gt;&lt;h2&gt;
Supported Database Servers
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;SQL Server&lt;/li&gt;&lt;li&gt;Oracle&lt;/li&gt;&lt;li&gt;MySQL&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
How do I Create the Chinook Database?
&lt;/h2&gt;Download and extract the zip file above. Under the &lt;i&gt;Script&lt;/i&gt; folder, there are two files per database server: a SQL script, &lt;i&gt;CreateDB.sql&lt;/i&gt;, and a batch file, &lt;i&gt;CreateDB.bat&lt;/i&gt;. You can either run the SQL script by using your preferred database tool or run the provided batch file. &lt;br&gt; &lt;br&gt;The batch files use the database server command tool (&lt;i&gt;mysql.exe&lt;/i&gt;, &lt;i&gt;osql.exe&lt;/i&gt; for SQL Server, and &lt;i&gt;sqlplus.exe&lt;/i&gt; for Oracle). If you are using Windows Vista, you should open a Command Prompt window as &lt;i&gt;Administrator&lt;/i&gt; in order to run these batch files.&lt;br&gt;&lt;h2&gt;
Notes for MySQL version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using MySQL Server 5.0.&lt;/li&gt;&lt;li&gt;The &lt;i&gt;CreateDB.bat&lt;/i&gt; file uses the localhost server, and the &lt;i&gt;root&lt;/i&gt; user with the password &lt;i&gt;p4ssw0rd&lt;/i&gt;. Change this file to match your settings before running it.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for Oracle Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using Oracle Database 10g Express Edition (XE).&lt;/li&gt;&lt;li&gt;The &lt;i&gt;CreateDB.sql&lt;/i&gt; creates a new user &lt;i&gt;chinook&lt;/i&gt;, with the password &lt;i&gt;p4ssw0rd&lt;/i&gt;. Change this script if you want a different user/password.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using SQL Server Express which ships with Visual Studio 2008.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Mon, 18 Aug 2008 00:59:41 GMT</pubDate><guid isPermaLink="false">Released: Chinook Database 1.0 (Aug 17, 2008) 20080818125941A</guid></item><item><title>Updated Release: Chinook Database 1.0 (Aug 17, 2008)</title><link>http://www.codeplex.com/ChinookDatabase/Release/ProjectReleases.aspx?ReleaseId=16370</link><description>&lt;div&gt;
This is the first release of the Chinook database. You can see the Chinook database schema &lt;a href="http://www.codeplex.com/ChinookDatabase/Wiki/View.aspx?title=Chinook_Schema"&gt;here&lt;/a&gt;.&lt;br&gt; &lt;br&gt;The zip file above contains SQL scripts and batch files for each database supported. It also contains the data in XML format (DataSet), see &lt;i&gt;SampleData\ChinookData.xml&lt;/i&gt;.&lt;br&gt;&lt;h2&gt;
Supported Database Servers
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;SQL Server&lt;/li&gt;&lt;li&gt;Oracle&lt;/li&gt;&lt;li&gt;MySQL&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
How do I Create the Chinook Database?
&lt;/h2&gt;Download and extract the zip file above. Under the &lt;i&gt;Script&lt;/i&gt; folder, there are two files per database server: a SQL script, &lt;i&gt;CreateDB.sql&lt;/i&gt;, and a batch file, &lt;i&gt;CreateDB.bat&lt;/i&gt;. You can either run the SQL script by using your preferred database tool or run the provided batch file. &lt;br&gt; &lt;br&gt;The batch files use the database server command tool (&lt;i&gt;mysql.exe&lt;/i&gt;, &lt;i&gt;osql.exe&lt;/i&gt; for SQL Server, and &lt;i&gt;sqlplus.exe&lt;/i&gt; for Oracle). If you are using Windows Vista, you should open a Command Prompt window as &lt;i&gt;Administrator&lt;/i&gt; in order to run these batch files.&lt;br&gt;&lt;h2&gt;
Notes for MySQL version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using MySQL Server 5.0.&lt;/li&gt;&lt;li&gt;The &lt;i&gt;CreateDB.bat&lt;/i&gt; file uses the localhost server, and the &lt;i&gt;root&lt;/i&gt; user with the password &lt;i&gt;p4ssw0rd&lt;/i&gt;. Change this file to match your settings before running it.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for Oracle Version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using Oracle Database 10g Express Edition (XE).&lt;/li&gt;&lt;li&gt;The &lt;i&gt;CreateDB.sql&lt;/i&gt; creates a new user &lt;i&gt;chinook&lt;/i&gt;, with the password &lt;i&gt;p4ssw0rd&lt;/i&gt;. Change this script if you want a different user/password.&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Notes for SQL Server version
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;The provided script was tested using SQL Server Express which ships with Visual Studio 2008.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author></author><pubDate>Mon, 18 Aug 2008 00:56:16 GMT</pubDate><guid isPermaLink="false">Updated Release: Chinook Database 1.0 (Aug 17, 2008) 20080818125616A</guid></item></channel></rss>