You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ The name of this sample database was based on the Northwind database. Chinooks a
29
29
30
30
### How do I Download and Create the Chinook Database?
31
31
32
-
Download the files from the [Downloads page](ChinookDatabase/DataSources). It is provided one or more SQL script file for each database vendor supported. You can run these SQL scripts with your preferred database tool.
32
+
Download the SQL scripts from the [latest release](../../releases) artifacts. It is provided one or more SQL script file for each database vendor supported. You can run these SQL scripts with your preferred database tool.
33
33
34
34
For SQL Server, Oracle, MySQL and SQLite, there are available batch files that will execute the respective SQL script(s). These batch files use the database server command tool (**mysql.exe** for MySQL, **sqlcmd.exe** for SQL Server, **sqlplus.exe** for Oracle, and **sqlite3.exe** for SQLite). It is recommended to open a Command Prompt window as Administrator in order to run these batch files.
0 commit comments