Viewing 15 posts - 2,266 through 2,280 (of 59,086 total)
You code appears to be a part of Dynamic SQL. If so, then replace each single quote with two single quotes.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 19, 2022 at 11:29 pm
I found an update by someone that I personally trust on the subject (to be sure, I also trust Michael but the link below has a "chart" on the subject...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 19, 2022 at 11:00 pm
It seems this thread has gotten off-track.
BWAAA-HAAA!!!! I wonder how that happened. 😀 😀 😀
Maybe I am off-base here, but...
And, not to worry... you're not the only one...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 19, 2022 at 10:28 pm
I would ask THEM (your Help Desk people) to contact Microsoft and for THEM to take full responsibility if the proverbial poo hit's the fan because of such an upgrade. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 19, 2022 at 9:00 pm
You should have posted those here back in 2009. 😀
I also noticed the note at the bottom of your post... why not write those functions as iTVFs instead of...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 19, 2022 at 8:51 pm
@Eirikur That works, of course, but SQL Server won't be able to use any index for that query.
Using indices is not necessarily the same as having...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 19, 2022 at 8:45 pm
@Eirikur That works, of course, but SQL Server won't be able to use any index for that query.
Using indices is not necessarily the same as having better performance,...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 19, 2022 at 4:33 pm
Yeah... he came back with an "I got this" post with an embedded link. Took that one out.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 19, 2022 at 4:29 pm
What I've found is that a lot of employees have the proverbial 9-to-5- attitude and only want to improve their skills on the company nickel and on company...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 19, 2022 at 4:27 pm
Problem with learning on one's own [dt]ime is you can really only barely scrape the surface of all these techs going through books and training courses. The ecosystem is...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 19, 2022 at 4:14 pm
Not sure if anyone is ever coming back to this thread but having just worked on migrating JDE data out and found the above useful - here is the...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 19, 2022 at 7:01 am
Most of my IT coworkers aren't even interested in improving their skills on the company nickel. They will only improve their skills if whatever old technology is permanently removed,...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 19, 2022 at 12:19 am
And we can see earlier in this post how some people use tally from a function found on the net, because they have learned, that this is the only...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 18, 2022 at 10:46 pm
Interestingly I found that a setting of 8 (vs 6) does speed up the original slow query significantly it testing.
Perhaps it is time to increase the value due to...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 18, 2022 at 10:18 pm
A slightly different way to put it ... I'ts because SQL Server cannot actually use anything directly from Physical Reads. It MUST be loaded into memory before it can be...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 18, 2022 at 10:04 pm
Viewing 15 posts - 2,266 through 2,280 (of 59,086 total)