select Schema_name(schema_id) from sys.tables where name ='Table_report';
quale schema è il risultato?Se vuoi spostarlo, fallo:
ALTER SCHEMA dbo
TRANSFER SchemaSource.Table_report;
http://msdn.microsoft.com /it-it/library/ms173423%28v=sql.105%29.aspx