Is it true that
$$\lim_{y\rightarrow\infty}\dfrac{\sum_{n=1}^{y}n^{-1/2-iy}}{\zeta(1/2+iy)}=1$$
? Below is a plot of $$\sum_{n=1}^{y}\dfrac{1}{n^{s}}\text{for }s=\dfrac{1}{2}+iy$$

set against its smooth analytic continuation. Is this less expensive computationally for large $y$?
Notes
x = 1/2; Plot[{Re[\!\( \*SubsuperscriptBox[\(\[Sum]\), \(n = 1\), \(y\)]
\*FractionBox[\(1\), SuperscriptBox[\(n\), \(x + I\ y\)]]\)],
Re[Zeta[x + I y]], Im[\!\( \*SubsuperscriptBox[\(\[Sum]\), \(n = 1\), \(y\)]
\*FractionBox[\(1\), SuperscriptBox[\(n\), \(x + I\ y\)]]\)],
Im[Zeta[x + I y]]}, {y, 0, 30}]
Included with subsuperscript boxes for ease of reading when pasted into Mathematica.
Update
To address Mercio's point:

The plot of the quotients (as posed in the original question) is very messy (includes grid-line at $1$), and clearly doesn't "tend to $1$" in the strict sense of the meaning. Perhaps if zeros of each function were excepted, it would make more sense. Suggestions of re-phrasings of the question are welcomed!
Update 2
Question now rephrased - improvements suggested by Raymond Manzoni:
Is it true that $$\lim_{y\rightarrow\infty}\zeta(\dfrac{1}{2}+iy)+\dfrac {1} {2}\dfrac {1} {[y/\pi]^{1/2 + iy}} - \sum_ {n = 1}^{[y/ \pi]}\dfrac {1} {n^{1/2 + iy}}=0?$$
which John M has more or less answered below.


Please allow me to write what is true:
We have the estimate in the critical strip ($s = \sigma + it$): $$\zeta(s) = \sum_{n < N} n^{-s} + \frac{N^{1-s}}{s-1} + O(N^{-\sigma}).$$ Therefore, $$\zeta\left(\frac{1}{2}+it\right) = \sum_{n < t} \frac{1}{n^{\frac{1}{2}+it}} + O(t^{-1/2}).$$ So $$\lim_{t \rightarrow \infty} \left | \zeta\left(\frac{1}{2}+it\right) - \sum_{n < t} \frac{1}{n^{\frac{1}{2}+it}} \right| = 0.$$
You may also be interested in this recent preprint.
ADDED LATER (at Daniel's request):
First, we assume that $\sigma = \operatorname{Re}{z} > 1$, so that the sum $\sum n^{-s}$ converges absolutely. We can write the sum $\sum_{n \geq N} n^{-s}$ in terms as a Stieltjes integral, $$\sum_{n = N}^\infty \frac{1}{n^s} = N^{-s} + \int_N^\infty x^{-s} \;d(\lfloor x \rfloor),$$ where $\lfloor x \rfloor$ is the greatest integer less than or equal to $x$. Now we can integrate by parts to get $$\int_N^\infty x^{-s} \;d(\lfloor x \rfloor) = -N^{-s+1} + s \int_N^\infty x^{-s-1} \lfloor x \rfloor \; dx.$$ Let $\{x\}$ denote the fractional part of $x$, i.e. $\{x\} = x - \lfloor x \rfloor$. We get $$\zeta(s) = \sum_{n < N} n^{-s} + N^{-s} + \frac{N^{1-s}}{s-1} - s \int_N^\infty x^{-s-1} \{x\} \;dx.$$ Since $\{x\} < 1$, the integral on the right actually converges for all $\sigma = \operatorname{Re}(s) > 0$, i.e. we get an analytic continuation of the Riemann zeta function from $\sigma > 1$ to $\sigma > 0$. In fact, for $\sigma>0$, we can bound the integral, $$\left| \int_N^\infty x^{-s-1} \{x\} \;dx \right| < \frac{N^{-\sigma}}{\sigma}.$$
Anyway, this is all standard material available in any book on analytic number theory.