Viewing 15 posts - 8,416 through 8,430 (of 59,091 total)
Otoh, why are you specifying a column as a key that needs updated??
Missed this before... + 1 Billion!!!
--Jeff Moden
Change is inevitable... Change for the better is not.
November 7, 2019 at 11:40 pm
I ran code that Paul posted on the Azure Feedback. While I understand the angst there and a lot of people will argue with me about it, I would attribute...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 7, 2019 at 11:35 pm
Re Jeffs comment Did the identify any limits or extenuating circumstances?
I was tasked with importing over 15000000 rows of data, first having to delete a massive amount of existing...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 7, 2019 at 10:52 pm
And... was that all there was to the question? Did they identify the source of the data? Did the identify any limits or extenuating circumstances?
Better than that, did you have...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 6, 2019 at 9:40 pm
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
Viewing 15 posts - 8,416 through 8,430 (of 59,091 total)