noodles1
Programmer
- Oct 31, 2001
- 58
I have a view that uses a number of other views. The columns associated with this view do not appear in the Query Analyzer Object Browser. Running the view in Query Analyzer appears to produce satisfactory results.
If I alter the view by commenting out references to certain of the referenced views, and refresh the Object Browser, the columns of the main view return.
In fact a number of the referenced views are referenced multiple times within this main view, with different aliases through different join conditions. Commenting out different combinations of these referenced views allows the columns to appear in Object Browser.
All of the referenced views run satisfactorily when called individually.
Has anyone experienced this behaviour or can provide suggestions to remedy this?
If I alter the view by commenting out references to certain of the referenced views, and refresh the Object Browser, the columns of the main view return.
In fact a number of the referenced views are referenced multiple times within this main view, with different aliases through different join conditions. Commenting out different combinations of these referenced views allows the columns to appear in Object Browser.
All of the referenced views run satisfactorily when called individually.
Has anyone experienced this behaviour or can provide suggestions to remedy this?