Viewing 15 posts - 3,526 through 3,540 (of 59,067 total)
... ,PercentOfWhole = CONVERT(DECIMAL(3,1),StatusCount*100.0/SUM(StatusCount) OVER ()) ...
I believe you want decimal(4, 1) rather than (3, 1) (at least I can't see any reason why 100% of one...
May 4, 2022 at 6:01 pm
Heh... right after I posted above, I got an email from GROUPBY.Org that the schedule has been published. There are two tracks for the Americas on May 24th and two...
May 4, 2022 at 5:33 pm
My "Black Arts" Index Maintenance 1.2 presentation was selected on GroupBy.Org for May 24th, 2022. I don't know if my "ask" above had anything to do with that but I...
May 4, 2022 at 5:21 pm
First of all, you didn't actually post the error you're getting.
Second, what are the datatypes for all of the columns involved"? That's actually super important to know here.
May 4, 2022 at 3:56 pm
Here's another way to post "Readily Consumable Date" followed by a different solution that uses the SUM() Windowing Function.
Here's the test data construction...
--===== Create the test table...
May 4, 2022 at 3:44 pm
Honestly, I don't end up with the #t, ct etc.
I tried to replace anything regarding my data but didnt work
Sorry
The #t that Phil is using is what you should...
May 4, 2022 at 3:24 pm
What is the primary key on these tables? And, are you really using 2019? If not, what version?
May 2, 2022 at 11:48 pm
What size is your largest index, what Recovery Model are your databases in, and what, if any, index maintenance do you do?
May 2, 2022 at 10:21 pm
Thank you Jeff, this is helpful.
You bet... thank you for the feedback. It also has one of the (IMHO) better SQL Tutorials (Not to mention the HTML and other...
May 2, 2022 at 7:15 pm
Jeff, that's a rather useful link, thanks for posting.
Thanks for the feedback on that, Phil. I LOVE that site. T It also has one of the better beginner SQL...
May 2, 2022 at 7:12 pm
Can't seem to get original file to process gets errors listed above.. sample file will process.
Any thoughts or suggestions?
Thanks again
Instead of making us go back an unknown number of...
May 2, 2022 at 6:02 pm
I try to avoid the RGB notation because it makes troubleshooting a whole lot more difficult. If you go to the following link...
https://www.w3schools.com/tags/ref_colornames.asp
... and do a search for the #90EE90...
May 2, 2022 at 6:00 pm
How about it @Smash125? Why do you need this top be done?
April 29, 2022 at 11:17 pm
Viewing 15 posts - 3,526 through 3,540 (of 59,067 total)