Posts
Sort by recent activity
Where did my snippets go? - multi-user issue
I work in an environment in which is convenient to use two accounts: regular, which allows me Internet access, and the other one, which allows me changes to production systems but no Internet acces...
Upper Camel Case for Data Types
When selecting Upper Camel Case for Data Types, I am finding some inconsistencies: "TinyInt", "DateTime" are as expected, but then we have "Smallint", and "Varchar"...shouldn't these be "SmallInt" ...