Viewing 15 posts - 2,356 through 2,370 (of 59,086 total)
As a bit of a sidebar, I do nightly fulls and, depending on the server, transaction log backups er 15 to 30 minutes with a twist... I don't backup the...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 1, 2022 at 10:02 pm
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 month depending...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 1, 2022 at 8:51 pm
Heh... who said anything about using "cloud services"? Not me. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
December 1, 2022 at 8:34 pm
You could also use it as a learning opportunity by doing the research and then writing your own.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 1, 2022 at 8:32 pm
Rather than doing it for you, I was trying to inspire you to have another look. You're provided some intelligent answers to my questions and you know the rules better...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 1, 2022 at 4:04 am
Cool. Peter answer the question. Have a good night, folks.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 1, 2022 at 3:37 am
For anyone interested, here's the cleaned up and modernized version of the DDL and test data. Note that there is no IDENTITY column in this table. Also note that the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 30, 2022 at 10:00 pm
OK, from my understaning I should to this instead, not really sure though. Otherwise I would be glad with some input! 🙂
Pretty close but I can tell you didn't...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 30, 2022 at 9:46 pm
Hi,
Do we have to pay for opening a support ticket with Microsoft for technical issues.
I am looking at things like Premier Support and Unified support on their site. Not...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 30, 2022 at 9:41 pm
For ZIP code, I strongly recommend NOT using VARCHAR. Use CHAR instead.
My first observation is to ask if there's a 1:1 relationship between Customer # and Applicant?
My next question would...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 30, 2022 at 9:38 pm
I strongly recommend that you Read'n'Heed the article at the first link in my signature line below to help us help you.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 30, 2022 at 3:44 pm
To Eirikur's point, what will a row look like in the tblStudentMarksCopy1 table if a student hasn't taken one of the subjects? Will there always be only 3 subjects in...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 30, 2022 at 3:33 pm
I don't work with SSRS but... this is no different than any other process... If you suspect bad connections (and it does look like that), then you need to rework...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 30, 2022 at 3:03 pm
I ran this query containing a field (EntityType) that I don't have any index on. It still ran the same execution plan and took the same time. I don't...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 30, 2022 at 2:49 pm
well , there must be some thumb of rule , i think that can be answered.
There is no "Rule of Thumb" here because there are two "Rules of Thumb"...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 30, 2022 at 2:30 pm
Viewing 15 posts - 2,356 through 2,370 (of 59,086 total)