Continuing on the comment of PrincessEev, which more or less solves the problem, you could actually carry on and use the definion of a limit of a function to answer your question.
Suppose $f:\mathbb {R} \rightarrow \mathbb {R}$ is a function defined on the real line, and there are two real numbers $a$ and A.
One would say that the limit of $f$, as $x$ approaches $a$ from below, is $A$, if for every real $\varepsilon > 0$, there exists a real $\delta > 0$ such that for all real $x$, $0 < a − x < \delta$ implies $|f(x) − A| < \varepsilon$.
Now, in your problem the probable limit is equal to zero, and the point on the $x$-axis at which it happens is $a=0$. Thus, the limit exists if:
$$
\forall \varepsilon > 0, \,\exists \delta(\varepsilon)> 0, \,\forall x: 0 < −x < \delta \Rightarrow |\sqrt{-x}| < \varepsilon.
$$
Since $ −x < \delta$, it follows that $|\sqrt{-x}| < \sqrt{\delta}$, hence, taking $\delta = \varepsilon^2$ we prove the limit from below indeed exists and it's zero. The limit from above isn't defined because the square root of the negative variable isn't defined on a positive half-axis.