Viewing 15 posts - 7,021 through 7,035 (of 59,072 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.
Viewing 15 posts - 7,021 through 7,035 (of 59,072 total)