SQL DB(以前のAzure DB)のデータ型のリストは次の場所にあります。
http://msdn.microsoft.com/en-us/library/windowsazure/ee336233.aspx
...しかし、各データ型が正確に何であるかについては何もありません。たとえば、私は知る必要があります:
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?