Forum Discussion
ckattookaran
3 years agoVIP
Mayank, you could create a dashboard using grid view and export the data from Grid view.
Or you could write a rule to do that.
Whichever approach you go with keep in mind to use WITH (NOLOCK) for the SQL so that you are not locking these tables which you perform the SELECT.
Other option is to export them using Load/Extract and then open the XML file in EXCEL. I did write a blog post using this approach.
Related Content
- 2 months ago
- 2 years ago
- 3 years ago