Viewing 15 posts - 91 through 105 (of 107 total)
The script in Books on line defrags the indexes that ran good .i also need some help to rebuild the indexes based on fragmentation for sql server 2000.
I found...
December 4, 2009 at 2:04 pm
I am sorry to bother you but my server is using the compatibility Sql server 2000(80) which will only run DBCC showcounting...
And also, if i want to rebuild the index...
November 23, 2009 at 8:40 am
but the query doesnot depend on fragmentation...
November 23, 2009 at 6:53 am
I have installed sql server 2005 standard edition.but the compatibility is sql server 2000(80).
I have only selected DB_ID and ran the query i got this:
Select DB_ID('oncx')
Result:
Nocolumnname
14
And i tried this :
SELECT...
November 22, 2009 at 4:39 pm
Still getting the same tried many times .
Do i need to create the function before i select sys.dm_db_index_physical_stats....
Thanks fo your reply.
November 20, 2009 at 2:58 pm
Thank you for the reply .
I have come across few articles which tells me when we should rebuild the index using fragmentation and DMV.
Using DMV i.e
SELECT *
FROM...
November 20, 2009 at 1:50 pm
This is a business objects report created by dragging column and table names and the query is the backend no one has developed it........
I ran the query today ,first...
November 19, 2009 at 9:20 am
here you go ...i have attached query,indexes on queries and execution plan.
Yesterday,I have created indexes on all the columns that where clause is using and i ran the...
November 19, 2009 at 8:04 am
I have seen the execution plan ,in that it is scanning rows .i heard that seek performs good than scan.
but i don't know how to create clustered index seek can...
November 18, 2009 at 6:53 am
Hi,
ISSUE:
- We started seeing SQL query timeout errors in the server application event log starting 10/30/09. The number of errors...
November 16, 2009 at 3:32 pm
I have just posted the code as an example i don't want to waste your time by analyzing the code .and can you tell me weather i should create indexes...
November 16, 2009 at 11:34 am
How should i go into Management studio and verify file stream is enabled on the server.
October 26, 2009 at 2:50 pm
Viewing 15 posts - 91 through 105 (of 107 total)