File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# T-SQL Diff
22Compare Difference In T-SQL Queries at Runtime
33
4+ ![ CI Status] ( https://travis-ci.org/llouislu/tsql-diff.svg?branch=master ) ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )
5+
46## Install
571 . Go to [ release] ( https://github.com/llouislu/tsql-diff/releases ) and download the latest version.
682 . execute install.sql in your target database.
79
810## Uninstall
911Execute this stored procedure.
10- ```
12+ ``` sql
1113EXEC Diff .Uninstall ;
1214```
1315
@@ -28,7 +30,7 @@ DECLARE @status_code INT;
2830EXEC @status_code = Diff .Compare ' path/to/query1.sql' , ' path/to/query2.sql' ;
2931```
3032
31- ### Compare paris of queries in a folder
33+ ### Compare pairs of queries in a folder
3234``` sql
3335declare @status_code INT ;
3436exec Diff .ComapreFolder @FolderPath= ' /root/data/t' , @ModifierName= ' Model'
You can’t perform that action at this time.
0 commit comments