What is the maximum size of data we can store in the image type of SQL?

 Posted by Abhisek on 1/30/2010 | Category: Sql Server Interview questions | Views: 4320
Answer:

We can store binary data from 0 to 2^31-1 or 2,147,483,647 bytes in an image field of SQL Server. The image datatype is used to store images and files in a database.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response