Question : Years ago, it was common to write where exists (Select * from some_table where some_condition) Last year I […]
Tag: style
Does it make sense to use SQL Server’s bracket notation in hand written code?
Question : Code generators tend to be simpler when they generate output using the new Microsoft bracket notation ([]) for […]