Tagged Questions
8
votes
3answers
2k views
Downsides to “WITH SCHEMABINDING” in SQL Server?
I have a database with hundreds of awkwardly named tables in it (CG001T, GH066L, etc), and I have views on every one with its "friendly" name (the view "CUSTOMERS" is "SELECT * FROM GG120T", for ...