| Thread | Last Post | Replies |
|
| nscontrol update on SQL 2005 never ends | 30 Dec 2005 18:05 GMT | 3 |
I have an application that has run under NS 2.0 for over a year. I updated it many times using "nscontrol update" without a problem. I recently converted the application to NS 2005 ande SQL Server 2005. After making the necessary changes (e.g., change Notify function to Insert ...
|
| Finding out user tables in database | 23 Dec 2005 03:45 GMT | 2 |
I need to find out all the user tables in a database. For this purpose I have written following query. NSBank is the name of the database. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ USE NSBank;
|
| modified sample app, NS2005, but will not load events | 22 Dec 2005 14:41 GMT | 2 |
I have looked for other messages to help me track down my problem here. Thanks to Joe, Kate, and others for posting good info. I used the verbose logging feature to help me track this down. Basically I modified the Newsletter sample app. I have the new instance and
|
| Controlling logging | 21 Dec 2005 13:10 GMT | 1 |
I see that I can set the level of logging of a NS-SQL service thru the NSService.Exe.config file eg <system.diagnostics>
|
| Delivery Status Notification (Failure) Message | 20 Dec 2005 09:26 GMT | 1 |
I am trying to send notifications using SMTP protcol. I am using a remote SQL server instance. There are 2 problems. 1. XSLT ContentFormatter The remote server tries to find the XSLT File on server machine. But in
|
| Problem with SQL server event provider | 19 Dec 2005 08:39 GMT | 2 |
I am using SQL server event provider. The database that has the event data is on remote machine. Can SQL server event provider query the database on remote machine? Or do I have to link the servers? Any help would be appreciated.
|
| Modifying the design of NS | 14 Dec 2005 23:57 GMT | 6 |
I Wonder to see a Notification Services application that does not use Notify function. The NotificationsGenerate sproc which is used by the sql provider direcly inserts into another table and these notifications are sent using dbmail. I
|
| Some general questions | 13 Dec 2005 23:58 GMT | 5 |
Im just starting out with notification services and all the examples i find seem to be for creating these standalone notification apps, they dont really integrate with anything. For example, i already have a database with a users table...the people who will be the subscribers. I ...
|
| Operator, dial 911 please | 13 Dec 2005 03:03 GMT | 3 |
I am trying to set up an operator using SQL Server 2000 to send email alerts when a certain job has failed. When i go to the properties of the operator and click the three dots next to the email name I get the error message below
|
| NS & Email - what am I doing wrong? | 13 Dec 2005 02:55 GMT | 6 |
OK - new guy here - following the tutorials, I've modified them to reflect my application's basic needs, and the notifications are coming to the htm file fine. I've now added a delivery channel, and updated myself (the only subscriber) and my device to be using the email
|
| Seperating Notification Application and Notification Database | 13 Dec 2005 02:53 GMT | 4 |
I am using the notification classes using c# to manage subscriibers, subscriptions, etc. However, this application is on a different server than the notifications database. How can i tell the c# program where to save the subscribers to? The app works fine on the same machine, but ...
|
| Default Notification Recipient | 12 Dec 2005 21:17 GMT | 1 |
I need to flag some subscribers as default recipients for a specific subscription class. In other words, they need to recieve all notifications sent by a subscription class. Is this possible? What would be the best strategy?
|
| notification function(rule) is never start in Clustered Environmen | 12 Dec 2005 21:13 GMT | 1 |
hi all expert. i am implementing SQL NS(sp1) in clustereed environment.. first of all..at Test machine (not Clustered), it works well... Subscriber and Subscription is created welll and Event is created well...
|
| error trying to use external activation | 10 Dec 2005 09:05 GMT | 1 |
I have made some progress towards getting external activation setup for a windows service we have. I am now encountering an error in the SQL Server error log that occurs when the event notification for queue activation should be created. The error is...
|
| notification service access | 09 Dec 2005 15:31 GMT | 1 |
I am basically new to sql server 2000 within the last 6 months. At my small company, I was told that they want me to sent out alerts for reasons like a database has reached 80% of its maximum capacity. I am suppose to setup backup and restore procedures.
|