Forum Replies Created

Viewing 15 posts - 211 through 225 (of 442 total)

  • RE: Moving server to different zone in Datacenter

    MyDoggieJessie (4/17/2013)


    If the web server doesn't serve any other purpose, then there should be no issues with it - good luck!

    What you mean if web server doesn't serve any other...

    Regards,
    SQLisAwe5oMe.

  • RE: Moving server to different zone in Datacenter

    MyDoggieJessie (4/17/2013)


    It Depends. If the app servers are going to be looking to the SQL Server for a connection you may want to put of a "sitedown" page to...

    Regards,
    SQLisAwe5oMe.

  • RE: Moving server to different zone in Datacenter

    MyDoggieJessie (4/16/2013)


    This will work just fine.

    Down for 24+ hours??? Wow...that's a LONG outage!

    Thanks for your reply, do you know if the app server need to be shutdown as well?...

    Regards,
    SQLisAwe5oMe.

  • RE: Growing Log Files

    GilaMonster (4/8/2013)


    SQLCrazyCertified (4/8/2013)


    GilaMonster (4/8/2013)


    mp5387 (4/8/2013)


    Now for providing transactional backup which method is good? append or overwrite

    Neither.

    Overwrite would be rather silly with log backups since you need all log backups in...

    Regards,
    SQLisAwe5oMe.

  • RE: Growing Log Files

    Please ignore.....sent in error.

    SueTons.

    Regards,
    SQLisAwe5oMe.

  • RE: Growing Log Files

    GilaMonster (4/8/2013)


    mp5387 (4/8/2013)


    Now for providing transactional backup which method is good? append or overwrite

    Neither.

    Overwrite would be rather silly with log backups since you need all log backups in sequence to...

    Regards,
    SQLisAwe5oMe.

  • RE: Growing Log Files

    Thanks guys.

    SueTons.

    Regards,
    SQLisAwe5oMe.

  • RE: Growing Log Files

    SQLRNNR (4/4/2013)


    SQLCrazyCertified (4/4/2013)


    mp5387 (4/4/2013)


    I am intermediate in database admin. Please give me your solution for this issue.

    Size of my db is growing about 5M every 2 weeks....

    Regards,
    SQLisAwe5oMe.

  • RE: Growing Log Files

    mp5387 (4/4/2013)


    I am intermediate in database admin. Please give me your solution for this issue.

    Size of my db is growing about 5M every 2 weeks. Now its...

    Regards,
    SQLisAwe5oMe.

  • RE: Not able to shrink transaction log file

    I didn't go through all your script however, you can shrink your log file using

    Use database name

    DBCC SHRINKFILE (logical name, 1024)

    If it didn't work first time, try couple of...

    Regards,
    SQLisAwe5oMe.

  • RE: Migrating Maintenance plans

    Thanks guys. I found this article, see below.

    This is actually doable, however the only issue is that, “The biggest issue is that maintenance plans have a hard-coded connection and...

    Regards,
    SQLisAwe5oMe.

  • RE: Migrating Maintenance plans

    SQLRNNR (3/27/2013)


    You can export them as SSIS packages and then import them back into msdb. However, they would then be SSIS packages.

    So, you are saying that these plans won't...

    Regards,
    SQLisAwe5oMe.

  • RE: Transaction Log Full

    fatinfzi (3/25/2013)


    Hi,

    I need help with my database. The database is mirror to another database and not the disk is full. No free space for transaction log. One of my colleague...

    Regards,
    SQLisAwe5oMe.

  • RE: Implementing RBAC

    Lynn Pettis (3/22/2013)


    The way I would start, is do the first one manually creating the scripts as I went along using SSMS. Then it is just a matter of...

    Regards,
    SQLisAwe5oMe.

  • RE: Implementing RBAC

    I know this is doable by using sp_msforeachdb and a loop, but not really sure where to begin with.

    SueTons.

    Regards,
    SQLisAwe5oMe.

Viewing 15 posts - 211 through 225 (of 442 total)