Viewing 9 posts - 1 through 9 (of 9 total)
I would think the Grant's answer meant "Nope, it didn't". Much like if one were asked "Didn't you like that meal?" and the response was "Nope". Which would mean that...
November 21, 2020 at 10:13 pm
Hi Steve,
Yes please keep the daily tips coming.
During my entire childhood my Mom would always have "cake and coffee" around 3pm every day. No kids, no husband, no housework, nothing...
June 16, 2020 at 11:37 pm
The ORDER BY can only appear after the second query in an EXCEPT or INTERSECTION operator and only reference columns from the left (first) query.
This would work:
SELECT E.FIRSTNAME
FROM @EMPLOYEE E
EXCEPT
SELECT...
June 5, 2020 at 6:05 pm
Hello Aveek,
Thanks for the excellent, detailed article. I wanted some clarification on the network set up. In the article you configured the instance to listen on network port TCP 1434....
January 6, 2020 at 7:25 pm
Hi Steve,
I live in Phoenix, AZ and have traveled to SQL Saturdays in:
Phoenix (of course 🙂 )
Las Vegas, NV
Silicon Valley (Mtn View), CA
I've also considered traveling to the SQL Saturdays...
August 1, 2016 at 3:39 pm
Orlando - Thanks for the reply. There are no foreign keys pointing to this column, so nothing to drop & recreate and as a result no other columns need altering....
February 14, 2016 at 8:08 pm
Thanks guys for your advice. The table is very large - about 250GB. I'd rather not have to make a duplicate of the data if I don't have to. Would...
February 14, 2016 at 11:47 am
Thanks folks for the replies. However, my question is *why* did SQL Server elect to use the unique index defined on the TransmissionId column versus using the Primary Key (defined...
April 2, 2014 at 12:12 pm
Viewing 9 posts - 1 through 9 (of 9 total)