Hi all,
I want to store webpage content in a Database(MS SQL Server). What is the maximum that can be stored.
e.g. in MS Word I have 850 words and I want to store them in Database.
What is maximum?
Thanks.
Lookup field maximums in your MS SQL manual. If you use LONGTEXT for storing large text values, you won't hit any limits soon.