Find closest multiple of $1000$ to $2000$. We see that $2 \times 1000 = 2000$ is the nearest. Now subtract $2000$ from $2000$ to get reminder $0$. Add $2$ to quotient.
Since $0$ is less than $1000$, stop the division. The reminder is $0$. The topmost line $0002$ is the quotient. Remove all zeros at the start of the quotient to get the actual quotient $2$.