Viewing 15 posts - 916 through 930 (of 1,162 total)
Ahhhhh, that'll teach me not to read the create table statement properly. Yes, with a indexed computed column it makes perfect sense. I've actually used this trick accidentally when I...
October 12, 2010 at 10:06 am
Paul White NZ (10/12/2010)
HowardW (10/12/2010)
I wonder if the confusion arises due to the ISNULL function being non-SARGable?Quite possibly, but now I have to show you ISNULL being 'SARGed'...
Mind=Blown 😀
Do you...
October 12, 2010 at 9:57 am
I wonder if the confusion arises due to the ISNULL function being non-SARGable?
October 12, 2010 at 9:28 am
grahamc (10/8/2010)
So if its a memory, CPU issue, it will scale.... Cool!!! Thank you :smooooth: makes a little more sense now
No. Not as simple as that I'm afraid. It depends...
October 8, 2010 at 11:47 am
Jeff Moden (10/8/2010)
Gianluca Sartori (10/7/2010)
Jeff Moden (10/7/2010)
saurabh.deshpande (10/7/2010)
Can we have anything like Oracle RAC available in SQL Server.
Thanks
What is "Oracle RAC"?
Oracle RAC stands for Real Application...
October 8, 2010 at 3:30 am
There's no grid clustering solution for SQL Server, a single instance can only be part of a fail-over cluster.
You would have to implement your own method of running your...
October 7, 2010 at 7:32 am
I think everyone from Developers/BA's/Project Managers up to senior management dramatically underestimate the complexity of software development.
I often finding myself thinking that something will be easy and take a few...
September 28, 2010 at 9:17 am
Alvin Ramard (9/28/2010)
HowardW (9/28/2010)
I hate...
September 28, 2010 at 8:32 am
Stefan Krzywicki (9/28/2010)
Isn't there a stat about how 70% of all software projects are never finished?
I seem to remember something similar.
Ironically, when typing "70% development not used" into Google,...
September 28, 2010 at 8:27 am
Jeff Moden (9/28/2010)
Stefan Krzywicki (9/28/2010)
GilaMonster (9/28/2010)
Stefan Krzywicki (9/27/2010)
GilaMonster (9/27/2010)
Tom.Thomson (9/27/2010)
September 28, 2010 at 8:08 am
It depends whether they literally select from that view on it's own using the same statement each time or whether they also join it to other objects/change the columns they...
September 28, 2010 at 5:47 am
Brian McGee-355525 (9/27/2010)
September 27, 2010 at 10:34 am
It's the same in 2k. Frankly I find the behaviour inconsistent and it's a common mistake.
If it will accept that an un-alaised column can belong to either the inner...
September 27, 2010 at 9:54 am
I'm not sure if you're referring to whether it will work against an Oracle or SQL Server data source? To_char and substr are oracle syntax - you need to look...
September 27, 2010 at 2:19 am
Thought I'd help you get to 20,000!
I think Gail "wins" with JHB - I've got some friends who work for Visa out there and it's the only place I've visited...
September 24, 2010 at 6:28 am
Viewing 15 posts - 916 through 930 (of 1,162 total)