I've been asked by my boss to determine: "Is there a SQL Database installed on the 'Server_Name' server?".
If I understand correctly, a SQL Server Database can only exist in an instance of a SQL Server. Is that correct?
If so: How do I determine if there is an instance of SQL Server installed on a particular Server?
The Server in question is where I use SSMS to do all the T-SQL queries and reporting and Visual Studio for my SSRS reports.
The Server has the following on separate Drives: SQL Data, SQL Log, SQL Tempdb.
On the C:\Program Files - there is a 'SQL Server' folder ... which has several sub folders:
... but beyond that, I don't know what to look for to answer the question from my boss.
I would appreciate any help or pointers.
