Query: SELECT *, RowNum FROM ( SELECT ROW_NUMBER()Over( order by in_zone desc, highlighted desc, titulo asc) As RowNum, titulo, PDesc, PID, slug, thumb_s3_url, cover_s3_url, highlighted, in_zone FROM vw_shows_active where show = 1 and (Codigo = 'AR' or Codigo is null) ) AS ResultadoPaginado WHERE RowNum >= 1 and RowNum < 8 SQLSTATE: 42S02 code: 208 message: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Invalid object name 'vw_shows_active'.