Hi:
Is there a way to prevent our network Windows computers from unathorized installations of SQL Servers? How can we check periodically our network boxes to detect SQL Servers that were installed withour our permission?
Thanks.
From SQL Server itself?
Are you sure this is the right forum to ask such question?
You should use NetServerEnum() API with SV_TYPE_SQLSERVER.
But that is for your front end not from SQL Server itself.
But only safe way is to run a software inventory on each pc. There is software for that available on the net.
I don't know why you are trying to prevent this on SQL Server alone. If it is licensing, then you should also worry about other software. If not then there is really no valid reason for developers not to have a SQL Server instance on their PC. This will most of the times allow them to work better, and not to overload the servers.
If it is only licensing, then see into allowing them to install MSDE/SQL Server Express instead, as it is free and will give them the same functionality. This is off course assuming your company has the correct licenses for the Server.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.