The company where l work now, have a model, wich has a connection to a sql server until 2020, now l want to update that information, but the database change, so l try replacing only the "LIB CONECT TO X" and name in my FROM:
Example:
FROM database.dbo.tableX
But this error appears:
So is possible to do what l try or should l have to do all again?