Someone had code like this on the tek-tips forum DECLARE @v varchar ( 24 ) SELECT @v = '06029202400250029' SELECT RIGHT( @v , 4 ) - SUBSTRING ( @v , 10 , 4 ) If you run this code, you will get the following message Server: Msg 403, Level 16, State 1,
Read More...