Viewing 15 posts - 61 through 75 (of 97 total)
i think the problem is the developes are using DELETE statement instead of TRUNCATE. Thats why the log file is so big.
August 30, 2007 at 8:40 pm
you can't truncate the log in simple recovery model.
how can i truncate it in simple recovery model?
August 30, 2007 at 12:55 pm
any ideas how to restore the statistics? or transfer from one table to another?
August 29, 2007 at 8:12 pm
ken,
sqlserver 2000. thanks for the no_infomsgs tips
August 27, 2007 at 6:41 am
Yes. Sometimes just hitting certain size/rowcount threshhold can case this. Another potential reason is a large volume of insert/update/delete activity on tables as well.
This SP hasnt been changed...
August 25, 2007 at 10:19 am
Did my own testing.
1-select * into table1 from table2 is the best
2-insert table1 select * from table2
August 24, 2007 at 2:44 pm
ASked the person in charged of AS400 Side. He told me AS400 is fine and nothing major has been changed.
Could not doing "Update statistics" decreate the performance?
August 23, 2007 at 2:47 pm
1-what the job does.
It pulls data from a AS400, insert, delete, update.
2-Are there any other job(s) executing at that time ?
No, i run sql profiler, and i saw...
August 23, 2007 at 6:39 am
running slow barely occacionally in the last 3 weeeks.
August 21, 2007 at 7:29 am
steve,
the result shows none for the phrase "Capturing the history after the fact"
August 15, 2007 at 11:26 am
Developers are executing queries which never finish. Thus causing blocking. They have told me, they executed the code before without problems.
The server is fine now. This started to happened...
August 15, 2007 at 8:20 am
killed the blocking.
Server is still very slow after 6 hours. Even rebooted it. Any other ideas please?
August 14, 2007 at 6:43 pm
it works after I checked on the DROP DESTINATION OBJECTS FIRST and USE COLLATION boxes.
August 1, 2007 at 6:36 am
Viewing 15 posts - 61 through 75 (of 97 total)