-
Notifications
You must be signed in to change notification settings - Fork 587
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
lerocha
committed
Nov 15, 2010
1 parent
43a5e44
commit 4b8de61
Showing
17 changed files
with
116 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,41 @@ | ||
| ||
|
||
Chinook Database 1.3 | ||
* This is a sample database available in multiple formats: SQL scripts for multiple database vendors, embeded database files, and XML format. | ||
* The Chinook data model is available [here|Chinook_Schema]. | ||
* ChinookDatabase1.3_CompleteVersion.zip is a complete package for all supported databases/data sources. There are also packages for each specific data source. | ||
!! Supported Database Servers | ||
* [url:EffiProz|http://effiproz.codeplex.com/] | ||
* [url:MySQL|http://www.mysql.com/] | ||
* [url:Oracle|http://www.oracle.com/technetwork/database/express-edition/overview/index.html] | ||
* [url:SQL Server|http://www.microsoft.com/sqlserver/] | ||
* [url:SQL Server Compact|http://www.microsoft.com/sqlserver/2008/en/us/compact.aspx] | ||
* [url:SQLite|http://www.sqlite.org/] | ||
!! Issues Resolved | ||
* [workitem:29372] | ||
* [workitem:29373] | ||
!! Installation | ||
* [How do I create the Chinook Database?|Create_Databases] | ||
!! Package Content | ||
This is the list of files included in the complete version. | ||
|| Data Source || File || Description || | ||
| EffiProz | {"Chinook_EffiProz.sql"} | SQL script to create the Chinook database. Primary keys are not auto incremented by the database system, they must be set when inserting records. | | ||
| EffiProz | {"Chinook_EffiProz_AutoIncrementPKs.sql"} | SQL script to create the Chinook database. Primary keys are auto incremented. | | ||
| MySql | {"Chinook_MySql.sql"} | SQL script to create the Chinook database. Primary keys are not auto incremented by the database system, they must be set when inserting records. | | ||
| MySql | {"Chinook_MySql_AutoIncrementPKs.sql"} | SQL script to create the Chinook database. Primary keys are auto incremented. | | ||
| MySql | {"CreateMySql.bat"} | Batch file to create the Chinook database. | | ||
| Oracle | {"Chinook_Oracle.sql"} | SQL script to create the Chinook database. Primary keys are not auto incremented by the database system, they must be set when inserting records. | | ||
| Oracle | {"CreateOracle.bat"} | Batch file to create the Chinook database. | | ||
| Sqlite | {"Chinook_Sqlite.sql"} | SQL script to create the Chinook database. Primary keys are not auto incremented by the database system, they must be set when inserting records. | | ||
| Sqlite | {"Chinook_Sqlite.sqlite"} | Chinook database file. Primary keys are not auto incremented by the database system, they must be set when inserting records. | | ||
| Sqlite | {"Chinook_Sqlite_AutoIncrementPKs.sql"} | SQL script to create the Chinook database. Primary keys are auto incremented. | | ||
| Sqlite | {"Chinook_Sqlite_AutoIncrementPKs.sqlite"} | Chinook database file. Primary keys are auto incremented. | | ||
| Sqlite | {"CreateSqlite.bat"} | Batch file to create the Chinook database. | | ||
| SqlServer | {"Chinook_SqlServer.sql"} | SQL script to create the Chinook database. Primary keys are not auto incremented by the database system, they must be set when inserting records. | | ||
| SqlServer | {"Chinook_SqlServer_AutoIncrementPKs.sql"} | SQL script to create the Chinook database. Primary keys are auto incremented. | | ||
| SqlServer | {"CreateSqlServer.bat"} | Batch file to create the Chinook database. | | ||
| SqlServerCompact | {"Chinook_SqlServerCompact.sqlce"} | SQL script to create the Chinook database. Primary keys are not auto incremented by the database system, they must be set when inserting records. | | ||
| SqlServerCompact | {"Chinook_SqlServerCompact.sdf"} | Chinook database file. Primary keys are not auto incremented by the database system, they must be set when inserting records. | | ||
| SqlServerCompact | {"Chinook_SqlServerCompact_AutoIncrementPKs.sqlce"} | SQL script to create the Chinook database. Primary keys are auto incremented. | | ||
| SqlServerCompact | {"Chinook_SqlServerCompact_AutoIncrementPKs.sdf"} | Chinook database file. Primary keys are auto incremented. | | ||
| XML | {"ChinookData.xml"} | XML data used to generate the Chinook database SQL scripts. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
ChinookDatabase/DataSources/Chinook_EffiProz_AutoIncrementPKs.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
ChinookDatabase/DataSources/Chinook_MySql_AutoIncrementPKs.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
ChinookDatabase/DataSources/Chinook_SqlServerCompact_AutoIncrementPKs.sdf
Binary file not shown.
3 changes: 2 additions & 1 deletion
3
ChinookDatabase/DataSources/Chinook_SqlServerCompact_AutoIncrementPKs.sqlce
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+4 Bytes
(100%)
ChinookDatabase/DataSources/Chinook_SqlServer_AutoIncrementPKs.sql
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
ChinookDatabase/DataSources/Chinook_Sqlite_AutoIncrementPKs.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters