Viewing 15 posts - 4,141 through 4,155 (of 39,736 total)
Look at unpivot
https://www.sqlservercentral.com/articles/an-alternative-better-method-to-unpivot-sql-spackle
April 9, 2019 at 2:14 pm
Great point, Ralph. Note that PowerShell and Python are also great text processing utilities as well. Learning some of the Unix, PoSh, or Python skills can be very handy for...
April 9, 2019 at 2:10 pm
I'm not judging you, at least, I don't think I am. I'm really pointing out a reality that occurs often. Many people get complacent in their jobs, and they become...
April 9, 2019 at 2:08 pm
We all think of speech, but text to AI works as well. I think things could work well, but we have so much ambiguity in communication, not sure that an...
April 9, 2019 at 2:02 pm
You don't need an insert, you need an update. However, your update needs to include a concatenation of the previous contents.
Something like:
create table #mytable(myid int, mycomment varchar(200))
insert...
April 9, 2019 at 1:42 pm
Thanks for the votes. I'll note this in the ticket.
April 9, 2019 at 1:35 pm
Agree with Grant.This is a short sighted request and isn't a requirement. What a requirement would be is to present the data in this way. The way to store this...
April 9, 2019 at 1:32 pm
Closing. Visit the other thread for an answer.
April 9, 2019 at 1:29 pm
Thanks for the effort. I've posted a bug and tagged it high priority. Everyone's out now, but we'll follow up tomorrow.
April 8, 2019 at 10:58 pm
Below the "Your account" is the toolbar. This is supposed to be visible for everyone. If I log in with a test account, I see this for this thread:
April 8, 2019 at 5:33 pm
Do you want the same object visible in each schema? Meaning I create foo.TableA and bar.TableA and it's the same table with the same data? If so, no. An object...
April 8, 2019 at 5:14 pm
Copying text from a post Dear Experts, i need help in calculating time difference between two dates portion by Date, the difference will be calculated with the first day...
April 8, 2019 at 5:06 pm
Viewing 15 posts - 4,141 through 4,155 (of 39,736 total)