Skip to content

Commit d291bca

Browse files
Merge pull request #15 from EmergentSoftware/dev
documented test database
2 parents e0400ca + ccfad51 commit d291bca

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,22 @@ EXECUTE dbo.sp_Develop
3737

3838
# Test Database Install
3939

40-
The 'Test Database' folder contains the RedGate SQL Source Control. Use this test database for testing checks.
40+
The 'Test Database' folder contains the RedGate SQL Source Control. Use this database for creating and testing checks.
41+
42+
**Quick Steps to Setup and Use:**
43+
44+
1. Create new database 'spDevelop' and select in Object Browser
45+
2. Open RedGate SQL Source Control in SSMS
46+
3. Click 'Setup' tab
47+
4. Select 'Link to my source control system' and click 'Next'
48+
5. Browser to '..\Test Database' cloned folder and click 'Link'
49+
6. Click 'Get latest' tab
50+
7. Pull or refresh if required and click 'Apply changes' button
51+
8. Develop objects to use when you create a new check
52+
9. Click 'Commit' tab
53+
10. Select objects to be pulled back into the branch, add comment, click the 'Commit' button and click the 'Push' button
54+
11. **Note:** there are exclude fiters setup for invalid objects created in the post script. Do not check these object back into the branch.
55+
4156

4257
**RedGate SQL Source Control Documentation**
4358
- [Getting Started ](https://documentation.red-gate.com/soc7/getting-started)

0 commit comments

Comments
 (0)