At Query Anlyser,from Master database, this works
select * from test..tt
but not this
sp_help 'test..tt'
test is dbname and tt is table name
any reason?