I have a SQL Server where we have several databases and their schemas. So that's fine, but I need to access a stored procedure that is in the X bank.
I have tried this: $ this-> db-> query ("cadunico.dbo.CadUnico_Educacao_Consultar"); but when I want to debug, nothing is returned.