Groups | Blog | Home
all groups > sql server notification services > march 2005 >

sql server notification services : service?


wilco
3/1/2005 7:49:16 AM
How to see if the service is running?
Joe Webb
3/1/2005 10:50:10 AM
A bit more detail in your question would help.

To see the status of a notification services instance, type
nscontrol status -name <instancename>

It'll tell you which components are enabled and whether or not the
instance service is running.



HTH...
Joe Webb
SQL Server MVP

~~~
Get up to speed quickly with SQLNS
http://www.amazon.com/exec/obidos/tg/detail/-/0972688811



[quoted text, click to view]
Wilco
3/2/2005 12:55:07 AM
I mean the console where all other services are displayed, where you can stop
or start a service.
Why the notification service isn't in that list?

[quoted text, click to view]
Joe Webb
3/2/2005 9:53:29 AM
Notification Services doesn't have a service for itself; it's based on
the services created for each NS instance/application you've built. When
you create an instance/application, a windows service called
NS$<instancename> is created (when you register the instance on a
computer). For example, the realtor example provided with NS will create
a service named NS$Realtor. Look up

NSControl register -name <instancename>

in BOL.


HTH...
Joe Webb
SQL Server MVP

~~~
Get up to speed quickly with SQLNS
http://www.amazon.com/exec/obidos/tg/detail/-/0972688811



[quoted text, click to view]
Wilco
3/2/2005 11:59:02 AM
Thanks Joe!
1 little question: whats BOL?

[quoted text, click to view]
Joe Webb
3/2/2005 3:11:49 PM
A short way to say Books Online for those of us who don't type very well.

It's the documentation that comes with SQL Server, SQL Server
Notification Services, etc. The NS BOL has a good walkthrough example
called Stocks. I'd recommend going through it early in your NS education.


HTH...
Joe Webb
SQL Server MVP

~~~
Get up to speed quickly with SQLNS
http://www.amazon.com/exec/obidos/tg/detail/-/0972688811



[quoted text, click to view]
Wilco
3/3/2005 2:19:05 AM
thanks again!

[quoted text, click to view]
AddThis Social Bookmark Button