I have a report which basically lists all of the databases I have on my SQL estate.I have a parameter which, if I type the correct database name in, it will bring back all of the information about this database so I know where it lives.I want to be able to search for part names of databases. So where database name like ParamInput%How is this possible?
↧