我在这里找到了 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?