Viewing 15 posts - 961 through 975 (of 59,072 total)
hi,
i have coma separated vales in a table. what i want to reverse it like 'CLP,CAD,GBP' pls tell me how it can be done WITH OUT USING XML IN...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 10, 2023 at 11:44 am
Great question, Steve. It gave me an idea for something else that I need to do.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 8, 2023 at 8:17 pm
Though its Azure MI Business critical , I see fragmentation, Any script to identify which IX's need to be rebuilt ,as Frag is over 50%.
I will add REBUILD WITH...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 7, 2023 at 8:08 pm
Or - you could add a file and use EMPTYFILE on the original file. Once the original file is empty it can then be removed.
Have you tried this when...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 6, 2023 at 11:34 pm
Removed... I somehow duplicated the post below.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 6, 2023 at 11:33 pm
Why are you duplicating this question? I don't see a link suggesting this is spam, but the answers to that almost identical question are going to be what...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 5, 2023 at 8:51 pm
"Bumping" this post because it's hidden by the "Don't display the first post of a new page" problem this forum has, which I wish they'd fix. This has been a...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2023 at 10:27 pm
The issue with using QUOTENAME is that it returns the result as an NVARCHAR(258). The OP started out with a VARCHAR().
In this case, the resulting STRING_AGG() returns an NVARCHAR(4000).
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2023 at 10:14 pm
Just "bumping" this because of the "1 Post on another Page won't display" problem that this forum has. I really wish they'd fix this issue. 🙁
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2023 at 10:03 pm
thanks all. Seems to be working now.
What did you change to make it so?
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2023 at 9:47 pm
Heh... what? You don't like using D1, D2, D3, D4, etc, for the names of cascading CTEs? 😛 Or, how about table aliases named T1, T2, T3, T4, etc?
I've seen...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 4, 2023 at 4:24 am
I need to track changes when a column is updated on two tables.
Is there a way to do it. please send code for that.
Yes... there's a super easy way...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 2, 2023 at 11:40 pm
Not that the code is unreadable or anything like that but consider documenting your production code so people don't have to try to figure out what the intent of the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 1, 2023 at 7:02 pm
hi Jeff, I think the problem was that I didn't restart the server after messing with the auto update stats and auto update stats async values. Without restarting the...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 31, 2023 at 11:17 pm
It would have been nice if you would have provided some links to the MS Documentation so people could easily find it to learn more.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 31, 2023 at 7:41 pm
Viewing 15 posts - 961 through 975 (of 59,072 total)