prova a fare questa query
ti dovrebbe restituire l'elenco di tutte le tabelle presenti sul db e controlla se vede la tua tabellacodice:SELECT * FROM miodb.dbo.sysobjects where type='U' order by name
prova a fare questa query
ti dovrebbe restituire l'elenco di tutte le tabelle presenti sul db e controlla se vede la tua tabellacodice:SELECT * FROM miodb.dbo.sysobjects where type='U' order by name