Viewing 15 posts - 1,981 through 1,995 (of 13,838 total)
Try changing this part
(SELECT BirthYear = n + 1921, Age = YEAR(GETDATE()) - n - 1921) calcs
JOIN GroupInfo g
ON calcs.Age
BETWEEN g.StartAge AND g.EndAge
ORDER BY Tally.n DESC;
to this
(SELECT...
June 7, 2021 at 4:25 pm
As you have not provided any DDL or sample data, and your sample results do not appear to include a single reference to your customer data, I had to guess:
June 7, 2021 at 2:05 pm
I cannot not see any question here.
June 3, 2021 at 8:41 pm
OK, understood. Unfortunately, I do not have time today to help any further. If no one else answers in the meantime, I will try to get back to you in...
May 28, 2021 at 4:03 pm
Are there embedded carriage returns in that file?
Have you set a text qualifier? (")
May 28, 2021 at 4:00 pm
As packages usually run within the context of an unattended process, message boxes within them should be avoided (unless developing or debugging).
I notice you mentioned users running this. For them...
May 28, 2021 at 1:26 pm
Also, how is the value of ColumnType determined?
May 28, 2021 at 1:13 pm
OK, that helps.
So you are looking for a routine which imports only the first row of a spreadsheet/CSV file, transposes that row of data into separate rows and adds them...
May 28, 2021 at 1:11 pm
How are you displaying the popup? You need to display it from Excel, not from within the package.
May 28, 2021 at 12:13 pm
The columns in the spreadsheet do not appear to correspond to the columns in your screenshot, making this a bit of a puzzle.
Why not just hit 'TRANSPOSE' in the spreadsheet,...
May 28, 2021 at 12:08 pm
How to setup a monitoring where it throw an alert whenever a field data type value is about to reach its maximum limit.
Please give an example of what you...
May 27, 2021 at 9:38 am
I just played around with this scenario for an hour and I was unable to come up with a solution which works in all cases. Very irritating.
Automating an export to...
May 27, 2021 at 9:37 am
Apologize Phil.
I posted in the other post first but realized it is not the correct place for it as that is discussion not relate to Coding perspective. so I...
May 26, 2021 at 7:18 pm
this is the new post can you please help with it if possible
Thank you
ASita
As you are looking for a SQL Server solution, rather than SSIS, Jeff's solution is worth...
May 26, 2021 at 7:08 pm
Viewing 15 posts - 1,981 through 1,995 (of 13,838 total)