How can we help you today? How can we help you today?
Bart Read
Thanks Brian, it's much appreciated. I know how frustrating it can be when software starts misbehaving. The only thing I can think of at the moment is that there might be some sort of race condition that means the system objects are not being fully populated before the meta-data loading and completion list population is finalised. We use a different population method on SQL Server 2000 to 2005 and above because the only way we can get the system objects on SQL Server 2000 is to actually load the meta-data for the master database. For 2005 and above we don't have to do this because it's exposed in every database. It's a while since I wrote the code, but I suspect the reason unchecking and checking the option works is that when you check it again all the system objects will have been fully loaded, so when the completion lists are repopulated (unchecking and checking this option would force this, as long as you close the Options dialog in between) the INFORMATION_SCHEMA objects appear correctly. For now unfortunately I can only say we'll try to get this fixed in the next release (I'm pretty sure it would still happen in 3.7, although if you fancy giving it a try there's no reason not to). Thanks, Bart / comments
Thanks Brian, it's much appreciated. I know how frustrating it can be when software starts misbehaving. The only thing I can think of at the moment is that there might be some sort of race conditio...
0 votes
OK thanks, glad to hear that at least. I just wanted to be sure with that last post. This bug is in our tracking system so hopefully it should be fixed at some point in the future. Thanks, Bart / comments
OK thanks, glad to hear that at least. I just wanted to be sure with that last post. This bug is in our tracking system so hopefully it should be fixed at some point in the future. Thanks, Bart
0 votes