Viewing 15 posts - 3,301 through 3,315 (of 59,067 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.
Viewing 15 posts - 3,301 through 3,315 (of 59,067 total)