Viewing 15 posts - 7,066 through 7,080 (of 59,091 total)
Great. I wish you well on your endeavor.
As a bit of a sidebar, consider documenting the various things you did and writing an article about it here on SSC even...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 20, 2020 at 4:06 pm
You're welcome and thank you for the feedback. The question now is... do you know how it works? I ask because you're the one that is going to have to...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 20, 2020 at 2:29 pm
Understood. A large part of the problem may actually be the 80% Fill Factor thing you folks have done. It actually takes 25% (not just 20%) more space to store...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 20, 2020 at 2:24 pm
OK... here we go... code looks almost the same as before but added a couple of tweaks to do it just for the first of the month... I also fix...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 20, 2020 at 7:10 am
Crud... I have a bug in the code I just posted here... it missed 12/1/2019 and so I've removed the code... I'll be back soon.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 20, 2020 at 7:00 am
That's for equalities. If you have an inequality, you'll need to reverse the comparison operator if you reverse the order of the columns.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 20, 2020 at 6:51 am
Since you didn't use a variable on the left side of the "=", you've changed it to a column assignment. Since the variable had no assigned value, it went ripping...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 20, 2020 at 6:41 am
This should do the trick for you. It hasn't populated the original table with the extra rows but it creates the source we could with. I'm just not sure that's...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 20, 2020 at 5:55 am
Good luck on the exams, Michael. When you pass them, maybe you can teach me about XML! 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
May 20, 2020 at 4:56 am
Setting a Fill Factor of 80% across the board is a huge and totally unnecessary waste of memory and disk space especially if you have ever increasing index keys that...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 20, 2020 at 4:54 am
Yes, the Select runs fine but the BCP doesn't. I'm running the BCP in Query Analyzer in SSMS on the server and database the Select is run on. So...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 20, 2020 at 4:47 am
Nope... you've got it. The 2nd operand tells what character position to start working with. The 3rd operand identified how many characters to replace. It can be "0" which means...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 20, 2020 at 4:44 am
All the values in the this field are up to three digit numbers separated by decimal points, but there are up to nine (maybe slightly more) such octets. Some...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 20, 2020 at 3:03 am
Thank you for the feedback, Sabarish (I hope I split your name correctly). Just to be sure, though, do you understand what STUFF does? I ask only because a whole...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 20, 2020 at 12:09 am
I'm trying to export a query to an XML file. The file gets created fine but it's empty so it's my Select query. I've tried setting quoted_identifiers to on...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 19, 2020 at 10:15 pm
Viewing 15 posts - 7,066 through 7,080 (of 59,091 total)