Forum Replies Created

Viewing 15 posts - 166 through 180 (of 302 total)

  • RE: You Shouldn't Have Done That

    PostXript (9/1/2009)


    Oops... that closing sentence hurts... glad I'm not the only person who ever did that 😉

    That's a major reason we don't allow scripts to be run against production unless...

  • RE: Who uses Windows authentication only?

    We have to get an exception approved to use a SQL login, and those are only granted for vendor proivded applications. In house developed apps must use windows authentication. I...

  • RE: What Data Should You Protect?

    I'm somewhat skeptical that birth date, zip code, and gender are enough to uniquely identify 87% of Americans. That may be true in more rural areas, but not in cities,...

  • RE: Changing of the Guard

    For ID's that are powerful, like admin's, and are authenticated by Active Directory, we use a smart card, or require that the ID be checked out from an application that...

  • RE: Two Factor Authentication

    Andrew (8/26/2009)


    Hopefully DBAs would be much more careful, but as I read this I was reminded of all the jobs I've had where a supervisor had to enter verification (via...

  • RE: Two Factor Authentication

    codemaster_7 (8/24/2009)


    I work in big shops--banks, insurance companies and government. Currently, there is so much red tape in order to accomplish the smallest task, I would be leery of...

  • RE: Two Factor Authentication

    GSquared (8/24/2009)


    I think this would be a good option for high-security systems. I don't think it will fly in most small businesses.

    Some of this depends on the regulatory requirements...

  • RE: Two Factor Authentication

    JohnMagnabosco (8/24/2009)


    In SS2008 there is the Auditing feature. You can document activities that occur on the database through that option.

    The question is whether certain IDs can elimiante records related to...

  • RE: Installing Query Tool for Various Users

    2 Tim 3:16 (7/31/2009)


    Also, if their sharp enough, they can download their own copy of SQL Express with Advanced Services for free (which includes SSMS).

    That depends on the group policies...

  • RE: Msg 8152, Sev 16: String or binary data would be truncated. [SQLSTATE 22001]

    There's no real easy way to find the data that's too long. I usually look at each cloumn from the source and make sure that the receiver columns are appropriately...

  • RE: file transfer ideas...

    We use robocopy for many filecopy operations. It works well across the WAN, and is pretty robust. I understand it's easy to automate as well. It's available from Microsoft.

  • RE: Corporate Hackers

    I think much of the internal hacking comes from inadequately defining the controls environment for our applications, leaving security concerns for the last minute. Assessing the risks of an application...

  • RE: Help With a Cursor Please

    I'll second that belief that non-database programmers who try to use SQL overuse cursors. I support a vendor provided app, and have spent copious amounts of time beating on the...

  • RE: Limit users with Management Studio Accessing a DB

    Free (7/6/2009)


    Hi there

    Bit of legacy app and has been around for like 10 years.. Not too sure why it was designed like this.

    I've seen several apps that were developed in...

  • RE: Limit users with Management Studio Accessing a DB

    I would also question how you prevent users from using Access and ODBC to make changes to tables directly. This is one reason we do all of our updates via...

Viewing 15 posts - 166 through 180 (of 302 total)