Viewing 15 posts - 1 through 15 (of 136 total)
August 10, 2018 at 7:27 pm
SELECT *,
...
August 10, 2018 at 4:28 pm
August 10, 2018 at 4:02 pm
Hi andy thanks a lot for your previous help, but i'm having another challenge with same code after some modifications
I want to find percentages for the generated result, but...
August 10, 2018 at 1:12 pm
Hi Steve,
Thanks for your reply, i actually used a string_split to handle the massive columns and did a pivot to handle each column and i got what i wanted.
August 7, 2018 at 1:16 pm
August 1, 2018 at 3:54 pm
Hi Andy,
I've been able to resolve the string_split issue, but the computation of the second solution is giving me above the total base on each column
Please help look...
August 1, 2018 at 4:33 am
andycadley - Tuesday, July 31, 2018 9:16 PMAre you trying to do something like this?
Thanks Andy, that is what i want to...
August 1, 2018 at 1:42 am
I have to write cursors at times but this is a little confusing. ...
July 31, 2018 at 5:57 pm
July 30, 2018 at 3:13 pm
July 30, 2018 at 1:06 pm
Hi Steve,
Thanks so much, you have saved me two days of babbling about.
Thanks so much again, it works very fine.
God bless you.
Tim
March 8, 2017 at 8:55 am
DesNorton (9/30/2016)
October 1, 2016 at 1:05 pm
Thanks Thom for the reply and thanks for the advice.
The kind of result i want is in this format:
CREATE TABLE [dbo].[Testtable2](
[Period] [nvarchar](50) NULL,
[Name] [nvarchar](max) NULL,
[CompanyName] [nvarchar](max) NULL,
[CompanyAddress] [nvarchar](max) NULL,
[Phone] [nvarchar](max)...
September 30, 2016 at 10:30 am
Hi laurie-789651,
Based on your suggestion, it got me thinking, eventually, i did some hard-coding to resolve it, i don't know if your answer can be more automatic, but this code...
September 26, 2016 at 7:48 am
Viewing 15 posts - 1 through 15 (of 136 total)