Is there a function to identify that an instance of SQL Server already exists on a machine?
For example, if SQL Server / MSDE exists on a server or client, we want to install our database. However, if MSDE does not exist we want to install MSDE.
You can then redirect the output from that into a text file via "> filename.txt" and then check the file. If it is blank then SQL isn't installed. If there is something in it then SQL is installed.
Denny
--Anything is possible. All it takes is a little research. (Me)
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.