Home Forums SQL Server 2005 T-SQL (SS2K5) what is the datatype to store all type of data(image,binary.....) into database column RE: what is the datatype to store all type of data(image,binary.....) into database column

  • Can you provide some more details? Are you trying to store a document (word, pdf, etc...)? If you are attempting to store a document you need to use the varbinary datatype. You should do some research on storing blobs in SQL Server as it is usually not the best choice for large documents.