Viewing 15 posts - 31 through 45 (of 107 total)
I'm happy to provide this info, but my first query was really about partitioning, and if there are any known issues i.e. "some queries can run slower after partitioning unless...
January 9, 2007 at 8:15 am
what's the best way to provide this info?
January 9, 2007 at 7:15 am
ok, just found the answer:
Provider=SQLNCLI
December 8, 2006 at 8:24 am
Actually, its simply running the following that breaks bcp:
CREATE
PROCEDURE [dbo].[MISR020_SELECT_AC]
AS
declare
@MinFCPT smallint
select...
November 29, 2006 at 10:06 am
Is it possible to monitor the IO against individual datafiles?
June 21, 2006 at 8:44 am
my guess is that the optimiser cannot get accurate distribution statistics for the firstname column when a "like" is used.
use "DBCC SHOW_STATISTICS ( table , target )" to look at...
May 11, 2006 at 7:45 am
upgrade to 2005 where you can rebuild an index on-line, otherwise, I don't think you have any choice.
May 10, 2006 at 2:59 am
Hi All
Thanks for your responses. Very useful
Andy
May 4, 2006 at 9:54 am
the table occupies 4 pages. Is it coincidence that scan density is being reported as 25%? Did your table fit into 2 pages and report 50%?
April 26, 2006 at 2:22 am
Andy
Do you know a way of automatically running a script before SQL is stopped i.e. a pre-sql shutdown script?
November 17, 2005 at 2:52 am
Any ideas why this may have happened in the first place?
October 11, 2005 at 8:33 am
Can you get back to your previous design? If so, run the overnight stuff against this. Is it fast? If so, get some execution plans and compare to the new...
July 5, 2005 at 4:03 am
just what I wanted! Thankyou very much
Andy
June 15, 2005 at 7:04 am
I have a script to do this. If you don't have any luck finding elsewhere, I can e-mail it to you. Let me know
Andy
June 7, 2005 at 2:51 am
Viewing 15 posts - 31 through 45 (of 107 total)