Results 1 to 2 of 2

Thread: Database Security

  1. #1
    Join Date
    Dec 2006
    Location
    Portland, Oregon
    Posts
    64

    Question Database Security

    Please provide feedback on the security design. Are there better ways to handle security in a web application like this? (Remember that SqlCredit currently supports both SQL Server 2000 and 2005.)
    Last edited by lcole; 04-27-2007 at 03:01 PM. Reason: added link to article

  2. #2
    Join Date
    Aug 2007
    Posts
    3
    I normally would not go through the porcess of explicitly denying access, but agree that it probably should be done. I definitely agree that Grant's should only be given to stored procedures, functions, and, I would add select on views.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •