*Specific* Daily volatility of 0.02 meaning an annualized vol of 0.02*sqrt(252)= 32%? I'm also going to assume these are arithmetic returns but we took the beta using logged returns.
Ok, so this is fairly straightforward assuming it's just a traditional stats problem. Given that the market is up 1% and we have a beta of 2, the expected value of the stock is 101*101 following a lognormal model=102.1. The systematic volatility is already accounted for- leaving only the unsystematic/specific/idiosyncratic volatility, which you state is 2%.
The classical assumption is that this idiosyncratic risk is distributed lognormally. Some french-speaking sticklers out there will tell me I need to correct the drift in the lognormal distribution (thus applying Girsanov and Ito's Lemma), and that there's also the drift due to rates. I'm not going to do that here, and simply assume this is just a stats problem:
P(px>103)=P(~Lognormal(mu=0, sigma=0.02)>103/102.1)
P(px>103)=P(~N(mu=0,sigma=0.02)>ln(103/102.1))
P(px>103)= 1-pnorm(ln(103/102.1)/0.02)
Where pnorm= the CDF of the standard normal.
This is just the probability that the normal distribution comes out about 0.43 standard deviations above 0. So that's about ~33%.
So it's really pretty straightforward. Lognormal and Normal distributions have certain additive properties. A normal plus a normal is a normal. A normal conditional on another normal is a normal. Same with lognormal distributions when you are in multiplicative mode.
There's some ambiguity here as to whether we're dealing with logged returns and what exactly our beta means. Most people use a log returns model for stock prices, but you can do this arithmetically, too. (In which case, you have an expected stock price of 102 with a standard deviation of 2. This would make the probability of the stock price going above 103 a 0.5 standard deviation event. But as you can see, the idiosyncratic risk doesn't scale with the systematic returns and it's theoretically possible to get a negative stock price.)
EDIT: I hope this isn't a stochal problem. If you're some polytechnique student, sorry for insulting your intelligence and underestimating this as a mere stats problem.