Viewing 15 posts - 1 through 15 (of 26 total)
While your comparison holds, your math doesn't. Area is pi * r^2. A 9 inch pizza is 4.5 inches radius. Therefore about 63.6 square inches.
July 8, 2022 at 5:53 am
One of the correct answers is Function 2, but I don't see that one. I only see 1, 3, 4 and 5.
Edit: Mea Culpa, it's not labeled like the others.
May 28, 2020 at 4:03 pm
Actually I wouldn't do any of those. I would use a text editor and put 88, between 95 and 94.
February 26, 2020 at 10:25 pm
I selected the matching format even though the date didn't match. Got it right, but it was just a guess.
Output from SSMS: Jan 18 2019 8:23PM
September 27, 2019 at 4:27 pm
When I do it in SSMS I use the fact that it allows multiple lines in a single quoted string, e.g.
declare @sql nvarchar(2000)
set @sql =
'select
*
from SomeTable st
join...
April 29, 2019 at 3:16 pm
The explanation is confusing.
print ([x%2 for x in range(10) if x % 2 == 0]) returns 5 values, but all of them are 0 (x % 2).
A set...
March 20, 2019 at 9:59 am
Pretty much a process of elimination.
The first answer was a tuple and the statement would have to have been: Teams = (West, South, North)
The third sequence rearranged the first...
January 23, 2019 at 2:50 pm
<pedant>
Based on the example, only the first argument is optional because the default increment is 1.
</pedant>
December 12, 2018 at 11:27 am
September 5, 2018 at 4:12 pm
I'm afraid I don't remember all of the steps I took. There were many failed attempts to get this working.
The MSA (Managed Service Account) was created on the Domain...
October 27, 2016 at 2:54 pm
Hugo Kornelis (10/27/2011)
I had the correct answer,but only thanks to the fact that I attended SQL Saturday in Portland a few weeks back (just before the PASS Summit)....
October 28, 2011 at 11:08 am
Jeff Moden (5/4/2011)
gary.rumble (5/3/2011)
Jeff Moden (5/3/2011)
gary.rumble (5/3/2011)
Jeff Moden (5/2/2011)
gary.rumble (5/2/2011)
Well, so far I got:...
I think your code is too much for my server. 😉
Yowch. The code is even split...
May 5, 2011 at 10:50 am
Jeff Moden (5/3/2011)
gary.rumble (5/3/2011)
Jeff Moden (5/2/2011)
gary.rumble (5/2/2011)
Well, so far I got:...
I think your code is too much for my server. 😉
Yowch. The code is even split into batches. ...
May 3, 2011 at 5:34 pm
Jeff Moden (5/2/2011)
gary.rumble (5/2/2011)
Well, so far I got:...
I think your code is too much for my server. 😉
Yowch. The code is even split into batches. What you may...
May 3, 2011 at 9:19 am
Well, so far I got:
(2 row(s) affected)
Msg 8623, Level 16, State 1, Line 3
The query processor ran out of internal resources and could not produce a query plan. This is...
May 2, 2011 at 9:47 pm
Viewing 15 posts - 1 through 15 (of 26 total)