Hi, all,
I am building a pretty simple database to receive data from an XML export package via SSIS. I added some key fields named XXObjectID via SSMS to each table to serve as primary keys. Now when I run a select statement against each table, Intellisense flags the XXObjectID column as "Invalid Column Name" - but the query runs fine. Is there some naming convention about ending names in ID that Intellisense doesn't like?
Thanks,
Eric