I didn't see this feature(Data Explorer) in SQL Prompt 6.3, has it already been removed?
Comments
2 comments
-
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 -
David Atkinson wrote: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.
Add comment
Please sign in to leave a comment.