Forum Replies Created

Viewing 15 posts - 1,456 through 1,470 (of 4,745 total)

  • RE: Weekly DB Maintenance causing Transaction Log to grow?

    GilaMonster (10/13/2011)


    Yes, the index rebuild is causing your log to grow. It will.

    Truncate and Shrink is a very, very bad thing to be doing regularly to the log, it's...

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

  • RE: Weekly DB Maintenance causing Transaction Log to grow?

    what recovery mode is your database in?

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

  • RE: Are the posted questions getting worse?

    this trip into space, is it one way or return?

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

  • RE: Log shipping Failover

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

    the last log you restore you should use the with recovery option to bring the database online.

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

  • RE: Sql Server not using memory

    anything grabbing the memory before SQL starts up?

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

  • RE: user can access only that perticular DB

    please don't duplicate post about duplicate posts. It just wastes space on the database

    😀

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

  • RE: Licensing multiple instances

    on one of the VMS yes, multiple installs across the host, probably not, you would have to check with whoever you bought the licenses off.

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

  • RE: exceptional logic

    BenWard (10/11/2011)


    george sibbald (10/11/2011)


    nice question, strictly speaking shouldn't it be union all?

    thanks.

    as for union all, it makes no odds for the purpose of this example or if you're trying to...

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

  • RE: Installating SSIS with Named Instance

    nice to see this type of question rather than all those coding ones!

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

  • RE: exceptional logic

    nice question, strictly speaking shouldn't it be union all?

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

  • RE: Delegating rights in Dev environment

    I think it is a security issue, not allowing users to execute other peoples jobs and thus granting them access they should not have.

    I dare say the devs would prefer...

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

  • RE: Delegating rights in Dev environment

    #1 I would provide them a script\stored proc to create all databases which includes the permissions.

    #3 The ONLY way to accomplish this (short of granting sysadmin) is to create a...

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

  • RE: Upgrading Database / Copying Database Questions

    Do you have a new SQL2008 server built?

    If so backup\restore is usually best, the copy wizard would be my last choice.

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

  • RE: Iam not able to kill process

    is the rollback completion increasing?

    Is this backup executed via a third party tool?

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

  • RE: Weekly DB Maintenance causing Transaction Log to grow?

    Ok kevin, I will probably be the first of many......

    its the reindex that is causing the log growth. Thats normal behaviour.

    remove the truncate log and shrink, totally pointless and in...

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

Viewing 15 posts - 1,456 through 1,470 (of 4,745 total)