Viewing 15 posts - 106 through 120 (of 182 total)
With a maint plan when you check reorganize data and indexes for optimization the update stats box greys out. You will need to create another maint plan to run update statustics.
October 28, 2005 at 6:56 am
What was the error encountered when the inserts failed?
October 27, 2005 at 4:04 pm
Does the application use stored procedures or in line SQL?
I would also incluse in your maintenance to run sp_recompile on all user tables, which will force all associated procedures...
October 27, 2005 at 3:50 pm
You can thow out the idea of a disk problem:
avg disk queue .568
October 27, 2005 at 2:50 pm
What is the OS and MS SQL Server version you are running? What utility are you using to do the backups? Is the application using stored procedures or in-line SQL?
Can...
October 27, 2005 at 2:33 pm
I like to insure basic maintenanace takes place before I look at the applications. Do you have a nightly/weekly/monthly window that you can introduce maintenenace to the MS SQL Server? The...
October 27, 2005 at 1:58 pm
Create a temp table with and identity column and the email adress select the data into the table and then use Ray M's approach.
This may not work if the data...
October 27, 2005 at 11:50 am
You can use SQL Profiler, sp_who, sp_who2, and sp_lock to monitor this activity.
Locking is a normal activity within a database and is used to maintain consistency and integrety of...
October 27, 2005 at 11:31 am
Can you log into the server and get to the db through EM with user in that group? Is the db in 'single user' or 'dbo use only' mode?
October 27, 2005 at 10:50 am
Post the SQL and Procedure.
October 27, 2005 at 9:46 am
Does this group exists as a user in the default database? If it doesn't add it. If it does, is the database user name the same as the login name?
db...
October 27, 2005 at 9:00 am
If both those jobs above are it you may not be doing the proper maintenance to support this application.
Basic maintenenace example:
Full database backup: Daily (Recovery to point in tiime within...
October 27, 2005 at 8:47 am
Are you doing maintenanace? How often?
October 27, 2005 at 7:58 am
The box is not CPU or I/O bound. My first question before looking at the application would be what type of maintenenace is being performed outside of backups. (DBCC's, indexes rebuilds,...
October 27, 2005 at 7:39 am
Viewing 15 posts - 106 through 120 (of 182 total)