azuredatastudio
azuredatastudio copied to clipboard
Feature Request: Peek Content
- SQL Operations Studio Version: sqlops 0.24.1 (af2414efcb485ab5e435d1db693d3f7569c48453, 2017-12-19T02:19:09.998Z)
- OS Version: Windows_NT x64 6.1.7601
It would be great if we could peek at the contents of a table\view, similar to the way we can peek at the definition.
Often when writing queries I need to see the data. This reminds me how the table works and which field(s) I need. As you begin to join tables it becomes progressively harder to preview the contents inline. Often I open a second tab to help me explore my data.
Idea:
- Highlight table\view name.
- Choose
Peek Data
from context menu. - Peek window displays first 100 records.
Perhaps a better implementation for programmers: just peek, but add a data tab
This would allow me to easily toggle between the two which I think would be useful.