Commit ba2094c
committed
Moved to new
By convention, a SQL Database Project organized objects into folders, such as `Stored Procedures`. This is a best practice, and one we generally follow. In addition, however, we have a lot of maintenance stored procedures which aren't usually needed, and it would be nice to move them out of the way. This isn't possible in SQL Server itself, at least without using schemas—which we may reevaluate in the future. We can, however, put them in any local folder we want. With this in mind, we've created a new `Maintenance` folder and moved the internal utilities and maintenance stored procedures to it.Maintenance folder1 parent 6616794 commit ba2094c
6 files changed
Lines changed: 6 additions & 5 deletions
File tree
- OnTopic.Data.Sql.Database
- Maintenance
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
73 | 78 | | |
74 | 79 | | |
75 | 80 | | |
| |||
89 | 94 | | |
90 | 95 | | |
91 | 96 | | |
92 | | - | |
93 | 97 | | |
94 | 98 | | |
95 | | - | |
96 | | - | |
97 | 99 | | |
98 | | - | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
0 commit comments