Test the convergence of the series $$\sum_{n=2}^{\infty}{\frac{1}{\sqrt{n}\ \log(n)}}$$
Using the comparison test $\log(n)<\sqrt{n}$ for all $n \in N$. From this it follow that $\frac{1}{\sqrt{n}\ \log(n)}>\frac{1}{\sqrt{n}\sqrt{n}}=\frac{1}{n}$ which is a diverging. So our original series also diverges.
A comment, but too long for comment.
To bound $\ln(x)$ for $x > 1$, for any $c > 0$,
$\begin{array}\\ \ln(x) &=\int_1^x \dfrac{dt}{t}\\ &=\int_1^x t^{-1}dt\\ &<\int_1^x t^{-1+c}dt\\ &<\dfrac{t^{c}}{c}\big|_1^x \\ &<\dfrac{x^{c}-1}{c}\\ &<\dfrac{x^{c}}{c}\\ \end{array} $
For example, if $c = \frac12$, this gives $\ln(x) \lt 2\sqrt{x}$.
By setting $c=a/2$, $\ln(x) \lt \dfrac{x^{a/2}}{a/2} $ or $\dfrac{\ln(x)}{x^a} \lt \dfrac{2x^{-a/2}}{a} $ so $\lim_{x \to \infty}\dfrac{\ln(x)}{x^a} = 0 $ for any $a > 0$.