Tagged Questions
0
votes
3answers
103 views
Have SQL reports on separate database than same database that is serving web app?
We use SQL reports in a .NET web application, but some of our reports are heavy and involve more table join and columns.
As you know we cannot index all the involved columns (performance problem).
...