Hi There,
I have a sqlserver enterprise geodatabase. When I create a table or featureclass using arcpy, I use camel case syntax for the name. ArcGIS displays the name as I entered it but when I view the dataset through sqlserver management studio I'm noticing the table name is in all uppercase. When I look at the items table it shows that the 'physicalname' of the table is different than the 'name' of the table. I'm assuming ArcGIS knows to display the table as that name alias. Is there a wayto change this default behaviour and have the physical table match the case of the name used in ArcGIS?
Thanks,
David