Viewing 15 posts - 4,546 through 4,560 (of 5,394 total)
Try this:
SELECT SERVERPROPERTY('ComputerNamePhysicalNetBIOS')
March 12, 2010 at 6:33 am
Where I'm currently working we have a coffe machine, but we're not even allowed to get a coffee and drink it there, we have to go back to the office...
March 12, 2010 at 6:17 am
Paul White (3/12/2010)
GilaMonster (3/12/2010)
and how fast time flies.
Tell me about it. How can summer be over already? 🙁
Freak storm over here this afternoon - roofs ripped off, trees knocked...
March 12, 2010 at 4:33 am
Totally different topic: who's going to the European PASS Conference[/url]?
It's too long, too far and too expensive for me, but it would be interesting to know how the bookings are...
March 12, 2010 at 2:16 am
CirquedeSQLeil (3/11/2010)
Jeff has quietly passed the 20,000 pt mark. No fanfare???Congrats Jeff.
Congratulations, Jeff!!:exclamationmark::exclamationmark::exclamationmark:
March 12, 2010 at 1:18 am
I have both running on my laptop, with no problem.
March 11, 2010 at 9:22 am
I'm sorry, I don't understand what problem you are facing. Can you explain it in other words?
March 11, 2010 at 9:08 am
Steve Jones - Editor (3/10/2010)
Lynn, I think it was a complement.
I'm with Steve, no sarcasm here in my opinion.
March 10, 2010 at 10:48 am
Alvin Ramard (3/10/2010)
Person answer an internal posting for Data Warehouse Adminstrator. The person did not have any valid experience, but her...
March 10, 2010 at 9:55 am
Roy Ernest (3/10/2010)
March 10, 2010 at 9:54 am
Paul White (3/10/2010)
Steve Jones - Editor (3/10/2010)
It's partially the scoring, though if you look at a lot of NFL...Zzzzzzzzzzzzzzzzzz
:w00t:
NFL... AH! Now I remember! It must be "American Football", that wimp...
March 10, 2010 at 7:49 am
You could also benefit from a strange behaviour that I found trying to generate a Tally table with no IO: using UNPIVOT seems to be slightly faster than multiple UNIONS...
March 10, 2010 at 6:14 am
You can rewrite
SUBSTRING(@str, @start, @len)
as
RIGHT(LEFT(@str, @start + @len - 1), @len)
but I don't think it will help much. I tried your code with that substitution, but it still threw errors,...
March 10, 2010 at 4:28 am
Jack Corbett (3/5/2010)
March 5, 2010 at 6:09 am
Viewing 15 posts - 4,546 through 4,560 (of 5,394 total)