Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I have also tried
cast(Right('0000000000'+hosp,10) as varchar(36))
still no zero's
Right('0000000000' + convert(varchar(10), hosp), 10)