Forum Replies Created

Viewing 15 posts - 2,806 through 2,820 (of 4,745 total)

  • RE: Are the posted questions getting worse?

    Before we have a DBA contest some one is going to have to define what a DBA does first.............

    ---------------------------------------------------------------------

  • RE: Alternatives to using Builtin\Adminstrators

    then only this:

    Create a windows group with just the DBAs as members. give that group sysadmin.

    ---------------------------------------------------------------------

  • RE: Alternatives to using Builtin\Adminstrators

    HAve a domain user account to run SQL services under. I prefer one per server (or pair of servers if using HA such as logshipping/mirroring) That will have sysadmin rights...

    ---------------------------------------------------------------------

  • RE: Powershell vs Sqlcmd

    sqlcmd is a command line utility for firing sql commands off within SQL, and so can be incorporated into a .bat file.

    powershell can be used to run SQL commands but...

    ---------------------------------------------------------------------

  • RE: Log Growing Pains

    Jason, excellent article, in particular your second method for tracking growth. Thanks for taking the time to develop this and then share it with the community.

    In your SQL running code...

    ---------------------------------------------------------------------

  • RE: Should I Backup The Systems DBs and If so Which ones and why

    YSL,

    you seem convinced you have found a scenario where system db backups are not required, but you won't ever get a production DBA worth his salt to agree with you...

    ---------------------------------------------------------------------

  • RE: DR Log Shipping for DR

    good to hear you have made progress.

    you may have a timing issue with the logshipping jobs. Adjust the schedules so backups run on the hour, copy 2 mins after and...

    ---------------------------------------------------------------------

  • RE: Should I Backup The Systems DBs and If so Which ones and why

    shivrampal (3/10/2010)


    I...

    ---------------------------------------------------------------------

  • RE: Should I Backup The Systems DBs and If so Which ones and why

    YSL,

    this sounds like a DR strategy put together by a non-DBA, who likely would not even consider backups of the system databases because they did not realise their importance or...

    ---------------------------------------------------------------------

  • RE: Brain Fried

    definitely write things down. have standard procedures wherever possible and document them! Saves having to remember it.

    Bookmark useful white papers and URLs, maintain a scripts library. All you have to...

    ---------------------------------------------------------------------

  • RE: DR Log Shipping for DR

    can you post the exact error?

    Are you sure all logs have been applied at the secondary?

    ---------------------------------------------------------------------

  • RE: DR Log Shipping for DR

    Your plan is fine although note you only strictly need the tail of the log if you intend to point logshipping back the other way on failover. In a TEST...

    ---------------------------------------------------------------------

  • RE: DR Log Shipping for DR

    For all databases or just some?

    you must have missed out a log taken via logshipping. Check in the errorlog or logshipping tables that the latest log applied is the latest...

    ---------------------------------------------------------------------

  • RE: From enterprise to standard edition - what will we lose?

    wade your way through this

    http://msdn.microsoft.com/en-us/library/cc917680.aspx

    its giving me a headache.

    I think the results would be the same as safety is OFF, and not as bad as you think.

    MS do not recommend...

    ---------------------------------------------------------------------

  • RE: From enterprise to standard edition - what will we lose?

    In that scenario the log would begin to fill. Eventually you would have to break mirroring and reinitialise when the network was back.

    How long before that was necessary would depend...

    ---------------------------------------------------------------------

Viewing 15 posts - 2,806 through 2,820 (of 4,745 total)