File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
SQL tracking solution that can be used in middleware caching invalidation. This enables:
2
2
3
- - A windows service that is continiously plling for SQL change trackings
3
+ - A windows service that is continiously polling for SQL change trackings
4
4
- Enables the clients to subscribe for a specific table
5
5
- Notifies the clients when change happens
6
6
- Enables the clients to unsubscribe if needed
@@ -28,7 +28,7 @@ WITH (TRACK_COLUMNS_UPDATED = ON)
28
28
3 ) Create the required table and stored procedures requried by this application
29
29
e.g. Run the Tables.sql and StoredProcedures.sql files
30
30
31
- 4 ) Run the Sql.ChangeTracking.WindowsService project in debg mode
31
+ 4 ) Run the Sql.ChangeTracking.WindowsService project in debug mode
32
32
5 ) Run the Sql.ChangeTracking.Client project in debug mode
33
33
6 ) Do a change into table Customer e.g.
34
34
UPDATE Customer SET FirstName = 'Rahman' where Customer.FirstName = 'rahman'
You can’t perform that action at this time.
0 commit comments