We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fca2a0 commit 4638f3aCopy full SHA for 4638f3a
README.md
@@ -28,7 +28,7 @@ Before creating a pull request, please refer to the [Contributing Guidelines](ht
28
- The easiest is to use **LocalDb**, which is installed with Visual Studio.
29
Connect to: `(localdb)\MsSqlLocalDb`.
30
- Create a new database named **NorthwindSlim**.
31
- - Download the data file from <http://bit.ly/northwind-slim>.
+ - Download the `NorthwindSlim.sql` file from <https://github.com/TrackableEntities/northwind-slim>.
32
- Unzip **NorthwindSlim.sql** and run the script to create tables and populate them with data.
33
34
## Usage
0 commit comments