Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6955a2c

Browse files
authored
Update README.md
1 parent 2b08e40 commit 6955a2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ The purpose of this project is to simplify the process of recreating a SQL Serve
99
## What’s Here?
1010
There are two files that make up this project.
1111

12-
The first is [Schema.sql](https://github.com/Fortee2/SQL-Serer-Database-Copy/tree/master/ExtractDB/Schema.sql) in the ExtractDB folder. This script extracts the meta data from your source database using the SQL Server system table and generates the necessary create statements.
12+
The first is [Schema.sql](https://github.com/Fortee2/SQL-Serer-Database-Copy/tree/master/ExtractDB/Schema.sql) in the ExtractDB folder. This script extracts the schema information from your source database using the SQL Server system table and generates the necessary create statements.
1313

14-
The second file is a Powershell script, [CopyDatabase.ps1](https://github.com/Fortee2/SQL-Serer-Database-Copy/tree/master/Powershell/CopyDatabase.ps1), that executes Schema.sql against the source database and take the output and applies it to a destination database. The also includes calls to the Bulk Copy tool, BCP, to transfer data after the table structure has been created.
14+
The second file is a Powershell script, [CopyDatabase.ps1](https://github.com/Fortee2/SQL-Serer-Database-Copy/tree/master/Powershell/CopyDatabase.ps1), that executes Schema.sql against the source database and take the output and applies it to a destination database. The CopyDatabase script also includes calls to the Bulk Copy tool, BCP, to transfer data after the table structure has been created.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /