Re: How can I scan for named instances of SQL?
- From: "Joe Yong" <_NOSPAM_joe.yong@xxxxxxxxxxx>
- Date: Fri, 17 Feb 2006 14:42:41 -0800
Have you checked out SQL Scan which is now part of the SQL Server 2000
Security Tools?
See
http://www.microsoft.com/downloads/details.aspx?familyid=9552d43b-04eb-4af9-9e24-6cde4d933600&displaylang=en
joe.
"Uri Dimant" <urid@xxxxxxxxxxx> wrote in message
news:%23ocjkavMGHA.3936@xxxxxxxxxxxxxxxxxxxxxxx
Byron
Do you use SQLDMO objects library?
The OLE DB Provider for SQL Server 2000 returns instance names using
ISourcesRowset::GetSourcesRowset
SQL-DMO applications can enumerate instances using the SQLServer2
object. The SQLServer2 object also presents information such as the names
of
the SQL Server and SQL Server Agent services for the instance, or whether
the instance is running on a single computer or a failover cluster. For
more
information, see SQLServer2 Object
"Byron" <Byron@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:74EC9B24-45FE-4A8D-B0CF-E5DB412C3E70@xxxxxxxxxxxxxxxx
I need to periodically scan our network for SQL installations and
sometimes
affect all servers to do things like change the sa password. Since the
servers are far-flung without technical people on-site I can't rely on
anyone
there to keep me up to date. I wrote a little C# app that can locate all
the
default instances, but it can't discover named instances.
Ideally I'd like to add the capability to discover named instances to the
samer application, but any other discovery method would be appreciated.
.
- References:
- Re: How can I scan for named instances of SQL?
- From: Uri Dimant
- Re: How can I scan for named instances of SQL?
- Prev by Date: Re: SQL thinks it's Slammer
- Next by Date: Re: SQL Injection with ADO parameters
- Previous by thread: Re: How can I scan for named instances of SQL?
- Next by thread: SQL Injection with ADO parameters
- Index(es):
Relevant Pages
|