Search
Submit a request
Sign in
How can we help you today?
Categories
Submit a request
Submit a request
Sign in
Support
Community
SQL Prompt Previous Versions
table/view data sample (similar to table/view def'n preview)
New post
Is it possible to get it to pop up some sample data when viewing the table definition, with the options for
select top
X
<optional> * from table
order by newid()
<optional>
cache the result <optional>
austrianfoodispuke
February 03, 2009 08:59
-
0
+
Comments
1 comment
Sort by
Date
Votes
I agree that this would be a nice option. We'll definitely consider it in future versions of SQL Prompt, especially if we get more requests for this.
Kind regards,
David Atkinson
Product Manager
Red Gate Software
David Atkinson
February 03, 2009 10:22
-
0
+
Add comment
Please
sign in
to leave a comment.
select top X <optional> * from table order by newid() <optional>
cache the result <optional>