Viewing 15 posts - 2,941 through 2,955 (of 7,502 total)
sporoy (7/30/2010)
Hi ALZDBA What is the utility you use for getting these info? Thanks
Sql server management studio.
Enable "include actual execution plan" to get the execution plans [Query\include actual execution...
July 30, 2010 at 1:10 am
Who am I ? Sometimes this is me[/url] :alien: and most of the time this is me :hehe:
Paul White NZ (7/29/2010)
.. but I was looking for the plan...
July 30, 2010 at 12:00 am
Paul White NZ (7/29/2010)[hrDid you see my edit?
Missed it !
Here's the index(0) execution plan.
And the new full executions plan.
execution stats: ( time and io ON )
SQL Server parse and...
July 29, 2010 at 5:21 am
btw Paul: Nice series on execution plans at sqlblog :smooooth:
July 29, 2010 at 4:50 am
Appartently something went wrong with the attached sqlplan.
Just double checking we're testing with the correct engine version. (some still use sql6.5/sql7.sql2k 😉 )
Indeed even without the order by the index...
July 29, 2010 at 4:35 am
- are you actually on SQL2008 ? @@version
- Are your statistics up to date ? (autoupdate statistics = on / sp_updatestats after load)
- what's the fragmentation rate of your...
July 29, 2010 at 3:40 am
- Can you post the actual ddl of as well table and _all_ indexes ? (mybe even statistics)
- can you post the actual generated plan for both queries ?
(you can...
July 29, 2010 at 12:35 am
Jack Corbett (7/27/2010)
July 27, 2010 at 6:55 am
As stated in books online:
To create a synonym in a given schema, a user must have CREATE SYNONYM permission and either own the schema or have ALTER SCHEMA permission.
The CREATE...
July 26, 2010 at 1:38 pm
code .... code .... code please.
- is this native tsql
- is this another kind of prog.code that performs the exec dynamic sql
- are you using SQLNCLI ?
July 26, 2010 at 11:23 am
- are you performing frequent LOG backups ? If not, please do ! It helps your DRP and keeps your log files under control.
Check out the great article Gail wrote...
July 25, 2010 at 1:46 am
I hope you realize using shrink(db/file) in general is a bad practice !
If you don't have a real need to do the shrink operation, just don't do it. Your db...
July 24, 2010 at 8:06 am
Thank you for the feedback. I'm glad you got it in a working state.
Have a nice weekend.
July 23, 2010 at 8:16 am
Just my 2ct.
Someone must have had a "overload where clause" button as we can see in queries like this one.
" ...
July 23, 2010 at 8:12 am
I think you have misinterpreted how a sliding window actually should work.
Maintain an empty partition on both ends of the partitioned table and ensure that only empty partitions are split...
July 23, 2010 at 12:31 am
Viewing 15 posts - 2,941 through 2,955 (of 7,502 total)