From d1f9be614724ddb6e729d8de1ed21018525e67f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksandar=20Nikoli=C4=87?= Date: Thu, 14 Dec 2017 17:45:47 +0100 Subject: [PATCH] Update readme.md Fix typos. --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 78cd538ffe..f9a185e114 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# dbatools +# dbatools dbatools is sort of like a command-line SQL Server Management Studio. The project initially started out as Start-SqlMigration.ps1, but has now grown into a collection of [over 300 commands](https://dbatools.io/commands) that help automate SQL Server tasks and encourage best practices. @@ -40,13 +40,13 @@ $new = "localhost\sql2016" $old = $instance = "localhost" $allservers = $old, $new -# Alternatively, use Registerd Servers? +# Alternatively, use Registered Servers $allservers = Get-DbaRegisteredServer -SqlInstance $instance # Need to restore a database? It can be as simple as this: Restore-DbaDatabase -SqlInstance $instance -Path "C:\temp\AdventureWorks2012-Full Database Backup.bak" -# Use Ola Hallengren's backup script? We can restore an *ENTIRE INSTNACE* with just one line +# Use Ola Hallengren's backup script? We can restore an *ENTIRE INSTANCE* with just one line Get-ChildItem -Directory \\workstation\backups\sql2012 | Restore-DbaDatabase -SqlInstance $new # What about if you need to make a backup? And you are logging in with alternative credentials? @@ -204,4 +204,4 @@ dbatools aims to support as many configurations as possible, including * Multiple instances on one server * Auto-populated parameters for command-line completion (think -Database and -Login) -Read more at our website at [dbatools.io](https://dbatools.io) \ No newline at end of file +Read more at our website at [dbatools.io](https://dbatools.io)