Forum Replies Created

Viewing 15 posts - 46 through 60 (of 84 total)

  • RE: Lost the MDF, have the LDF

    If you don't have any complete database backup, it is impossible to restore database from just .ldf.

    Robert

  • RE: Too large diffrential bacup file

    When do you do the complete database backup?

    You should do it everyday. If you don't do this backup for a long time then the diff backup would be very...

  • RE: urgent help wanted

    Thank you guys.

    My database got about 20 connections/second.

    Does it still work?

    I start sql with single user mode from cmd.

    then restore from backup.

    Thanks again.

    ...

  • RE: How to change default db

    Thank you again, Frank. I changed the registration.

    Robert

  • RE: start sql in single user

    Thank you very much, Frank.

    Robert

  • RE: start sql in single user

    please give me full statement. Thanks!

    Robert

  • RE: Transaction Logs growing too large

    If you don't backup trans log file, go to EM

    database-proterty-option-recovery mode, select simple. Then the trans log file will be truncated and shrinked automatically. If you want to back up...

  • RE: unused space in db of SQL server 2000

    I think so. You can try it, truncate is very fast. shrink will take much longer time. but for your database only a few GB, it wouldn't take too long...

  • RE: unused space in db of SQL server 2000

    After optimizing every Sunday, my database becomes very large(both .mdf and .ldf files).

    I did the following steps to shrink the database. It works everytime (nearly one year).

    1. run dbcc shrinkdatabase(dbname,...

  • RE: how to clear next run date

    Simply right click on the job, click property, select schedule, click edit, then select the schedule you want, monthly, daily, or just once, whatever you want.

    Robert

  • RE: Blocks in SQL 2K

    You can run profiler or check in current activity to catch the application which causes the blocking. The long query would take lots of resources. The query with many joins...

  • RE: Error 17882 - Net-Library 'SSNETLIB'

    Allen is right. Similar situation happened to our main sql server. Once we run a new application all the time on the server. The memory leaks. I must reboot the...

  • RE: Unknown Error Code

    check out the database option recovery model

    is full instead of simple.

    Robert

  • RE: Corrupt Indexes

    Thanks Rajes, I will follow your idea.

    Robert

  • RE: Corrupt Indexes

    I agree. If he chooses auto create statistics and auto update statistics in database option, will this work? To me this doesn't work. Could you explain why not.

    Thanks!

    Robert

    ...

Viewing 15 posts - 46 through 60 (of 84 total)