Viewing 15 posts - 4,726 through 4,740 (of 59,067 total)
I also have the same case, thanks for this solution!
Uh-huh... Sounds like a precursor to spam.
August 24, 2021 at 6:37 pm
Looking at the Clustered Index for the oeordlin_sql table, I'm a wee bit concerned (especially for insert and update performance) over having the leading column be in the "ultra low...
August 24, 2021 at 6:34 pm
I do the same as what Anthony posted.
There might be at least one caveat to be aware of. My disclaimer is that I've not had to try it and I'm...
August 24, 2021 at 5:59 pm
Our situation appears to be quite a bit different than yours (and no... neither is wrong, IMHO... they're just different because of different business requirements). My best friend, who is...
August 24, 2021 at 5:47 pm
I've probably just not had enough coffee yet, Johan, but the data you posted doesn't look like a performance comparison to me. It looks like measurements from a single run.
I...
August 24, 2021 at 4:00 pm
Our company uses EF and stored procedures with error handling. Our standard is to require Try/Catch blocks in all stored procedures. While I agree with Jeff Moden's point in...
August 24, 2021 at 7:20 am
Correct. We never do multiple named instances on a server. Heh... they still haven't found the body of the last person that tried to do that on our servers. 😀
Instead...
August 24, 2021 at 7:12 am
If you are using REORGANIZE on any rowstore index that is fragmenting, STOP IT! PERIOD!. REORGANIZE does not work like you probably think it works. It can and...
August 23, 2021 at 10:42 pm
Count me as one of the people that left because of the changes in the site. I keep coming to read the thread, but with the decline of questions...
August 23, 2021 at 9:32 pm
I wonder if it was because of the flow change you made in the package or it's because you "re-saved" the package (and I might be using the wrong term...
August 23, 2021 at 2:52 pm
Thanks for the "Welcome back" Jeff....appreciated. I doubt that many potential new users of the site would stay around for very long...cos to be honest the site...
August 23, 2021 at 1:51 pm
I'd love to know how many users in this forum are exclusively Entity Framework developers and believe that stored procedure are "a memory of a bygone era."?? hahah
That's one...
August 23, 2021 at 1:27 pm
For us, stored procedures aren't a by-gone era. Instead, we embrace them. We tried letting the ORM (whatever flavor it was over time) do some of the complicated things and...
August 23, 2021 at 1:24 pm
There is a great deal of misunderstanding about relational DBMSs and you will find a lot of this misunderstanding out there on the internet.
For example, people talk about a ...
August 23, 2021 at 1:03 pm
Thanks for the "Welcome back" Jeff....appreciated. I doubt that many potential new users of the site would stay around for very long...cos to be honest the site is beyond...
August 23, 2021 at 12:26 pm
Viewing 15 posts - 4,726 through 4,740 (of 59,067 total)