Viewing 15 posts - 301 through 315 (of 1,033 total)
Jack Corbett (6/14/2012)
June 14, 2012 at 7:11 am
venoym (6/14/2012)
June 14, 2012 at 7:09 am
Koen Verbeeck (6/13/2012)
chris.j.clague (6/13/2012)
June 13, 2012 at 7:58 am
L' Eomot Inversé (6/13/2012)
I suspect the point he is attempting to make is that a competent administrator will succede, not fail, because if he knows the port numbers he can...
June 13, 2012 at 7:53 am
SQLDBA360 (6/13/2012)
Do you mean the SQL Browser Service?
+1 🙂
Personally I've just started working with Service Broker... I was a little confused, but then I realized he meant SQL Browser...
June 13, 2012 at 7:48 am
So the (Nolock) hint is probably allowing for a read where it should be blocked while the next order is being generated.
Something like this should help.
I don't see where @NextOrderNo...
June 8, 2012 at 1:38 pm
GilaMonster (6/7/2012)
I find if very strange you're calling someone a sloppy coder...
June 7, 2012 at 8:07 am
Cadavre (5/25/2012)
Michael Valentine Jones (5/24/2012)
Brevity and obscurity
declare @ char(3)
set @=0
while @<100
begin
set @=@+1
case when @%15=0 then 'FizzBuzz'
when @%3=0 then 'Fizz'
when @%5=0 then 'Buzz'
else @ end
end
If I was asked this in an...
June 7, 2012 at 7:57 am
GilaMonster (6/7/2012)
mtassin (6/7/2012)
Jeff Moden (6/5/2012)
June 7, 2012 at 7:50 am
Jeff Moden (6/5/2012)
June 7, 2012 at 7:17 am
Brandie Tarvin (6/7/2012)
Could someone elaborate...
June 7, 2012 at 7:08 am
sestell1 (6/5/2012)
I was a bit concerned they were going to make it available on-line only.Glad to hear that's not the case.
I had a minor worry about it, but I also...
June 5, 2012 at 8:52 am
Cadavre (5/25/2012)
Michael Valentine Jones (5/24/2012)
Brevity and obscurity
declare @ char(3)
set @=0
while @<100
begin
set @=@+1
case when @%15=0 then 'FizzBuzz'
when @%3=0 then 'Fizz'
when @%5=0 then 'Buzz'
else @ end
end
If I was asked this in an...
June 4, 2012 at 8:06 am
jeff.mason (6/1/2012)
June 1, 2012 at 2:00 pm
Koen Verbeeck (5/29/2012)
Dammit, want my point! 😛
Me too, though I learned about Master not allowing differential backups, Tempdb not allowing any was the obvious answer.
May 29, 2012 at 8:27 am
Viewing 15 posts - 301 through 315 (of 1,033 total)