Home Forums SQL Server 2008 Security (SS2K8) Windows authenticated users SQL Server 2008R2 and restricted access RE: Windows authenticated users SQL Server 2008R2 and restricted access

  • John,

    all our C# applications use stored procedures to change data; it's the easiest way to set up the security so that users can do only what you want them to do. You can process datasets using table parameters.

    Chris