Viewing 15 posts - 7,051 through 7,065 (of 59,091 total)
To be clear, the link you posted from stack overflow cites TF 4199 and I'm not talking about that. I'm talking about TF 9481, which fixed my issues when, like...
--Jeff Moden
Change is inevitable... Change for the better is not.
Awesome. Thanks for the feedback, Bruin.
--Jeff Moden
Change is inevitable... Change for the better is not.
+1 Billion to Roger Plowman for his post above. I'll also add that commenting code when you're writing it is pretty simple. The first thing I normally do...
--Jeff Moden
Change is inevitable... Change for the better is not.
...The first thing I normally do is to write the comments of the things I need to get done and why. That also creates a bit of...
--Jeff Moden
Change is inevitable... Change for the better is not.
Any suggestions ?
I think you missed the suggestion about reverting to the old Cardinality Estimator, which DID fix the same problems we were having when we made the same...
--Jeff Moden
Change is inevitable... Change for the better is not.
The text file was UTF-8 and we used CODEPAGE = 65001 and were able to process successfully.
set @Str1 = 'Select * Into ##TempPerson FROM OPENROWSET (BULK '''
set @Str2 =...
--Jeff Moden
Change is inevitable... Change for the better is not.
+1 Billion to Roger Plowman for his post above. I'll also add that commenting code when you're writing it is pretty simple. The first thing I normally do is to...
--Jeff Moden
Change is inevitable... Change for the better is not.
Play with the idea of having a calendar table and then doing a set-oriented EXCEPT operator to find the missing dates and insert a row with the dummy values...
--Jeff Moden
Change is inevitable... Change for the better is not.
p.s. Even in SQL Server 2016, there's still a limit of the In Memory stuff of 250GB. In the databases of today, that means you have to be a wee...
--Jeff Moden
Change is inevitable... Change for the better is not.
I didn't mean that as a slam. It's just not possible to post general guidlines because everyone's stuff is different. I just watched the following YouTube on the subject... every...
--Jeff Moden
Change is inevitable... Change for the better is not.
Yep... let's go back to square one... if they were to move to Teradata and do the same types of things that they've done with their SQL Server, they'd still...
--Jeff Moden
Change is inevitable... Change for the better is not.
Sorry... you're not going to like this. My general guideline for things as important as Memory Optimized data is to Google for the documentation and read about it because I...
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 15 posts - 7,051 through 7,065 (of 59,091 total)