Viewing 15 posts - 151 through 165 (of 311 total)
Sounds quite possible and natural for the activity you are describing. Are you actually experiencing poor or reduced performance as a result of the fragmentation?
That said, 15 indexes does sound...
May 14, 2009 at 3:14 am
Hi,
I would think that it depends on the activity/process performed within the stored procedure.
For example, if you are performing some form of select statement, perhaps to generate a report, then...
May 14, 2009 at 1:51 am
Malcolm Daughtree (5/13/2009)
1. rebuilding an Index and;
2. Re-organizing an Index
And the difference...
May 14, 2009 at 1:44 am
Steve Jones - Editor (5/13/2009)
We don't allow post deletions. We do allow editing.
duly noted, thanks.
May 13, 2009 at 10:29 am
Lynn Pettis (5/13/2009)
John Sansom (5/13/2009)
This of course does not work, unless the folder structures are in place on the system in question. Otherwise errors of the form below are returned.
Msg...
May 13, 2009 at 9:27 am
Hi,
This of course does not work, unless the folder structures are in place on the system in question. Otherwise errors of the form below are returned.
Msg 5133, Level 16, State...
May 13, 2009 at 5:55 am
Hi,
Check the status/history of the log shipping restore job (usually called something like ls_restore) for specific details as to why the restore process has failed/not completed.
May 12, 2009 at 9:30 am
This sounds like a secuirty configuration issue with your application or IIS.
Your ASP.net application is trying to connect to SQL Server using one of the builtin windows accounts rather than...
May 12, 2009 at 9:10 am
Hi,
As the prior poster mentions, you need to identify the source of your performance woes. Only then can you troubleshoot and optimise performance.
Take a look at the SQL Server Perormance...
May 12, 2009 at 5:16 am
Index maintenance can be a little trickier on a reasonable sized OLTP database if you are working with the Standard Edition of SQL Server, as the online option is of...
May 11, 2009 at 7:19 am
Hi,
Take a look at the following article[/url], it contains a reference to one of the best index rebuild scripts there is. When the stored procedure encounters a partitioned index, it...
May 6, 2009 at 8:27 am
Viewing 15 posts - 151 through 165 (of 311 total)