Viewing 15 posts - 3,331 through 3,345 (of 59,086 total)
You know what I'm going to say, Phil. SSRS is... an application. You already know the rest.
--Jeff Moden
Change is inevitable... Change for the better is not.
Thanks for the code modifications, Steve. I'll take a deeper dive than just looking at it. Nice to see someone actually test both out a bit.
In the past, I've shyed...
--Jeff Moden
Change is inevitable... Change for the better is not.
LearnSQL wrote:Any suggestions or thoughts.
The function seems to generate the correct calendar. Nicely done Jeff 🙂
select * from dbo.CalendarByDateFirst('20211201', '20220131', 7);
Thanks a lot Jeff for...
--Jeff Moden
Change is inevitable... Change for the better is not.
As a bit of a sidebar, man!... The supposed SQL Format for the code windows is absolutely horrible! 🙁 I wish they'd do something about it.
--Jeff Moden
Change is inevitable... Change for the better is not.
Here's Rev 02 with a shedload more documentation in the flower box and 3 extra columns that seem useful to me. I think I may turn this into an article...
--Jeff Moden
Change is inevitable... Change for the better is not.
Thanks Jeff,,
I have been using the formula:
if ($Average_Fragmentation -gt 40.00) { Write-Host -ForegroundColor Red "$Index_Name is more than 40% fragmented and will be rebuilt."; $index.Rebuild(); Write-Host -ForegroundColor Green...
--Jeff Moden
Change is inevitable... Change for the better is not.
Ok... so no test data provided in a readily consumable format. The following code will help you do what you're trying to do. It shouldn't take much a a leap...
--Jeff Moden
Change is inevitable... Change for the better is not.
Thank you so much. I am not cancelling it. Luckily the status showing 3%. I am saved. 🙂
But what could be the reason for that much slow ness?
2 weeks...
--Jeff Moden
Change is inevitable... Change for the better is not.
There is currently (though I'm working on it), no code that will make the "best" assignment because things like logical fragmentation are averages at a given time and provide no...
--Jeff Moden
Change is inevitable... Change for the better is not.
Yes it was me and I still feel that it is part of being an exceptional DBA.
Me too. Always have.
--Jeff Moden
Change is inevitable... Change for the better is not.
This was a life saver. Thank you very much!
Remember TempDB when you do this. If it has a different collation, you might be in for a heap of trouble...
--Jeff Moden
Change is inevitable... Change for the better is not.
Thanks for the info... I'm still waiting on data...
Ok... I think I'm ready for ya! 😀 Post some readily consumable data in the form of a CREATE TABLE statement...
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 15 posts - 3,331 through 3,345 (of 59,086 total)