I have a very large table in SQL Server 2008. It has lots of fields which are only useful to a certain segment of users, some of the fields some users shouldn't be able to see.
The table is huge so I wanted to create some simple views for each user class where I could give them access to the view and they could only see the columns they need.
Does a view take up space in the database, or would it be saved as a simple select statement?