Hi, there,
Our product is web based coded in ASP. We have about 100 clients, each client has its own web site and database. I try to implement SQL 2005 Ad Hoc reporting for the clients.
What we do is to have a box installed with SQL 2005, use ODBC to point to clients databases, which are SQL 2000 DBs on others boxes. The user will load report builder via the report service web page and create/run reports on their machines, then they should be able to save their report on the server.
My question is, how to restrict the users only see their own report (or sub folder on the server). SQL2005 offers two levels of permissions, but both have to use windows authentication. Our users are connecting via web access, not on the same LAN.
Anyone has any idea? Thank you in advance