If you fully qualify a table in another database and give it an alias, OSQL command parsing will not use the alias. That is you cannot
SELECT something FROM foobarDB.dbo.footable AS otable WHERE otable.someColumn IS NULLThe "otable.xxx" will cause an error as it cannot find that alias.
2005 et.al. seem to be fine.
No comments:
Post a Comment
Be nice... it's the only internet we have.