Viewing 15 posts - 361 through 375 (of 388 total)
Where have all the new articles gone?
It's a good article and an interesting subject....but it's a repeat!
Also, since its original publication, we've had SP2, so some of the comments (notably...
April 27, 2007 at 4:05 am
Refreshingly well written article....but this 'issue' has been present for a very long time (long before SSIS) in Enterprise Manager. You can fall victim to its consequences, no matter how you...
April 26, 2007 at 12:52 am
Can't you use the same table (partitioned maybe)?
Adding a new table each time sounds like a recipe for disaster to me.
April 25, 2007 at 9:38 am
Confession....I hadn't read what I was posting. I'd sort of ignored the first line, and just focused on "Each query should contain a query hint or a comment explicitly...
April 24, 2007 at 5:55 am
Thanks, Gail, for your input.
They're both int datatype, so it's not a huge increase.
I think it's the most appropriate place for the cluster, as the table is typically joined on these two...
April 17, 2007 at 12:58 am
You've provoked me into replying, Peter
I don't see it in such simple terms (just compare execution plans)
I don't think all code has to be...
April 16, 2007 at 6:43 am
One point I missed is the impact on the other (non-clustered) indexes. The pointer back to the clustered index will change from being one field (Field1) to two fields (Field1...
April 16, 2007 at 5:43 am
This is true....but I still like it!
When I'm next confronted with this type of situation, I'll have a hard time choosing between these two methods.
Previously, I'd have gone for a solution like...
April 16, 2007 at 5:26 am
Is it really a CROSS JOIN? Or does the WHERE clause not basically act like a join?
April 16, 2007 at 4:28 am
Thanks Minaz,
I think you're missing my point. Clearly from the code there is a non-clustered primary key and a clustered index.
The clustered index covers one field, which is the first...
April 16, 2007 at 4:11 am
Wow...2 excellent and elegant solutions, Peter and Jeff. (And not a max in sight!) Can't wait to see what else is proposed.
April 16, 2007 at 3:58 am
I'm glad I could be of help. I hadn't thought of rss as a possible application. I have written an rss feed coming out of SQL server, but I basically...
March 2, 2007 at 6:16 am
Hi Barsuk,
I have VB6, VS2003, VS2005, SS2K, SS2005 all on the same box, and have no problems using both.
November 23, 2006 at 12:32 am
Thanks Ken - works a treat!
November 22, 2006 at 9:11 am
Viewing 15 posts - 361 through 375 (of 388 total)