Viewing 15 posts - 1 through 15 (of 378 total)
TheSQLGuru (5/27/2016)
Alan.B (5/27/2016)
TheSQLGuru (5/27/2016)
ChrisM@Work (2/24/2015)
... Two omissions stood out however - the cost of recompiling, ...
I will jump through hoops to trade CPU ticks to avoid disastrously bad plans (and...
May 28, 2016 at 2:03 pm
@Holy One,
Using complex tools that require specific knowledge in places that can also work well with something more basic, is I think just not a good idea.
Taking EF re-usability as...
May 20, 2016 at 5:29 pm
Use of ORMs to shield programmeurs from the reality of their data and relational database tech, results in:
* overly complicated code (The "concise" LINQ code in the article is everything...
May 18, 2016 at 5:25 am
In addition, insert techniques matter as well.
1) If the target table is constructed as a heap, using an insert ... into ... from manner then hardly any log space...
March 25, 2016 at 5:59 am
PS.
My issue of not being able to post or comment on connect issues has been solved.
They lost part of my registration, after going trough it again, it works.
March 24, 2016 at 9:32 am
Jeff Moden (3/24/2016)
peter-757102 (3/24/2016)
These are two new functions I like to see, with a broader scope then just string splitting (but they are suited for it).
If I had these...
March 24, 2016 at 8:54 am
@jeff Moden,
These are two new functions I like to see, with a broader scope then just string splitting (but they are suited for it).
If I had these I...
March 24, 2016 at 8:15 am
String splitting has at least two fundamentally independent components that both require more specific attention then any full split function can provide (hence all the discussions).
Components
1. Identifying split locations in...
March 24, 2016 at 7:12 am
@jeff Moden,
I understand your position.
And I do have good reasons to want it a certain way:
1. Storing empty strings really is an edge case.
2. Casting null values to...
March 12, 2016 at 11:02 pm
Jeff Moden (3/12/2016)
March 12, 2016 at 10:26 pm
@jeff Moden,
I fully agree with you on the number of parameters.
More then two configuration options on this function will make it harder to use and code containing it,...
March 12, 2016 at 7:40 pm
TomThomson (3/12/2016)
peter-757102 (3/12/2016)
De-serialization tasks need to work exactly in reverse to the serialization, which is:
Empty array/set/list --> NULL
One empty string or ID --> ""
Two empty strings or ID ---> ","
Array...
March 12, 2016 at 7:07 pm
Jeff Moden (3/12/2016)
March 12, 2016 at 4:08 pm
Jeff Moden (3/12/2016)
peter-757102 (3/12/2016)
March 12, 2016 at 3:36 pm
TomThomson (3/11/2016)
March 12, 2016 at 11:07 am
Viewing 15 posts - 1 through 15 (of 378 total)