Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tburry/dbdump
Browse files Browse the repository at this point in the history
  • Loading branch information
tburry committed Apr 8, 2015
2 parents 2a7404c + 1b577b2 commit acb2094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A little command line tool that will dump a SQL Server database in a format that
In order to run dbdump you'll need the following:

1. A computer running SQL Server. You can download SQL Server 2008 Express [here](http://www.microsoft.com/en-ca/download/details.aspx?id=1695) and SQL Server 2008 Management Studio Express [here](http://www.microsoft.com/en-ca/download/details.aspx?id=7593).
2. A computer with the .net framework 2.0. You can download it [here](http://www.microsoft.com/en-us/download/details.aspx?id=1639).
2. A computer with the .net framework 4.x. You can download it [here](http://www.microsoft.com/en-ca/download/details.aspx?id=40779). If you need to use a different version of the .net framework you can build the solution yourself and target your desired version.

##Restoring a SQL Server Backup

Expand Down Expand Up @@ -46,4 +46,4 @@ If you are running dbdump from a different computer such as your web server then

```
Data Source=<Server Name>;Application Name=dbdump;Initial Catalog=<Database Name>; User ID=<Username>;Password=<Password>
```
```

0 comments on commit acb2094

Please sign in to comment.