VSDBPro resolves cross-databse references using 4-part table references. However, this causes a syntax exception when applied to table ALTER statements, as these are not permitted across server. For example, I have a stored procedure containing an ALTER statement to a table on a different database, though on the same server; I still have to make a 4-part reference to the table to enable DBPro to resolve the reference, but this then causes an incorrect sysntax exception.
Version