Re: delete sql server registration in tsql
- From: Erland Sommarskog <esquel@xxxxxxxxxxxxx>
- Date: Mon, 28 Aug 2006 21:53:48 +0000 (UTC)
(J.Evans.1970@xxxxxxxxx) writes:
Is there any way in tsql to delete a sql server registration? (I know
how to do this from Enterprise Manager).
There are undocumented extended stored procedures to manipulate the
registry. However, starting with SQL 2000 SP4, they were changed to
permit changes only within the tree of the SQL Server instance, if
memory serves.
In any case, I would say that it does not really make sense. Enterprise
Manager is a client, and SQL Server is a server. A server sends data to
its clients on requests. It does not send requests to the clients.
If you want manipulate the registry on remote machines, Windows offers
more direct ways to do this, and that is far better than sneaking around
through SQL Server.
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.
- Follow-Ups:
- Re: delete sql server registration in tsql
- From: Jennifer
- Re: delete sql server registration in tsql
- References:
- delete sql server registration in tsql
- From: J . Evans . 1970
- delete sql server registration in tsql
- Prev by Date: Re: Installation of local database
- Next by Date: Re: problem on login: user is inactive
- Previous by thread: delete sql server registration in tsql
- Next by thread: Re: delete sql server registration in tsql
- Index(es):
Relevant Pages
|