I am trying to locate one database from my database server. I have 22 different databases on the server. I am using:
select [name] from sys.databases
But this returns all the 22 names. I only need a specific one called "LightBulb".
Anyone knows by any chance? Meanwhile I will keep trying.
Thank you.