outofservice
Technical User
Version: SQL2k Standard Edition
No service pack applied.
Basically, I have a view (taken from two tables) which contains an 'address' column containing the concatenated values of 3 existing columns (number, street and area).
My problem is that when I display the view in Enterprise manager I cannot see the concatenation in effect and the 'address' column returns 'null' values. When I display the view in query analyzer I can see the correct concatenated 'address' values as eg, 1, High, st.
Does anybody know why this is?
Lauryn Bradley
SQL Server DBA
No service pack applied.
Basically, I have a view (taken from two tables) which contains an 'address' column containing the concatenated values of 3 existing columns (number, street and area).
My problem is that when I display the view in Enterprise manager I cannot see the concatenation in effect and the 'address' column returns 'null' values. When I display the view in query analyzer I can see the correct concatenated 'address' values as eg, 1, High, st.
Does anybody know why this is?
Lauryn Bradley
SQL Server DBA