I'm new to using large data types (varchar(max))and after reading an article (Using MAX data types in SQL Server) I have a few questions.
I am trying to understand how you insert such a long string (up to 2 billion char) in the database table? I am assuming this would include storing Word Documents, etc. in the data base. If this is true, what is the method used to store the document in the data base? What is the max length of the Command String that is submitted to SQL Server?
Software/Hardware used:
ASKED:
December 20, 2007 6:03 PM
UPDATED:
February 22, 2008 4:55 AM
Did this answer your question?