web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :

Liquid error: Value cannot be null. Parameter name: key  Profile Picture Liquid error: Value cannot be null. Parameter name: key Community member

Comments

*This post is locked for comments

  • AX Innovations Profile Picture AX Innovations 790
    Posted at

    The "Report Builder" product (distributed free with SQL Server) is a powerful and flexible report writer for "end-users" but you don't normally give direct access to the OLTP database to end-users in this fashion. If you did this then you would bypass the framework (and security). SSRS Report Builder is fine for the OLAP database (cubes) but it has bugs with date handling. For transactional reporting you must use Visual Studio for report development or a solution like the one that I'm proposing that allows end-users to re-use the queries within the AOT.

  • Joris dG Profile Picture Joris dG 17,780
    Posted at

    Interesting approach.  What's your opinion on using SSRS' Report Builder?