Skip to content

Commit 995ffcd

Browse files
authored
read me updated
read me updated
1 parent d58072f commit 995ffcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SQL tracking solution that can be used in middleware caching invalidation. This enables:
22

3-
- A windows service that is continiously plling for SQL change trackings
3+
- A windows service that is continiously polling for SQL change trackings
44
- Enables the clients to subscribe for a specific table
55
- Notifies the clients when change happens
66
- Enables the clients to unsubscribe if needed
@@ -28,7 +28,7 @@ WITH (TRACK_COLUMNS_UPDATED = ON)
2828
3) Create the required table and stored procedures requried by this application
2929
e.g. Run the Tables.sql and StoredProcedures.sql files
3030

31-
4) Run the Sql.ChangeTracking.WindowsService project in debg mode
31+
4) Run the Sql.ChangeTracking.WindowsService project in debug mode
3232
5) Run the Sql.ChangeTracking.Client project in debug mode
3333
6) Do a change into table Customer e.g.
3434
UPDATE Customer SET FirstName = 'Rahman' where Customer.FirstName = 'rahman'

0 commit comments

Comments
 (0)