Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » SQL Server » view   (RSS)

Instead of triggers over views (part 1)

Views are useful for creating a business entity based view data while allowing for an efficient logical schema. SQL Server’s instead of triggers allow many of these views to be updatable. Here are some experiments that show how to write them and some of their properties.
 
Page view tracker