March 10, 2010 at 5:20 pm
We are cleaning SQL Servers and would like to clean up the SQL 2000 installation, including server and client tools components.
How to check whether or not these component installed using script(s)?
Many thanks in advance.
March 10, 2010 at 5:44 pm
March 10, 2010 at 7:27 pm
I do not want to any other tools to be installed. I would like to get the info using script(s).
Thanks.
March 10, 2010 at 11:07 pm
March 10, 2010 at 11:20 pm
SQL Ping would not need to be installed on any server. It would be installed on a desktop and search the network for instances of SQL Server (all versions).
You could also try to use isql or osql. Those would be able to find broadcasting sql servers (and come with sql server, thus no install necessary).
Here are some references:
http://www.sqlteam.com/article/finding-sql-servers-running-on-a-network
http://www.devasp.net/net/articles/display/683.html
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
March 11, 2010 at 12:28 am
Just a little note to add if your are going on a mass ramage to remove user tools.
MSDE (2000) and Express (2005/8) are installed as part of some product. I believe office 07 installs express.
Good luck
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply