I have a table "Scholars", that has many foreign keys to look-up tables such as Courses and Colleges. When I create a view on that table to return a subset of the Scholars (eg those who are still living), the view doesn't seem to have the same foreign keys as the table. Am I quite new to SQL Server and not sure if I am doing something wrong or if that is simply how it is.
The reason I am asking, is because our clients use Report Builder 2 to create reports and when they create their queries using the query designer, if they use the view, query designer does not automatically hook up the LivingScholars view, say, to the Colleges table.
Thanks for any help, Robin