Is it possible to store SQL path instead of uploading entire BLOB data?
2
votes
2
answers
285
views
I've a c# site which is uploading images in SQL database and now that SQL table size is around 300GB. Is it possible to store the path of those images instead of storing entire blob data while uploading images from the C# site? Also, I would like to store those images in a NTFS file system. Along with that, I would like to transfer those blob data to NTFS file system and store the path of those images. If so, how could we achieve this using SQL Script without using filestream and filetable?
Asked by James
(21 rep)
Oct 11, 2024, 01:49 AM
Last activity: Oct 12, 2024, 10:05 AM
Last activity: Oct 12, 2024, 10:05 AM