Hi
I am new to SQL server!
I use the 'views' to show my data on a website so I have some level of protection if any one were to do something malicious!
However, is there a way to automatically update it?
On my server, I have the table and a view. What I would like to do is update the table which automatically updates the view! Is there a way of doing this or do I have to re-create the view each time I update the table!
I am using SQL express 2008 (free version)!
Thanks
Dave
I am new to SQL server!
I use the 'views' to show my data on a website so I have some level of protection if any one were to do something malicious!
However, is there a way to automatically update it?
On my server, I have the table and a view. What I would like to do is update the table which automatically updates the view! Is there a way of doing this or do I have to re-create the view each time I update the table!
I am using SQL express 2008 (free version)!
Thanks
Dave
Comment