It seems that SQL Prompt is case sensitive when it comes to tablenames. If I type select * from dataloads and then I add a where clause, the field names will not show up. However if I type select * from DataLoads and then add a where clause, the field names show up.

Is this a feature? To me, it shouldn't matter what the case is because SQL Server doesn't care about it.

Possibly an improvement for SQL Prompt 3?

John
laker_42
0

Comments

2 comments

Add comment

Please sign in to leave a comment.