Viewing 15 posts - 19,756 through 19,770 (of 22,202 total)
Like Gail said, they can be problematic. It's the multi-statement table valued functions that will really chew on you. The single statement ones generally will create a good execution plan...
August 12, 2008 at 6:37 am
You left out triggers...
Good editorial. I agree with it. I also take, a very slight, exception to it. The problems that people who post here every day see are not...
August 12, 2008 at 6:35 am
GSquared (8/11/2008)
Jimbo (8/11/2008)
GSquared:European nobility were worse than hillbillies.
Take it easy on my relatives there! Just because a few branches of the family tree curl back on themselves...
Soccer officiating sounds worse...
August 12, 2008 at 6:07 am
Sorry I haven't been taking part in the discussion. Rhode Island celebrates VJ Day so I had the day off... Whatever.
Adding in reporting or views would be a good idea,...
August 12, 2008 at 5:54 am
Assuming the query plans are the same, I'd tend to go with the second one as well.
August 8, 2008 at 12:45 pm
Are you working from the execution plan? You need to understand how SQL Server is accessing the data. The execution plan will tell you what's going on. It's less accurate,...
August 8, 2008 at 11:26 am
Yeah, that's pretty common. We have a Microsoft consultant who comes in on site to help us with OM issues. I showed him what I was doing and he started...
August 8, 2008 at 10:35 am
timothyawiseman (8/8/2008)
Several people have mentioned martial arts, which...
August 8, 2008 at 9:12 am
I do agree. Most of what you're doing in 2005 and most of the way you do it, should remain the same. The one area that I think might bite...
August 8, 2008 at 8:59 am
An execution plan would sure make a difference.
August 8, 2008 at 8:57 am
163 rows can, depending on the table, fit on one or two pages. That's just not going to be an issue if it goes to three or four. You'll want...
August 8, 2008 at 8:52 am
GilaMonster (8/8/2008)
Steve Jones - Editor (8/8/2008)
August 8, 2008 at 8:46 am
GilaMonster (8/8/2008)
Grant Fritchey (8/8/2008)
[Page splits, rearranging the order of pages, becuase of updates or inserts. Also gaps left by deletes.
Shrinking the database or the data file.
Oh yeah, good one....
August 8, 2008 at 8:25 am
Christopher Stobbs (8/8/2008)
THis pretty exciting stuff 🙂Thanks for all the help everyone.
Whats cause index fragmentation?
Page splits, rearranging the order of pages, becuase of updates or inserts. Also gaps left by...
August 8, 2008 at 8:17 am
Christopher Stobbs (8/8/2008)
Do you have any tips/advice on scripts that you mentioned above, that check indexes and fragmentation etc?
and how often you do this kind of thing on your system.
I'm...
August 8, 2008 at 8:15 am
Viewing 15 posts - 19,756 through 19,770 (of 22,202 total)