Forum Replies Created

Viewing 15 posts - 1,621 through 1,635 (of 6,105 total)

  • RE: how do you know who is logged in from a windows group?

    I've been trying to find a case where the nt_username and loginame are both populated and different... and I haven't seen anything consistent. One thing to check is if they...

  • RE: Sysadmin role locked

    One way in should be the SQL Server service account itself. If you have a local or domain account, you can login as it and that should give you sysadmin...

  • RE: User permission & privilege issue SQL Server 2005

    DDL triggers can flag on schema changes. While there is an event for changing the membership of a role, this isn't something accessible via DDL triggers. However, you can create...

  • RE: which version buy Standar or Enterprise?

    One advantage mirroring has over clustering is it does not require a 3rd party solution to do a geographically dispersed high availability solution (having the data in more than one...

  • RE: which version buy Standar or Enterprise?

    Well, to be honest, it does sound like you do need some consulting on high-availability (is that why the consultants were in house?), if you don't already the expertise in...

  • RE: Locking Hints

    JuanBob (10/8/2007)


    Thanks for the feedback, Brian. So, summing up your ultimate advice in this situation, would be to not use rowlock?!

    It always depends. However, in general SQL Server can...

  • RE: which version buy Standar or Enterprise?

    The big question is how available does your SQL Server need to be? How much down time is acceptable? These questions go beyond database mirroring. Standard Edition with a witness...

  • RE: Permissions issue SQL 2000

    Keep in mind that for the pubs database, the guest user is enabled and has SELECT, INSERT, UPDATE, DELETE, and REFERENCES rights on all the tables. It also has the...

  • RE: Logging Database Access

    I agree with Steve here that a well-designed server trace is the way to go. C2 compliance mode is basically a server trace with almost everything toggled. My experience matches...

  • RE: Locking Hints

    (nolock) allows for dirty reads... other users being able to see data before the transaction is completed. In general you don't want this (unless you know your app is transaction...

  • RE: SA Login

    binu.ma (10/6/2007)


    Can u help me how to do this in SQL 2000

    As Noel pointed out, the article gives the registry keys for SQL Server 2000. As far as helping you,...

  • RE: SA Login

    I wrote an article that covers how to use the back door:

    SQL Server Security: Security Admins[/url]

    There are new registry locations in SQL Server 2005, but if you take a look...

  • RE: SA Login

    One case you will need it is if all other members of the sysadmin fixed server role have been removed. In this situation, only the sa account is left available....

  • RE: User permission & privilege issue SQL Server 2005

    kestack makes a good point. Your management now has a repudiation issue since folks have sysadmin access (and are knowingly abusing that access) because you can't prove "who did it."...

  • RE: how do you know who is logged in from a windows group?

    What network library are those connections being made with?

Viewing 15 posts - 1,621 through 1,635 (of 6,105 total)