I found a list of the datatypes for SQL DB (formerly Azure DB) here:
http://msdn.microsoft.com/en-us/library/windowsazure/ee336233.aspx
...but nothing on what exactly each data type is. For example, I need to know:
Since there is no Boolean type, what should I use in lieu of bool in SQL DB?
What is the difference between *datetime* and *datetime2* in SQL DB?
What is the difference between *datetime* (and *datetime2*) and *timestamp* in SQL DB?
What is the *sysname* datatype in SQL DB?