Slight clarification:
To fully qualify an object name you can refer to it in the form: database.owner.object_name.
So in your example you might use: db2.dbo.tble.
However, if the owner is dbo then you can omit it, as in SonOfEmidec1100's answer.
--James