Viewing 15 posts - 226 through 240 (of 294 total)
"I think we may all have missed an obvious point here (or perhaps it's only just dawned on me?)"
That's the point I...
February 14, 2006 at 4:21 am
Phil has invited me in, here's my tuppence worth.
I altered the SP philproc to use Dynamic SQL and called it two different ways. ...
February 13, 2006 at 10:42 am
Right, Ive used your query as the basis for a NOT in Set.
No where near as elegant as yours, but it runs in 25 seconds & meets the new...
January 13, 2006 at 6:51 am
It certainly seems to. Thank you
And it runs in 21 seconds too
Of course they have checked...
January 12, 2006 at 8:16 am
As you know, refering to an instance is done by Server\Instancename, the backslash may cause problems with a badly written app. But if the app isn't instance aware, I wouldn't...
January 6, 2006 at 5:07 am
This is straight from BOL:
The rows selected by a query are filtered first by the FROM clause join conditions, then the WHERE clause search...
January 6, 2006 at 4:40 am
I'd use 3 SQL Instances. The overhead isn't that much, so the if the Single Server Hardware will meet your needs/load it will probably be able to manage 3...
January 6, 2006 at 4:32 am
Good article, I always enjoy arguing with oracle dbas on this, and use the example in the BOL as evidence on why joining in the where clause is just wrong....
January 5, 2006 at 9:25 am
It's only common courtesy to post the solutions, especially when the issue is a generic one.
I always try to post them as:
December 12, 2005 at 11:09 am
Jenifer
Take a look at Jeffs solution for my 'pivot' problem.
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=242919
It builds the Case statement for you, & I think is a very elegant solution to this thorny problem.
Dave J
December 12, 2005 at 10:23 am
Here is the sp, with typos taken out. Jeff hadn't tested his code, just typed it straight out. Which only increases my respect for the man.
December 9, 2005 at 8:54 am
Ian,
your solution is OK if you know what the attribute names are in advance. My problem is I don't.
So, I don't see an...
December 9, 2005 at 8:04 am
Jeff,
I am not worthy!
If you are ever in Manchester UK, I'll buy you a pint.
Cheers.
Dave J
December 9, 2005 at 6:10 am
Thanks for the Uri, but it still uses an aggregate
I have seen similar approaches, and had a go at adapting them but end...
December 8, 2005 at 11:45 am
I've got this, but to be fair I don't use it. It is very heavily based on a script posted on this site by David A. Long, currently...
November 4, 2005 at 8:30 am
Viewing 15 posts - 226 through 240 (of 294 total)