I support PASS, the Professional Association for SQL Server.
On 15 Mar 2006 08:02:25 -0800, "CoreyB" <unc27932@yahoo.com> wrote:
>I was in your shoes just a few months/weeks ago, but now feel very
>comfortable with the concepts and how to navigate around, so don't
>worry, it will get better.
>
>But to answer your questions - to build a NS instance & application,
>you will need to create (or copy & modify from the samples) two XML
>files. One called an Instance configuration file (ICF) and the other
>called an application definition file (ADF). The ICF contains
>information about the machine, and other "instance-level" type things.
>"Instance" here does not mean the same as a SQL Instance, so be aware
>of that. The ADF contains info about the subscriptions, notifications,
>events, etc.
>
>You can choose to build your XML files in any text editor, or Visual
>Studio, but all they are is XML. If running SQL 2005, you can then
>build your NS instance, by browsing down to Notification Services in
>Management Studio, and choosing "New Notification Services
>Instance...." and browsing to your ICF. If you're like me, then you'll
>receive several compile errors, which you'll have to troubleshoot and
>fix. Then you have to run through several steps regarding security,
>registering your windows service, etc. but you can look at BOL for
>these.
>
>If you have some $$ to buy some books, I would also recommend Joe
>Webb's "Rational Guide to SQL Server Notification Services" (written
>for SQL 2000, but shows the concepts well) (
>
http://www.amazon.com/gp/product/0972688811/102-6274694-7676152?v=glance&n=283155 >) and also Shyam Pather's "Microsoft SQL Server 2005 Notification
>Services" (
>
http://www.amazon.com/gp/product/0672327791/qid=1142438442/sr=1-1/ref=sr_1_1/102-6274694-7676152?s=books&v=glance&n=283155
>). I have read most of Joe's book and some of Shyam's book, and they