"Joe Webb" wrote:
> 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 >
>
>
> Wilco wrote:
> > Thanks Joe!
> > 1 little question: whats BOL?
> >
> > "Joe Webb" wrote:
> >
> >
> >>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 > >>
> >>
> >>
> >>Wilco wrote:
> >>
> >>>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?
> >>>
> >>>"Joe Webb" wrote:
> >>>
> >>>
> >>>
> >>>>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 > >>>>
> >>>>
> >>>>
> >>>>wilco wrote:
> >>>>
> >>>>
> >>>>>How to see if the service is running?
> >>>>>(management console?)
> >>>>