Forum Replies Created

Viewing 15 posts - 226 through 240 (of 605 total)

  • RE: Laptop

    Just to back up majorbloodnock, Toshiba are good.

    I borrowed a Dell from work and just didn't like the machine. Resolution was horrible, keyboard was terrible and well it only...

  • RE: Latest DB Access

    Yelena Varshal (1/10/2008)


    Does not work this way. People requested their databases back 6 month after we moved them and did not move databases that we were told nobody was using.

    One...

  • RE: Is it necessary to keep .ldf & .mdf file on differenct drive

    Andras nailed it.

    For databases that are small in terms of transactions, no it's not really that important if they are on the same drive.

    Regardless, I like to adopt the seperate...

  • RE: Latest DB Access

    As was suggested, profiler would tell you who is logging in to which databases.

    Also, you could look at datetime columns within tables to identify last insert/update time. However, bear...

  • RE: Log File

    Gail answered your question but I would add a little advice on top of her post.

    Your transaction log is growing for a reason. IE..You have many inserts, updates &...

  • RE: adv topics

    srimkumarp (1/3/2008)


    hi,

    in old server the AWE is disabled, and also i run the rebuild and reorganize the index on that particular database only . remaining application databases working fine .

    wht...

  • RE: Database Stack dump problem any ideas ??

    Have you monitored perfmon? To start with, I'd look at the Physical Disk IO counters.

    Does this happen all of the time or do you get periods between errors where...

  • RE: adv topics

    If that was the case, I would re-check every configuration. We recently moved servers and I did catch myself out. I forgot to enable AWE on one of...

  • RE: I need serious help with the Transaction Log

    Can you not restore the database to a test box and run each job that is scheduled to run every night to see which one causes the growth?

    3GB is not...

  • RE: Log File

    Good advice from the previous 2 posts.

    From your post, it's seemingly growing faster than in the past - at this point, I would ask myself "why"?

    A new process could have...

  • RE: adv topics

    What I have done and will continue to do is read up and play about with SQL Server in areas which I feel I need to catch up on. ...

  • RE: Database Stack dump problem any ideas ??

    Unfortunately you don't get them free.

    Depending on your support contract you may get a certain number of support calls per year before they become chargable.

    Check this link out.

    http://support.microsoft.com/default.aspx?scid=fh;EN-US;offerprophone&sd=tech#faq607

  • RE: Back up Query help

    Pandeysharp,

    To create a scheduled job, use sp_add_job and sp_add_jobstep. If you did want to run schedule the job, also look at sp_add_jobschedule.

    You probably want to look at the syntax...

  • RE: Back up Query help

    By default, no, you can't set a backup size of 20% of the database. Well, not a command I have seen and to be honest, not one I'd every...

  • RE: Back up Query help

    I agree. Also, when you are setting timeout values for a backup to complete, you'll be chasing your tail. You could come across network or disk issues which...

Viewing 15 posts - 226 through 240 (of 605 total)