Viewing 15 posts - 2,101 through 2,115 (of 59,066 total)
Heh... Had to laugh...I was just thinking that "Revo-Scalepy" (revo-sca-lepy) might make a great name for a line of blenders and food processors. 😀 😀 😀
January 11, 2023 at 2:13 am
Hi Steve, thanks but what you are providing here is calculating percentage. My ask is to get an average of 4 month percentage (or 5 or 6...
January 10, 2023 at 6:03 pm
Looks like Frederico was ultimately correct.
January 10, 2023 at 12:54 am
TRY_CAST can be useful for simplifying error handling as it returns NULL rather than raising an error. 😎
Agreed but I've also found that it makes people complacent about...
January 9, 2023 at 4:49 pm
This is a very good reminder that data validation is not just limited to the straight format.
Yep... I totally get that but this is one of those places where...
January 9, 2023 at 4:29 pm
CR LF is breaking my data load into mysql, I have updated CR LF as space ' ' and load is working good.
To Frederico's point, it may be that...
January 9, 2023 at 4:24 pm
As I myself are not sure if I still want to continue to be a DBA or move on to another field of work or even moving up to...
January 9, 2023 at 8:45 am
I guess my question would be.... Why not just try it and see? Then post the answer here and Google will have a place to land the next time someone...
January 9, 2023 at 8:10 am
Yes. The following will do the trick for LfCr, CrLf, Cr, and Lf... Just replace the table name and the column name with your actual table and column names.
January 9, 2023 at 8:07 am
Just for convenience, here's the formula. Replace the "t.N" with the name of your IDENTITY column that starts at zero.
CONCAT('10.',CHAR(66+t.N/1000),RIGHT(CONCAT('00',t.N%1000),3))EDIT: Forgot to add that it would be...
January 9, 2023 at 7:39 am
Yes. And, it's easy. Start an IDENTITY column at "0". Add a computed column with the formula from my previous query but replace the "t.N" in both places with the...
January 9, 2023 at 7:36 am
Too funny. I wish it returned an error instead. One that says, "Dude! Just because this is 2022, you shouldn't expect anything different here!" 😀
January 9, 2023 at 7:21 am
I guess I don't understand why you think that you need to list every column. If you're trying to export the whole table, then export the whole table.
January 7, 2023 at 11:11 pm
Heh... there's definitely a need for the art. Here are some folks that prove that...
https://samcurry.net/web-hackers-vs-the-auto-industry/
Spooky stuff.
January 7, 2023 at 8:07 am
And then, there are things like this...
https://www.itprotoday.com/career-development/amazon-slash-more-18000-jobs-escalation-cuts
I know stuff like this happens but this smacks of poor management and "over-hiring" practices.
January 7, 2023 at 8:03 am
Viewing 15 posts - 2,101 through 2,115 (of 59,066 total)