Viewing 15 posts - 8,401 through 8,415 (of 59,072 total)
Hat's off to you. I don't use SSRS but this looks like a really well thought out article with the correct order of revelation and all the right screen shots.
The...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 5, 2019 at 7:44 pm
To add something,
Its recommended to have all the tempdb data files the same size, that's why Microsoft have added a feature in which not only one file but all...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 5, 2019 at 7:38 pm
Agreed on both the addition you made for the bullet proofing and, considering the situation, going incognito. Heh... I dare not go incognito... it would remove some self-imposed limits and...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2019 at 11:30 pm
If you DO actually have 100's of servers you need to do this to, then you actually do need some help because if you do actually land or build...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2019 at 10:57 pm
I guess I don't understand why anyone would write software based on the knowledge of novices. If it's important for a novice to be able to maintain something...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2019 at 9:16 pm
I don't understand why anyone would use a CLR function for such a thing to begin with. Is the CLR getting the ISO data from some URL or what?
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2019 at 8:51 pm
Hi Jeff
So you can do this across different sql versions because we are migrating / upgrading from sql server 2012 (production) to sql server 2016 (new server)?
you can apply...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2019 at 7:05 pm
Here's the way I've done such a thing many times now...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2019 at 4:35 pm
what happened to good old fashioned command prompt tools
dir /s *.ldfnone of this fancy SQL malarkey 🙂
Heh... I love it! No PoSh required, either.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2019 at 4:18 pm
I agree that sys.objects is a good source for the brunt of what you're looking for. Unfortunately, it doesn't cover everything. For example, indexes, statistics, and partitions aren't covered by...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2019 at 4:12 pm
You're spot-on I think. Paging (or other remote options, sorting, filtering. etc.), however it's accomplished, should not be used without consideration for the issues it brings (especially potential inconsistency,...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2019 at 3:39 pm
Jeff -
There are other options out there. Databases that use multi-version read consistency do exactly what you are asking - present an accurate picture of the state of data...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2019 at 3:14 pm
I know this sounds obvious, so apologies if it is for whomever reads this. I just wanted to say it out loud if it's not obvious...
This reminds me of a...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2019 at 2:38 pm
**) Management can often have unsolvable request, 'like draw seven perpendicular lines'. A senior should be able to stand up 'against' management for this type of request.
I love that...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2019 at 1:39 pm
Our problem is that our ERP is ancient, there is no primary key between the sales header and line tables, there is no timestamp on the sales line table,...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2019 at 1:29 pm
Viewing 15 posts - 8,401 through 8,415 (of 59,072 total)