I used SMO to create a database, several tables, and several SPs.When I opened it in SSMS, every object name was in caps. I then used my keyboard to manually PascalCase them once again. Fine.
But then I scripted the DB because it's supposed to be a prototype for a collection of databases, I'll have one for each year 2011, 2012, 2013 etc.
Anyway when I look at the generated script it's all in caps! This is a little frustrating. Is there a way to change this behavior?
And it's not just the object names - also the body of the stored procedures goes to caps as well, here too I'd like to preserve any pascal casing (plus any camel casing) that I originated.
In a nutshell, I don't see why a database engine would divest my entries of all casing (what's the point of dong that?) and I'm wondering if there's a fix.