all groups > sql server notification services > october 2005
SQL Server 2005 Download
Posted by Steve at 10/31/2005 8:43:02 PM
I want to download trial version of SQL Server 2005. Can someone please let
me know what is the exact web address from where I can get the download.
Thanks a lot
Steve... more >>
SQL NS Walkthrough
Posted by vekri at 10/26/2005 5:30:05 PM
Hello,
I've just started using SQL NS and currently working through the Stock
walkthrough example.
I'm stuck at step # 7, Configuring the content formatter in the View the
Unformatted Notifications portion. I don't see any notification information
in the result set.
Upon investigatin... more >>
SQLServer2000 SP4 & NS 2.0 SP1 & Windows 2000 SP4 & Windows Authentication problem
Posted by Eagle at 10/21/2005 3:07:13 AM
Hello!
I use subject.
Windows 2000 machine is domain controller. There are installed MSSQL
and NS.
MSSQL service and NS service Log on As different DOMAIN\USERNAME
accounts ('DOMAIN\sql_server' and 'DOMAIN\notification_services').
These accounts are members of 'Administrators' group.
... more >>
Error with Custom Event Provider
Posted by Yaton at 10/20/2005 3:03:14 PM
I have written a custom event provider for SQLNS 2000 SP 1 Standard. It
is written in .NET 1.1, but I have made the configuration adjustments
listed in the readme. Below is the output in the error log along with
the node from the ADF. Any suggestions?
<HostedProvider>
<ProviderName>... more >>
ICalendar Recurrence Options
Posted by Eric Z. Beard at 10/19/2005 2:33:04 PM
Hello,
Here are the recurrence options from the 2.0 docs (for use with
Subscription.ScheduleRecurrence):
ICalendar Recurrence Options
FREQ=DAILY;
FREQ=WEEKLY;BYDAY=DaysOfWeekList;[BYMONTH=MonthsOfYearList;]
FREQ=MONTHLY;BYMONTHDAY=DaysOfMonthList;[BYMONTH=MonthsOfYearList;]
FREQ=YEAR... more >>
Why can't i use NSOtherLogger class in my custom formatter class?
Posted by Eagle at 10/17/2005 4:58:02 AM
Hello!
I wrote my custom formatter class and used NSOtherLogger from
Microsoft.SqlServer.NotificationServices.Common namespace.
If event is generated then message will be created in Event Log -
"StrongNameIdentityPermission exception".
How can i use this class?
... more >>
Inconsistent Double Notifications
Posted by [WRX]Raven at 10/13/2005 9:11:01 PM
I have had an NS application running for a while now in a beta mode. In the
past two weeks the end users are getting events twice in their notification
emails. The event table has one entry, the rule will generate just one
notification.
I have been through the debug steps in Shyam's book ... more >>
Integrating an existing application with SQLNS
Posted by Priya at 10/10/2005 3:33:03 AM
Hi
I am facing a problem similar to a previous post in this forum.
I have an existing application and we need to integrate SQLNS inorder to
cater our Notification requirements. I'm not able to figure out how the
appADF.xml file has to be configured when the database to be queried is
diff... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Digest delivery: save notification output (full formatted content)
Posted by Yannis Pantzis at 10/10/2005 12:50:03 AM
We are currently integrating SQL Notification Services (version 2000 SP1) in
one of our solutions.
We have successfully developed the e-mail notifications (SMTP Delivery
Channel) and the test users receive them normally. We are using digest
delivery, so as to reduce the number of e-mails th... more >>
Tracking the insertion of data into a table
Posted by rachel at 10/5/2005 4:53:09 AM
Hello
I have an existing application which requires notification when data is
inserted into a particular table. How can i write the event generation rule
for the same ?
Is it possible using SQL server 2k?
Thanks in advance
Regds
Rachel
... more >>
Integrating SQL Server with Lotus Domino
Posted by Ezra Fifield at 10/4/2005 2:09:03 PM
I have SQL Server 2000 installed and I am trying to get it to make
notifications through Lotus Domino on another server.
I have been following the steps from this document I found:
http://www.xpertise-training.com/bulletin/story.asp?NewsID=158
Which seems to be working ok until I get to t... more >>
|