The 850 EVO has a write endurance of 150TBW IIRC. So let's assume you wrote 30GB a day:
150TB * 1024 = 153600GB
153600GB / 30 = 5120 cycles of 30GB
5120 cycles / 365 = 14 years
That was just an example with 30GB/day, but you can do the calculations yourself for how much data you write per day.
You may be interested in taking a look at my question of how to monitor TBW on Samusng SSDs over here: How can I monitor the TBW on my Samsung SSD?
Also, please keep in mind that hard drives have a limited number of write cycles as well. It's just a lot, lot more than SSDs :)
Bonus info:
Not all SSDs have a such a low write endurance. It used to be that SSD NAND was SLC (Single Level Cell) which meant that each cell stored only a single bit. But then, NAND companies discovered they could store 2 bits per cell (MLC, Multi Level Cell) by varying the voltage, like for instance 0-.25v == 00, .25v-.50v == 01, .50v-.75v == 10 and .75v-1.0v == 11. (Numbers are totally bogus, just trying to communicate the idea). Unsurprisingly, as the cells wear out they don't store the varying voltage as well, thus, MLC cells don't last as long as SLC cells. Now, they've figured out how to cram 3 bits per cell with TLC (Triple Level Cell) technology. As you can imagine, TLC drives such as your 850 EVO wear out even faster.