Viewing 15 posts - 3,856 through 3,870 (of 59,087 total)
Since there's no sample data, if the date is the only thing in the string, find the first occurrence of a digit and the last occurrence of a digit and...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2022 at 9:50 pm
At least they live up to the name of this thread. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2022 at 9:45 pm
how to give logic for it. I am newbie
Heh... no you're not. According to the date of your first post, you've been working with SQL for nearly 2 years. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2022 at 9:30 pm
The STRING_AGG() function, available in SQL Server 2017 and up, makes this a pretty easy task along with a very useful tool that originates from this very site. You could...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2022 at 7:50 pm
I'm trying to extract date from a text field. I'm using PADINDEX to do this. My results are very inconsistent. Is there anyway I can do this through SQL. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2022 at 6:25 pm
There are several people that I've recently decided are earning a living based on the kindness of strangers that I will no longer help especially since they've been doing the...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2022 at 5:56 pm
(Although the product ID is correctly an NVARCHAR and I'm hoping the NVARCHAR isn't actually a part of the column name 🙁 )
Hmm, I think it's a waste...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2022 at 5:48 pm
I've lost the old link that I had about this and, if I still had it, it probably wouldn't work anymore anyway. A lot of people don't know that Temp...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2022 at 5:29 pm
I've been called many things, but it's a first for Ohil 🙂
The "O" is apparently because "OH! More coffee,...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2022 at 4:57 pm
@Ohil and @steve-2... thank you both for the honorable mention.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2022 at 4:23 pm
Install the table valued function in this script: https://www.sqlservercentral.com/scripts/a-daterange-table-valued-function
I'll say it again... that's a killer general purpose function with a lot of uses. Thanks for publishing that, Jonathan.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2022 at 4:20 pm
Can I hide view definition of others users's procedures from SA user. I want to hide business logic.
The only way to do this is to deliver you code on...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2022 at 4:15 pm
Hi experts,
Sorry for not getting you a table or data at this moment but I will if I need to get help tomorrow
How do I get
2....
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2022 at 3:59 pm
and kick the designer in a place where it hurts ...
That would NOT be in the area above the shoulders... they're obviously feeling no pain there. 😀 (Although the...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2022 at 3:55 pm
I really enjoyed this article and linked items. I remember way back when (more than 3 decades ago) I would manually check the waveform coming form the UPS, doing battery...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2022 at 3:41 pm
Viewing 15 posts - 3,856 through 3,870 (of 59,087 total)