Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: Elevate permissions within stored procedure

    Are views updateable in SQL Server 2000? I've never tried to use views beyond a select capability.

    Another option I could employ is to encrypt the data so that it is...

  • RE: Elevate permissions within stored procedure

    No worries. The ideas have given me some options to consider. However, it appears that I will resign myself to granting select, insert and update permissions on the custom tables....

  • RE: Elevate permissions within stored procedure

    Unfortunately, Dynamic SQL is a key component since I don't want to manage exponential sprocs with the addition of every client. Each client's table is configured to their specs, but...

  • RE: Elevate permissions within stored procedure

    Are there any concerns with using Application Roles with the .NET managed Sql provider? I noticed several concerns with the loss of connection pooling and therefore performance, but those concerns...

  • RE: Elevate permissions within stored procedure

    These are real-time requirements. Any inserts or updates are immediately requeried by the web application. Otherwise, your suggestion is good. Queuing the updates would require that only select permissions be...

  • RE: Elevate permissions within stored procedure

    By "ambiguous" I mean that I don't want to have explicit column names in the stored proc. Because the tables can vary by client, I don't want to code the...

Viewing 6 posts - 1 through 6 (of 6 total)