Viewing 15 posts - 226 through 240 (of 307 total)
You say the sp has the following if statement - What's the rest of the sp like?
John Zacharkan
February 4, 2003 at 10:03 am
Please stay away from the computer, -- just kidding, unless it's production.
Sounds like you could use a consultant for a couple of weeks or so. I come highly recommended....
February 4, 2003 at 9:50 am
Thanks again, I made the change to 85% that seems to have had a positive effect. Here's the results
- Pages Scanned................................: 1815
- Extents Scanned..............................: 227
- Extent Switches..............................: 226
- Avg....
February 4, 2003 at 9:35 am
I've added it to my monitor - it's currently running at .434/s with the 0 fill factor. I'll let it run and revisit it in the morning/lunch during our peak...
February 3, 2003 at 3:06 pm
If you've enabled AWE. There's a hotfix for SQL Server 2K SP2 that might fix this. SQL server may hold a latch while attempting to remove an object from the...
February 3, 2003 at 2:50 pm
Do you have AWE enabled?
John Zacharkan
February 3, 2003 at 2:46 pm
Not sure if it helps or if it's related, but have you seen this article
http://support.microsoft.com/default.aspx?scid=KB;en-us;q281346
When a dynamic cursor fetch is run under a profiler this problem usually yields the...
February 3, 2003 at 2:41 pm
Sorry I don't normally mess with fill factor. I thought the only reason for increasing this above zero is if you know that the data is static. In this case...
February 3, 2003 at 2:26 pm
sp_helpindex 'BSKT'
PK__BSKT__52AE4273 clustered, unique, primary key located on PRIMARY BSKT_ID
chg_dt_ndx nonclustered located on PRIMARY CHG_DT
select INDEXPROPERTY (1109578991, 'PK__BSKT__52AE4273', 0)
returns NULL
quote:
February 3, 2003 at 2:03 pm
name minimum maximum config_value run_value
----------------- -----------...
February 3, 2003 at 1:39 pm
Sorry about that. I've actually tried all that no luck. I've saw that someone else had posted the same problem sometime back. I just wanted to see if I could...
January 28, 2003 at 12:13 pm
My apologies if your looking for a tool specific to SQL 2K. But just the same the articles in here should work even if your beta testing Yukon.
John Zacharkan
January 24, 2003 at 12:38 pm
I use VSS - There has been plenty of discussions on this. Take a look at Steve Jones articles on this or use the search above type VSS and...
January 24, 2003 at 12:34 pm
Viewing 15 posts - 226 through 240 (of 307 total)