Views - Do you avoid having views as redundant objects?

Last updated by Brady Stroud [SSW] about 2 months ago.See history

Don't have views as redundant objects. e.g. vwCustomers as SELECT * FROM Customers. This is unnecessary. Instead, Views should be generally used for security.

Adam Cogan
We open source. Powered by GitHub