Viewing 15 posts - 8,566 through 8,580 (of 59,072 total)
I have a VARCHAR(n) field [sic: columns are not fields!] that is the description of my product like these 2 ones:
Ref Design
2566000 Sandália BEBE 19/24 Cx12
2578995 Chinelo M/ Dedo...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 30, 2019 at 6:34 pm
I think that point #3 is the most important of all... and it should not only come with the same warnings as a chainsaw but should clearly state that if...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 30, 2019 at 1:52 pm
I like the idea of a backup camera but most of them seem to be poorly engineered. At night, you can't actually see anything in the passenger side mirror or...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 30, 2019 at 1:33 pm
To answer the question where the numbers could be anywhere from 1 to 10 digits (up to the max of INT), here's some test code (borrowing heavily on Phil's good...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 30, 2019 at 4:40 am
Changing Phil's code to handle single digits is easy because of the nature of numeric strings, if your pattern is guaranteed. Except for the comments, the additional test data, and...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 30, 2019 at 12:21 am
The listed order of of the stairways have nothing to do with the order of a study plan. They're not collectively meant to be an "overall stairway" to learning SQLServer...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 29, 2019 at 4:37 am
Phil's code works great for this but I do have a question...
Is there any chance of having less or more than 2 digits on either side of the "/" ?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 28, 2019 at 10:45 pm
I think this question is an excellent example of why you should never rely on defaults. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
September 27, 2019 at 2:23 pm
You pointed at me something I should have mentionned in my first post. Sorry : "That's a business decision, not a technical one"
We are OK to loose a day...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 27, 2019 at 2:20 pm
For the final result, do you need the format you've portrayed for the monthly column names or can we economize and clean those up a bit. For example, you have...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 27, 2019 at 2:02 pm
You say you were "about" to create a new table. Did you actually try to finish that task?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 27, 2019 at 5:07 am
Thanks, Sam. If you have the time, it would be interesting to know how you resolved the problem.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 25, 2019 at 9:07 pm
Thanks for the feedback, Sam. I'd love to hear what you end up with.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 25, 2019 at 8:59 pm
Thank you
I figured it out
It was the Server name was incorrect. The MSTDC setup on the Cluster was wrong after correcting that email starting working.
Thanks again for all the...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 25, 2019 at 8:56 pm
I want to block exponential numbers in sql, how can i do this?
I don't know because I don't know what you mean by "exponential numbers" nor what such numbers...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 25, 2019 at 2:22 am
Viewing 15 posts - 8,566 through 8,580 (of 59,072 total)