
Microsoft added Geometry and Geography Datatypes to the MSSQL2008
And Also :
varbinary replaces image
Note that Microsoft states the image data type is deprecated and will be dropped in a future release of SQL Server. varbinary(max) should suffice as a replacement.
Comments