Viewing 15 posts - 76 through 90 (of 107 total)
You are right ,i have excluded one condition and the query and report worked .right now i am using test database looks like i need to refresh it.
after refreshing from...
April 30, 2010 at 2:34 pm
I am not getting any data even if i run the query in SSMS.
April 30, 2010 at 12:43 pm
No,i did choose microsoft access but i can only see Datasourcename and description ,and when i am done OK button is populated.
April 28, 2010 at 4:40 pm
when i tried to set up an odbc hook it didn't ask me to provide login name and password .
April 28, 2010 at 2:55 pm
Here is the problem my fragmentation does not change Since i have many small tables even if i rebuild the indexes (if you look into my previous posts you...
January 11, 2010 at 9:00 am
Hi ,
I want to schedule this query which rebuild indexes based on fragmentattion and the Database in the query gets updated daily at 6:00 AM.Since the database has...
January 6, 2010 at 3:05 pm
I am sorry for that....
With small tables you tend to get more mixed extents which may not be able to be totally removed. Remember that SQL Server stores data in...
December 15, 2009 at 2:03 pm
So ,can i proceed with the script below by just un commenting Page_count>25 in where clause and updating it to 27 since it is not effecting performance anyway(and i am...
December 15, 2009 at 7:24 am
Hi every one,
After running the script(to rebuild the query based on fragmentation ) if i run this again:
DECLARE @dbid smallint;
SET @dbid = DB_ID();
SELECT
[object_id]...
December 15, 2009 at 6:42 am
Thank you very much for all the replies..........
December 14, 2009 at 4:42 pm
Thank you
Ok i got it since the fragmentation is above 30% for clustered index it is rebuilding it .As i mentioned earlier this table has non_clustered index too and...
December 14, 2009 at 3:10 pm
Hi ,
I did try it on dev and test and it ran good .i am attaching the results..
Based on results:
1.In excel spread sheet one that is marked in pink...
December 14, 2009 at 10:01 am
So ,does this means i can proceed with this script eventhough my DB compatbility is Sql Server 2000(80) and Query is based on SQL Server 2005?
December 4, 2009 at 2:40 pm
Viewing 15 posts - 76 through 90 (of 107 total)