Forum Replies Created

Viewing 15 posts - 271 through 285 (of 442 total)

  • RE: Mirroring Log Issue

    Hi, Thanks for both of your replies.

    I have fixed the issue by doing couple of more log backups then I shrank and it worked.

    arnipetursson, However, I am curious to...

    Regards,
    SQLisAwe5oMe.

  • RE: confusion about Database file size

    sqlfriends (1/22/2013)


    MyDoggieJessie (1/22/2013)


    When you right click and view the DB size it includes the log file and is a rounded number (which you know). The space shown in the...

    Regards,
    SQLisAwe5oMe.

  • RE: Restore db with standby

    zi (1/11/2013)


    Thank you very much, I got it mostly

    If I want to stop restoring at a certain log file. what should I do to finish

    what I mean is to change...

    Regards,
    SQLisAwe5oMe.

  • RE: TempDB Space issue!

    Thank you. I will read through the tempDB whitepaper article.

    SueTons.

    Regards,
    SQLisAwe5oMe.

  • RE: Change table name

    Great, Thanks again.

    SueTons.

    Regards,
    SQLisAwe5oMe.

  • RE: Change table name

    The sys.sql_modules table will be a very good place to start by quering the definition column for the table name in question.

    Anthony, What exactly am I looking here(sys.sql_modules).

    SueTons.

    Regards,
    SQLisAwe5oMe.

  • RE: Change table name

    Thanks Anthony....appreciate your quick response.

    SueTons.

    Regards,
    SQLisAwe5oMe.

  • RE: Change table name

    anthony.green (1/10/2013)


    Any references to that table will break once the name is changed, so things like views, functions, procedures etc will need checking to see if they reference the table...

    Regards,
    SQLisAwe5oMe.

  • RE: How to determine when someone logged in?

    imani_technology (1/9/2013)


    Please forgive my ignorance. I am more of a BI developer than a DBA. Is there a way to determine when users logged into a specific SQL...

    Regards,
    SQLisAwe5oMe.

  • RE: Databases are under "Suspect" Mode

    alexandert680@gmail.com1/9/2013)[/b]


    Post the exact errors from the SQL error log (all of them), then switch the DB into Emergency mode and run

    DBCC CHECKDB (<Database Name>) WITH NO_INFOMSGS, ALL_ERRORMSGS

    and post those errors

    You...

    Regards,
    SQLisAwe5oMe.

  • RE: Databases are under "Suspect" Mode

    Thanks Jason. Will look into it.

    SueTons.

    Regards,
    SQLisAwe5oMe.

  • RE: Databases are under "Suspect" Mode

    Thanks, I did that.

    I ran dbcc chekcdb(dbname)....and looked at the error, I see an error 'An error occurred in the service broker manager, error:823, state 2.

    I also see another error...

    Regards,
    SQLisAwe5oMe.

  • RE: Login with SA acct failed

    Hi All,

    I just want to update you guys with the results.

    I could not RDP directly to the server due to firewall issue.

    So, there was a jump server(terminal server)....which I need...

    Regards,
    SQLisAwe5oMe.

  • RE: Backup and Transaction Log Maintenance

    Craig,

    The best way to go about it is to find the SLA/RTO and create a backup plan based on it. For example if your SLA requirement is for 2...

    Regards,
    SQLisAwe5oMe.

  • RE: Changing Max Degree of Parallism

    Ok...Thanks Gail.

    SueTons.

    Regards,
    SQLisAwe5oMe.

Viewing 15 posts - 271 through 285 (of 442 total)