Hi,
I have a filestream enabled DB and a table to store the files. Until now i used to get the path of the file that has to be saved to DB. But due to some changes this was changed and now i get a byte array. my question here is
1. Can this be done? (if yes, then how? Note: the present implementation is a stored procedure that will get the path)
2. Does this implementation have any advantages - performance wise?