Viewing 15 posts - 16 through 30 (of 65 total)
Well, Steve's editorial has certainly stirred up a debate, and in our particular ( and peculiar) case I feel not much closer to a solution. Having attended a couple of...
March 5, 2015 at 1:13 am
Eric M Russell (3/3/2015)
March 3, 2015 at 8:49 am
Peter Schott (3/2/2015)
Bob, we went through something like this ...
Peter - Thanks for that. I'll have a good read through. This is not turning out to be a straight-forward as...
March 3, 2015 at 2:37 am
We are trying to work out how to move from a "working direct on our single production platform" to "working on a dev/test platform and then deploy to production" setup....
March 2, 2015 at 2:30 am
[/quote]
The statement could have given the result like (count of all the distinct rows) :unsure:
[/quote]
So, just for fun - how would you do that if you can't use * to...
January 23, 2015 at 5:46 am
Hmm. Not sure about this. I tried select distinct * from mytable, and it returned all the rows, which was correct. So you can use * with distinct, just not...
January 23, 2015 at 4:11 am
Thanks, Uwe. I think this is something I'll need to play with some time. We have tried splitting tables before, but suffered from poor performance when querying a union. It...
January 6, 2015 at 2:57 am
Great question! Like the previous poster, I also have the potential to use this scenario, as we are keeping way too many records in our "live" tables, but nobody wants...
January 6, 2015 at 2:38 am
Anju, there are a number of ways of wording any question - but it rather depends what aspect of our knowledge you were intending to test.
By including options that...
November 26, 2014 at 2:32 am
I agree with peter.row - the question was badly worded. Seems an ongoing trend...
November 26, 2014 at 2:01 am
We're still on 2008 R2 so I've never used THROW. But I was aware that it was a new (ish) feature, so my reasoning was - well, why wouldn't it...
October 10, 2014 at 1:31 am
As with others, costs and licensing. Mostly costs, when the only 'benefits' over our current working system are things that would be great to play with technically, but which we...
September 19, 2014 at 4:02 am
Ah well, mark it up as one of SQL-Life's many mysteries, I suppose!
Thanks, all, for the discussion. Time to move on.
February 25, 2014 at 1:39 am
Cadavre - I fully accept that in the case of the JOIN you illustrate, that the SELECT will locate the columns from the join product OK. But a JOIN explicitly...
February 24, 2014 at 9:05 am
Viewing 15 posts - 16 through 30 (of 65 total)