|
|
|
|
|
by scarface74
2898 days ago
|
|
Views aren’t quite as bad as stored procedures. I could see doing a view being decently easy to manage - you can always add s column without breaking backwards compatibility. But you can’t imaging the number of times I’ve seen things like... SaveCustomer_1
SaveCustomer_2
SaveCustomer_3 And you never know whose using what. |
|