Viewing 15 posts - 61 through 75 (of 645 total)
Many excellent points being made here. It seems that the main points in favor of embedded SQL / ORM are:
March 6, 2020 at 5:25 pm
Update: I just read the link in Steve's editorial: https://sqlquantumleap.com/2018/09/28/native-utf-8-support-in-sql-server-2019-savior-false-prophet-or-both/ There is a lot of good information in there. It looks like the UTF-8 collation is case...
February 6, 2020 at 6:37 pm
it's not so easy as you might think. Greg Low had a note on it few days ago
https://blog.greglow.com/2019/07/25/sql-think-that-varchar-characters-if-so-think-again/
Hi there. In its current form, that post contains several technical...
February 6, 2020 at 6:04 pm
Hi Ronald. Great job sticking with not enabling TRUSTWORTHY
, and figuring out how to accomplish that!
Just one error I noticed in the article that should probably be updated to be...
January 29, 2020 at 6:25 pm
Here is my post on this topic:
Actual Difference Between EXISTS(SELECT 1 …), EXISTS(SELECT * …), and EXISTS(SELECT column …)
Take care,
Solomon..
January 24, 2020 at 10:21 pm
OK - I'm missing something or misunderstanding the point, because SELECT 1 or SELECT * works fine for a user that is denied permission on a column within the...
January 24, 2020 at 6:55 pm
Did you miss a big point? There is actually a very good reason to name a specific column!If you don't have access to every single column in the...
January 24, 2020 at 6:09 pm
Overall I'm quite impressed with SQLCLR performance and wanted to experiment with the aggregate functions which I'd not had time to look into before.
Hi Steve. If you want more...
December 15, 2019 at 11:52 pm
Regarding @jonathan-ac-roberts 's test: you might want to include a GO
between the two test queries. It might not make a difference, but I have found...
December 11, 2019 at 6:07 pm
having something that has a varchar
passed to it that returns an nvarchar
could be very bad for SARGability, if the column being compared afterwards is a varchar
...
December 11, 2019 at 4:22 pm
Hi there. Interesting concept, but some questions:
November 18, 2019 at 4:10 pm
For my test (immediately) above, I used double-backslashes outside of the code block because that seemed to work for O.P. The tests seem to indicate that within a code block,...
November 5, 2019 at 9:59 pm
SIMPLE TEST
This is a test\of line continuation (outside of a code block)
This is a testof line continuation (inside a code block)
SPACE AFTER BACKSLASH TEST
This is a...
November 5, 2019 at 9:44 pm
Are you really using the same SQLCLR TVF for countries and states, or is that just a copy/paste issue when typing up the question? SQLCLR TVFs always report to the...
October 31, 2019 at 10:38 pm
Hi Thomas. Interesting question. A few notes:
October 28, 2019 at 6:00 am
Viewing 15 posts - 61 through 75 (of 645 total)