Unable to execute the create script; the table name is invalid or missing. (Visual Database Tools)

You are attempting to create an object such as a trigger that is owned by a particular table or view, but the script text does not refer to that owning table or view. Modify the script to refer to the owning table or view and rerun the script.

For details about the syntax of scripts in SQL Server, refer to the SQL Server documentation.