Since $\sqrt{x}$ is a concave function, its integral over $[2,100]$ is larger than its estimate over the same interval using Trapezoid rule. As a result,
$$2 \sum_{k=1}^{100} \sqrt{k} \le 2\left[ 1 + \frac12(\sqrt{2} + \sqrt{100}) + \int_2^{100} \sqrt{x} dx \right]
= 12 + \sqrt{2} + \frac43\left(100^{3/2} - 2^{3/2}\right)\\ = \frac{4036-5\sqrt{2}}{3} \approx 1342.97631 < 1343.
$$
For any $k \ge 1$, $\sqrt{x}$ is concave over $[k-\frac12,k+\frac12]$ implies
$$\sqrt{k} \ge \int_{k-1/2}^{k+1/2} \sqrt{x}dx = \frac23 \left( (k+\frac12)^{3/2} - (k-\frac12)^{3/2} \right)$$
This leads to a bound in the other direction:
$$2\sum_{k=1}^{100}\sqrt{k} \ge \frac43 \sum_{k=1}^{100}\left( (k+\frac12)^{3/2} - (k-\frac12)^{3/2} \right)= \frac43
\left[ \left( \frac{201}{2} \right)^{3/2} - \left( \frac12 \right)^{3/2} \right]\\
\approx 1342.87442 > 1342$$