Yes, it was removed. It was one of a number of 'experimental features' that didn't make the cut.
Can I ask what problem this feature solved for you?
If useful we might be able to supply you with a SQL query that does the same, cycling through your tables and doing a select TOP (5) from <yourtables>.
Yes, it was removed. It was one of a number of 'experimental features' that didn't make the cut.
Can I ask what problem this feature solved for you?
If useful we might be able to supply you with a SQL query that does the same, cycling through your tables and doing a select TOP (5) from <yourtables>.
David Atkinson
Red Gate
Thanks for your reply, just want to confirm with you, yeah, I knew we can do it with "select TOP ...", sometimes I am lazy to type it.
Comments
Can I ask what problem this feature solved for you?
If useful we might be able to supply you with a SQL query that does the same, cycling through your tables and doing a select TOP (5) from <yourtables>.
David Atkinson
Red Gate
Product Manager
Redgate Software
Thanks for your reply, just want to confirm with you, yeah, I knew we can do it with "select TOP ...", sometimes I am lazy to type it.