Hi @Việt Hoàng,
Invalid object name 'dbo.test'. (Source: MSSQLServer, Error number: 208) Get help: http://help/208
Possible Causes
This error can be caused by one of the following problems:
The object is not specified correctly.
The object does not exist in the current database or in the specified database.
The object exists, but could not be exposed to the user. For example, the user might not have permissions on the object or the object is created within an EXECUTE statement but accessed outside the scope of the EXECUTE statement.
Check it out here.
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.