I am new to sql server and i am developing a c# program in which i have millons of documents that have to be scanned and stored as images , and i am wondering which better idea to store the images . Is it the idea that says to store them in the db or in folders . I expect if i store them in sql server db that the size of the db reaches to 4 tera Bytes , is it normal or not , and how would be the perfprmance of the database ????
please help ..