inserting table adds database name
When you select a table from the intellisense list
Precede the table name with the database name as well
Currently it is only inserting the schema name in front of the table name
i.e. dbo.<table name>
It should be <database name>.<schema name>.<table name>
2
votes
Vinod Jacob
shared this idea