Un limited data Store in field
-
-
Look up ntext, text and image in SQL books online. These types will let you store data blobs limited only by the storage space on the server. They do have limits on the types of queries you can run on them so make sure they fit your needs.
I can imagine the sinking feeling one would have after ordering my book, only to find a laughably ridiculous theory with demented logic once the book arrives - Mark McCutcheon
-
-
Look up ntext, text and image in SQL books online. These types will let you store data blobs limited only by the storage space on the server. They do have limits on the types of queries you can run on them so make sure they fit your needs.
I can imagine the sinking feeling one would have after ordering my book, only to find a laughably ridiculous theory with demented logic once the book arrives - Mark McCutcheon
text
andntext
are not unlimited. There is an upper limit of 2Gb.
My: Blog | Photos WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More
-
text
andntext
are not unlimited. There is an upper limit of 2Gb.
My: Blog | Photos WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More
Thanks.
I can imagine the sinking feeling one would have after ordering my book, only to find a laughably ridiculous theory with demented logic once the book arrives - Mark McCutcheon