In SQL Server 2005, metadata about each SQLNS instance is stored in
the msdb database. Run the following script and I suspect you'll find
an entry for your failed creation attempt.
USE MSDB
GO
SELECT * FROM NS90.NSInstanceInfo
SELECT * FROM NS90.NSApplicationInfo
HTH...

Signature
Joe Webb
SQL Server MVP
http://www.sqlns.com
~~~
Get up to speed quickly with SQLNS
http://www.amazon.com/exec/obidos/tg/detail/-/0972688811
I support PASS, the Professional Association for SQL Server.
(www.sqlpass.org)
>Hi all,
>
[quoted text clipped - 21 lines]
>
>Anyone have any ideas as to what could be occurring?
Isadore Schwartz - 14 Sep 2006 13:22 GMT
Thank you Joe,
Right on the money. That's exactly what was there.
I've got another potential issue coming shortly. Depending on whether or not
I can hack my way through it myself.
> In SQL Server 2005, metadata about each SQLNS instance is stored in
> the msdb database. Run the following script and I suspect you'll find
[quoted text clipped - 33 lines]
> >
> >Anyone have any ideas as to what could be occurring?