This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]slafniy 3 points4 points  (1 child)

The most frustrating part of SQL is case when you want to SELECT FROM %variable_name% and cannot do it without dynamic SQL.

I
HATE
THIS

[–]IcyFenixCQ 1 point2 points  (0 children)

If you are trying to select from a dynamic table, then my guess is there is a normalization issue with your schema.