Forum Replies Created

Viewing 15 posts - 241 through 255 (of 304 total)

  • RE: Building a Security Philosophy

    Do you give sysadmin rights to a DBA's regular LAN ID? We only grant admin rights to special ID's that aren't used for anything else. That prevents a bunch of...

  • RE: Infinite Seizure - Database Weekly (2008/8/4)

    umailedit (8/4/2008)


    "Unless you think that no level of scrutiny is reasonable, and that all should pass unhindered."

    Scrutiny by customs assumes that it is the international travelers who are the greatest...

  • RE: Infinite Seizure - Database Weekly (2008/8/4)

    Tom Juergens (8/4/2008)


    There are clues that tip Customs agents to potential problems, and that's what determines who gets subjected to additional examination.

    And that's why the system will never work, because...

  • RE: Infinite Seizure - Database Weekly (2008/8/4)

    umailedit, from personal experience, I can safely assert that US Customs is an equal opportunity organization in terms of who gets checked out. I've never seen any discrimination by Customs...

  • RE: Infinite Seizure - Database Weekly (2008/8/4)

    This is nothing new. US Customs has always had the power to seize and hold anything, or anyone, entering the United States. Customs can keep items for as long as...

  • RE: UK Cultures

    Council House - house provided by the local council, the name for UK local government. Bad connotation because it's a welfare benefit. There are many families in the UK living...

  • RE: UK Cultures

    Jeff, you pay school taxes? I thought schools just magically appeared and the other guy paid for them. After all, that's what government is for - to provide lots of...

  • RE: UK Cultures

    Public schools in the US are free from age 5 to 18. Unless you live in a place where the schools aren't very good, then you may choose to pay...

  • RE: Stored Procedures Reconsidered

    scott.w.white (7/30/2008)


    This is a valid critique, ORM solutions or any dynamic SQL solution will be a little more chatty on the network. I would argue with gigabit networks and...

  • RE: What role other than db_owneer will allow users to run stored procedures?

    OK, it makes sense to grant a SQL login used only by an application the ability to change data. We do that by making the SQL login dbo. I was...

  • RE: What role other than db_owneer will allow users to run stored procedures?

    If you grant datawriter, how do you prevent users from making changes to data outside the scope of a program? If you grant datawriter, can't a user just connect with...

  • RE: Stored Procedures Reconsidered

    We use stored procedures for several reasons. first, we don't have to give insert/update/delete access on tables to users. Yes, users can run the stroed procs from Access or other...

  • RE: Handling Tempdb space full situtation?

    Thsoe DBA's may have been certifiable, but definitely weren't certified. They also wanted to start archiving data when database size reached 1GB, so I tend to believe they were mainframe...

  • RE: Handling Tempdb space full situtation?

    The DBA's that specified the 50MB were of the opinion that aproperly designed application doesn't need more tempdb. I was glad I didn't have to deal with them. Our tempdb's...

  • RE: Need advice on SOX compliant policy for access to generic admin accounts.

    I would add that giving sysadmin access on a production server to anyone's everyday ID is just plain stupid. Set up ID's that are specifically for privileged access. That makes...

Viewing 15 posts - 241 through 255 (of 304 total)