Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
51 views

Notification Services custom delivery channel DLL trust issue

We have an instance of SQL Notifcation Services for which we have written a custom delivery channel. We had this process up and running in our QA environment running Windows Server 2003 with SQL ...
3
votes
4answers
443 views

TFS customization - Team Foundation Server question

We have a process where when the developers change or add a database script and check it into the project. At the time of deployment the release manager needs to know what work items have database ...
2
votes
1answer
279 views

Caching with SqlDependency

I'm using SqlDependency to monitor for changes in a database. Let's say, these are stock quotes, to make the example easy to understand. The application also uses (another) SqlDependeny-Object to ...
2
votes
4answers
3k views

Best way of getting notifications in SQL Server Reporting Services using Notification Services

Is it possible to get notifications using SQL Server Reporting Services? Say for example I have a report that I want by mail if has for example suddenly shows more than 10 rows or if a specific value ...
0
votes
2answers
131 views

SQL Query Notifications and GetDate()

I am currently working on a query that is registered for Query Notifications. In accordance w/ the rules of Notification Serivces, I can only use Deterministic functions in my queries set up for ...