SQL Server 2008 data types: which ones should I use?

I am trying to figure out what data types should I use for my tables. Does anyone have a very good, simple, tutorial on SQL Server 2008 data types (should it be practical!)?

+3
source share
3 answers

http://www.databasejournal.com/features/mssql/article.php/3788256/Data-Types-in-SQL-Server-2008.htm
http://searchsqlserver.techtarget.com/feature/SQL-Server-2008 -data-types-Datetime-string-user-defined-and-more
The first link is more practical. As far as I know, SQL Server 2005 and 2008 have almost the same data types. (except for the new DateTime data type).

+1
source

Source: https://habr.com/ru/post/1768656/


All Articles