Hi all,
I am quite new in MS SQL, so decided to get your some advises what to do.
We are running MS SQL STD 2005 9.0.1399 on MS Server 2003 STD x86. The problem is in query , it takes quite long time to get response from database. The temporary solution from one IT guy was to restart mssql server service but after a week, the problem was back. So I decided to investigate the problem and if it possible, to solve it! Actually I am quite confused, because I do not know where to start from.
Server's HDD is devided to two partitions - C and D
C capacity is 29,30 GB free space 4,39 GB and the D is 107,40 GB free space 74,63 GB
The strange thing is (I don't know why) that database files exists on C drive. On D drive are only DB backups.
The database size is 17 GB and Space available 770 MB
The MS SQL Server have maintenance plans:
Clean up old backup files
Database T logs backup:
Occurs every day at 23:00:00
Database file backup:
Full backup
Occurs every day at 23:00:00
Database Maintenance:
Occurs every week on Saturday at 23:30:00
It does -> Check database integrity check
-> Reorganize Index task
-> Rebuild Index
-> Shrink Database
The database maintenance history has such error since 2009:
" failed with the following error: "Online index operations can only be performed in Enterprise edition of SQL Server.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
The main question is, is this error quilt be the reason, that the database response is slow? Or what is you opinion concerning all this stuff?