I want to give a client access to a SQL server instance so they can execute a stored proc, or run a view, but ideally I don’t want to give them SQL Server management studio as they are non technical.
Are there any free and easy to use remote admin / reporting utilities for SQL Server?
If you are on SQL Server 2008, Report Builder 2.0 (free download) is a tool designed to allow end users to create reports from a variety of data sources including views and report models.
More information here.