For the first problem try this:
select * from [ryanstable1]
For the second problem look into quoted identifiers:
http://www.sommarskog.se/dynamic_sql.html#QUOTED_IDENTIFIER[
^]
I guess the default options aren't the same on your windows 7 machine and therefore give errors that weren't there on xp. You could also check those out and look for differences there.
Good luck!