Tagged Questions
4
votes
2answers
600 views
How to track changes in many SQL Server databases from .NET application?
Problem:
There are a lot of different databases, which is populated by many different applications directly (without any common application layer). Data can be accessed only through SP (by policy)
...
0
votes
1answer
303 views
Windows Application SqlDepedency Calling Onchange infinitely
I have console application in which I am doing sqldependency. My problem is when I set commandType as Text, it is working fine. But if I use commandType as StoredProcedure, onchange method is calling ...