all groups > sql server notification services > march 2007
Event Chronicle Fields
Posted by Todd C at 3/29/2007 10:02:02 AM
Hello all:
I will be dealing with Scheduled Subscriptions so have an Event log to keep
track of when they come in. If my Event class has multiple fields, do I need
to duplicate those fields in the Event log?
Why not have just the following in the Event Log:
EventID INT,
DateAdded DATET... more >>
Creating user Functions and Procs in NS Application Db
Posted by Todd C at 3/29/2007 5:56:05 AM
Hello all:
I need to create a user-defined function that can be called by the match
logic of a scheduled and event-driven subscription. The reason for the
function is not important.
Can I put in T-SQL statements in the application definition file to create
the function? What section would... more >>
This Subscription will self-destruct in 5 seconds...
Posted by Ken at 3/27/2007 5:23:26 PM
I am building a membership-based site and plan to use NS to send out various
kinds of scheduled and triggered notifications.
The first notification that will be sent out is a 'Welcome to the site!'
message. Of course I could just send it out the old-fashioned way, but I am
hoping to use NS... more >>
SMTP Headers
Posted by Ken at 3/27/2007 2:14:59 PM
Does anyone know if the NS built-in SMTP Protocol supports custom SMTP
headers, and if not, are there any 3rd party components out there that do?
... more >>
Suggested configuration?
Posted by Andy at 3/27/2007 1:50:57 PM
Hi,
I need to build a notification system that will send notifications
when a certain field changes in my database. Other data for the row
may change, and that should not cause a notification to be sent. I'd
also prefer not to create a column just to track when the field i'm
interested in c... more >>
NS adding its own subscribers?
Posted by Andy at 3/26/2007 10:32:54 AM
Hi,
My database has a flag that indicates if our customers would like to
receive notifications. Currently, our sales staff manages
subscriptions on behalf of our customers. The settings for all
customers is the same, so its only a matter of enabling or disabling a
subscription (or creating ... more >>
NS Newbie Here, Need help
Posted by Shailesh Gajare at 3/26/2007 12:00:00 AM
Hi All,
Can some pass on the URLs for learning NS step by step with a very small and
easy example.
I tried going through the NS tutorial (Weather) present in the BOL, but when
i open "NSTutorial.ssmssln" it gives following error:
Unhandled Exception has occurred in a component in your a... more >>
Notification Services for Windows Vista
Posted by ramudu at 3/20/2007 1:07:28 PM
Hi,
I have Windows Vista running with SQL Server 2005 and I need
Notification Services running on that machine. I have a batch file
which calls nscontrol with the appropriate parameters for the xml
appADF.xml and appConfig.xml files.
When I try to run this batch file it gives me an "Access ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Receive notification about rows changes.
Posted by apokriffree NO[at]SPAM hotbox.ru at 3/19/2007 1:26:42 AM
Perhaps somebody can point me to good step-by-step guide to solve my
very common task.
There is table "SomeTable". There is field "Status" there. Some
process need to process rows in that table when "Status"="Pending".
Of course I want to do it without checking such rows every some period
of ti... more >>
Load a bitmap image into Reporting services
Posted by Sanjeev Rampersad at 3/15/2007 12:00:00 AM
After scanning a document, can one load the resultant bitmap image into
Reporting services and be able to edit it.
eg. lets say a portion of the document was
Name : _______________
Surname : _______________
ID No. : _______________
Now where the underlined parts are, can one... more >>
Can notification services stand this load?
Posted by CD at 3/13/2007 12:38:08 AM
Hello All,
I use notifcation services to send notices to my applications. With
increasing load, I have concerns with scallability. In peak times, I
predict that I will have 300+ new events and 300+ notices per second.
This can be sustained for up to 10-15 minutes.
Any insight in the perfrom... more >>
NS installed but not use.
Posted by Chen at 3/9/2007 7:41:51 AM
Hi,
I installed Notification Services in our production SQL Server 2005 (SP1)
cluster servers. But I am not using it; do I still need apply changes to
following article ID: 931815?
Regards!
Chen
... more >>
XML fieldtype for SSNS, or alternatives. Please help.
Posted by bs at 3/8/2007 12:08:28 PM
Im glad I came across this group.
I really need help on SSNS for a very important project. I need to use the xml data type for my notifications, but cannot find any resources on how I can use it, extract data from it or format it.
Here is an example of an event xml structure i need to create a... more >>
DST and SQL2005
Posted by circuspeanut at 3/6/2007 10:07:06 AM
I have verified that Notification Services is installed following the
direction provided by KB931815. How do I stop the referenced NS Service
instance names "event provider, the Notification Services generator service,
and all the Notification Services distributor services". I cannot see these... more >>
From varbinary(max) SQL field to e-mail attachment via xlst
Posted by Todd C at 3/1/2007 9:08:30 AM
My boss asked me about this one:
We have an new application that stores documents (Word, PDF, etc) in a SQL
field of appropriate type (varbinary(max), I think). I know I can get this
data element into a Notification record and send it to the xslt formatter,
but how can I make that field eleme... more >>
|