Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Corrected inedosql command.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhessinger committed Jul 7, 2020
1 parent c7039cb commit 7925ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ProGet/installation/installation-guide/manual.md
Expand Up @@ -130,14 +130,14 @@ For more information on creating database logins, see: https://docs.microsoft.co
3. Run the following command in that directory, replacing the connection string as needed:

```
.\inedosql.exe update . <connection-string>
.\inedosql.exe update . --connection-string=<connection-string>
```

For example:

```
cd C:\ProGetSetup5..14_Manual\
.\inedosql.exe update . "Server=dbserver01\SQLEXPRESS; Database=ProGet; Integrated Security=true;"
.\inedosql.exe update . --connection-string="Server=dbserver01\SQLEXPRESS; Database=ProGet; Integrated Security=true;"
```

This command will both update the schema of the target database, and recreate all objects (views, functions, stored procedures).
Expand Down

0 comments on commit 7925ab3

Please sign in to comment.