Re: Slow during Inserts
From: Andrew J. Kelly (sqlmvpnooospam_at_shadhawk.com)
Date: 02/06/05
- Next message: Andrew J. Kelly: "Re: Move System and User database"
- Previous message: Mike Epprecht \(SQL MVP\): "Re: Slow during Inserts"
- In reply to: James Juno: "Re: Slow during Inserts"
- Next in thread: James Juno: "Re: Slow during Inserts"
- Reply: James Juno: "Re: Slow during Inserts"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 6 Feb 2005 09:09:35 -0500
Maybe these will help:
http://www.microsoft.com/sql/techinfo/administration/2000/perftuning.asp
Performance WP's
http://www.swynk.com/friends/vandenberg/perfmonitor.asp Perfmon counters
http://www.sql-server-performance.com/sql_server_performance_audit.asp
Hardware Performance CheckList
http://www.sql-server-performance.com/best_sql_server_performance_tips.asp
SQL 2000 Performance tuning tips
http://www.support.microsoft.com/?id=q224587 Troubleshooting App
Performance
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adminsql/ad_perfmon_24u1.asp
Disk Monitoring
-- Andrew J. Kelly SQL MVP "James Juno" <JamesJuno@discussions.microsoft.com> wrote in message news:51E0D23C-3F24-4788-BB9C-1EDF325791A1@microsoft.com... > DBCC shows no errors and there are no blockings. > > James > > "Andrew J. Kelly" wrote: > >> Sounds like something is blocking. Run sp_who2 to make sure you don't >> have >> blocking going on. Have you run DBCC CHECKDB lately to ensure you don't >> have troubles with the db? >> >> >> -- >> Andrew J. Kelly SQL MVP >> >> >> "James Juno" <JamesJuno@discussions.microsoft.com> wrote in message >> news:41D366A9-FF2F-4382-B7EF-53DE158089E9@microsoft.com... >> >I am running insert to a small database of 135mb. The tables have >> >indexes. >> > The inserts are the simplest insert one can ever do and it inserts a >> > record >> > after 10 seconds. Something that would have been less than a second. >> > This >> > problem just started happening. The process a week ago had no issues. >> > Nothing has changed. The disk drives seem to be fine. Any suggestions >> > on >> > what to do to speed up the server will help. Like I said, nothing >> > whatsoever >> > has changed and this same process use to work just fine last week. Any >> > suggestions please? >> > >> > James >> >> >>
- Next message: Andrew J. Kelly: "Re: Move System and User database"
- Previous message: Mike Epprecht \(SQL MVP\): "Re: Slow during Inserts"
- In reply to: James Juno: "Re: Slow during Inserts"
- Next in thread: James Juno: "Re: Slow during Inserts"
- Reply: James Juno: "Re: Slow during Inserts"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|