Viewing 15 posts - 46 through 60 (of 84 total)
If you don't have any complete database backup, it is impossible to restore database from just .ldf.
Robert
May 29, 2003 at 5:08 pm
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...
May 29, 2003 at 4:46 pm
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.
...
May 23, 2003 at 7:47 am
Thank you again, Frank. I changed the registration.
Robert
May 23, 2003 at 7:04 am
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...
May 22, 2003 at 3:05 pm
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...
May 22, 2003 at 12:06 pm
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,...
May 21, 2003 at 12:26 pm
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
May 14, 2003 at 3:45 pm
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...
May 14, 2003 at 12:59 pm
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...
May 14, 2003 at 12:25 pm
check out the database option recovery model
is full instead of simple.
Robert
May 6, 2003 at 3:44 pm
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
...
April 29, 2003 at 1:11 pm
Viewing 15 posts - 46 through 60 (of 84 total)