Views (0)
Liquid error: Value cannot be null.
Parameter name: key
Liquid error: Value cannot be null.
Parameter name: key
Community member
Comments
-
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.
-

Like
Report
*This post is locked for comments