Forum Replies Created

Viewing 15 posts - 256 through 270 (of 614 total)

  • RE: Netapp snap for files, log shipping for database?

    We're currently on a sql 2005 active/passive cluster and will probably be upgrading straight to 2012 eventually ( next year ). I don't fully understand Netapp snap technology yet,...

  • RE: Avoiding Stored Procedures

    Examples of ORM generated sql. Trust me, once this approach is entrenched its very difficult to change.

    1. ORM generated query as application executes it with sp_executesql. This one...

  • RE: Avoiding Stored Procedures

    Wow, that describes us perfectly. DBAs coming in very late in the game to try and improve performance when the ORM generates the SQL. We can tweak around...

  • RE: Avoiding Stored Procedures

    Vliet, you took the words right out of my mouth. I think our .Net, ORM, no-DBA database and application is also hampered by the fact that its serving as...

  • RE: FOR ATTACH_REBUILD_LOG

    ok, what we're after is a) ability to kill the process and have that come to rest fairly quickly ( i.e. all prior transactions committed so only most recent needs...

  • RE: FOR ATTACH_REBUILD_LOG

    or this:

    WHILE (1 = 1)

    BEGIN

    BEGIN TRANSACTION

    UPDATE TOP (1000) [Order Details]

    SET Discount...

  • RE: FOR ATTACH_REBUILD_LOG

    Thanks for the reply. Sounds like we just need to break these update statements down into chunks. No records are being deleted or inserted, just changing things like Name...

  • RE: Remove builtin\Administrators

    I went ahead and removed builtin admins from sysadmin and found a monitoring account couldn't login. Gave that its own login to this sql server and then was able...

  • RE: Remove builtin\Administrators

    The individual domain service account is directly a sql sysadmin, and also a sysadmin via a group called CM\Production Service Accounts.

    I'm using this to check on ownership by builtin\administrators and...

  • RE: Remove builtin\Administrators

    Yes those run under domain service accounts e.g. CM\sql_service

  • RE: Moving sql users to new domain

    Fine so far. The trusts between domains are working so we havent had to change any logins

  • RE: Moving sql users to new domain

    Our Systems guys finally got most if not all of the domain trust issues worked out so now a migrated user can connect even if no new sql login has...

  • RE: Moving sql users to new domain

    Well we have more testing to do. So far it seems that as people are migrated their old domain login is automatically disabled. One co-worker who has already...

  • RE: Moving sql users to new domain

    Not sure if the domains have a trust, but would guess so based on the network admins confidence about things -- I'll ask.

    As far as alter login, I was going...

  • RE: Patching: for sql servers and windows generally

    Too bad we don't get more OS and MS Office service packs instead of monthly patches.

Viewing 15 posts - 256 through 270 (of 614 total)