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 7d71339

Browse files
authored
Update README.md
Added notes for latest version
1 parent be3e78d commit 7d71339

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,10 @@ There are two files that make up this project.
1212
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

1414
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.
15+
16+
## Version 2019年08月10日
17+
* Fixed - Adds brackets around column names when generating table create statements.
18+
* Adds Foreign Key Constraints.
19+
* Adds support User Defined Table Types.
20+
* Orders Functions, Procedures, and Views by create date to attempt to create parent objects before dependent objects.
21+
* Increased max characters in powershell script to 150,000 characters to accommodate large scripts.

0 commit comments

Comments
(0)

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