Hi
I have a query that is performing very strangely.
I f I put a top statement in it returns rows,
so
Select top 10 * from .......
returns 10 rows
but without it then no data is returned
Select * from ..........
returns 0 rows.
I have a query that is performing very strangely.
I f I put a top statement in it returns rows,
so
Select top 10 * from .......
returns 10 rows
but without it then no data is returned
Select * from ..........
returns 0 rows.
Comment