Viewing 15 posts - 2,596 through 2,610 (of 59,086 total)
Yet again it would be helpful if we could see the actual execution plan! 😎
Amen to that!
--Jeff Moden
Change is inevitable... Change for the better is not.
October 24, 2022 at 1:26 pm
So I saw a while back that its possible with a case statement, because once this sql code is created it goes into a another software that parses basic...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 24, 2022 at 1:25 pm
Ok... so what is "Criteria 1" and "Criteria 2" to return 1 value or another?
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2022 at 9:37 pm
Why did you delete your post? If you fixed your own problem, it would have been nice to know what the problem was and how you fixed it. 🙁
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2022 at 9:29 pm
Another "spam" post, probably generated by some desperate bot. Here's a post on Reddit with the exact same wording from 2 years ago.
https://www.reddit.com/r/sysadmin/comments/krzdbo/sql_server_2012_standard_mediaiso/
It was also posted back in July here...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2022 at 9:23 pm
Spot on an same here. Exceptions have been made (one fellow has to drive his kids to school at a certain time every morning and so is excused from...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2022 at 7:01 pm
Hi Jeff,
My required output would look like this
So within each category the sort dense rank is sorted by Date. But the sorting needs...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2022 at 6:40 pm
You sure it's a table and not a function or a view? A simple select on one table shouldn't place locks on a second table, even if there are...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2022 at 6:37 pm
Check out the picture of the banner. The ad and the search look like one object.
Foreign keys in the file. Good call Jeff. (I have not been active in...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2022 at 6:36 pm
What is the actual character? What does UNICODE(RIGHT(ColumnName, 1)) return? That diamond character is the unicode Specials replacement character U+FFFD: If that actually is the value stored, then...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2022 at 6:33 pm
Ah... got it. And, it's important to avoid vowels in such a thing or you can spell some pretty nasty words. The same holds true for some of the numbers. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2022 at 6:18 pm
Asking one more time...
What is the datatype of the column that symbol appears in?
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2022 at 3:34 pm
Even if the Trigesimal codes are stored as CHAR(5), a DECIMAL(9,6) only takes up 5 bytes, as well. The Trigesimal also requires reversal if you actually want to calculate distances. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2022 at 3:29 pm
@gjoelson 29755
No interest in why I asked the question that you haven't answered, yet?
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2022 at 3:13 pm
Thank you so much
You're the one that will have to support all that. Do you understand why Scott didn't use any variables? Do you know why Set NoCount On...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2022 at 2:57 pm
Viewing 15 posts - 2,596 through 2,610 (of 59,086 total)