Since you are trying to find the surface area for this surface of revolution which is revolved around the $y$-axis, the formula to compute it is
$$A = \int_a^b 2 \pi x \sqrt{1+(f'(x))^2}dx$$
Note in your work, you are missing the $2\pi$. To compute your integral, you need a $u$-substitution. Try $u= 1+\frac{x^2}{4}$. Then $du = \frac{x}{2}dx \Rightarrow dx=\frac{2du}{x}$. Your bounds will also change, since you are now doing an integral with respect to $u$ instead of $x$.
$$\int_0^2 \to \int_1^2$$
These new bounds come from plugging in $0$ and $2$ into your $u=1+\frac{x^2}{4}$ equation. Your new integral looks like:
$$A = \int_1^2 2\pi x \sqrt{u}\frac{2du}{x} = 4 \pi \int_1^2 \sqrt{u}du$$
And from here, it is an integral that you can compute. Hope this helps!