I am writing this to remind myself that I hate SQL Server. I like writing SQL and but I hating coding it in SQL Server. Here is the reminder:
select * into New_Table from Old_Table where y="stupid"
instead of:
create table new_table as Select * from Old_Table where y="much more logical syntax"
Mixing the roles of DDL and DML syntax is wrong. Plain ol' wrong...
At least one someone else thinks SQL Server is Stupid... 10 Things I Hate about SQL Server (All Rights to the Poster)
Castle House Birthday Party
-
There’s a bed and breakfast here in town which Lorelei has always referred
to as the Castle House. For her fifth birthday party Erin had the great
idea to...
13 years ago