Viewing 15 posts - 1 through 15 (of 26 total)
Well, I am a bit worried about myself. There is a second SQL task that indeed had an unclosed single quote. I was so tunneled visioned on what I was...
August 10, 2022 at 3:47 pm
Thanks again everyone. Thom A: I have tried putting the string into a variable and passing all three parameters as variables with same error.
Because testing this in its native production...
August 8, 2022 at 3:19 pm
oh i forgot to mention that of course the sql generated does not run in SSMS but if i just run
EXEC dbo.Integration_RetrieveMessageToProcess 525, 1, 'Billed'
in SSMS it runs
August 5, 2022 at 3:32 pm
Thank you for your responses. Here is the error using single quotes. The sql generated using single quotes from Profiler is above.
August 5, 2022 at 3:28 pm
I had no idea how badly working over the VPN was degrading VS and SSIS. Now that I working on local files and syncing them with DevOps GIT source control...
July 29, 2020 at 7:14 pm
Thanks Thom and everyone. I am going to try the local files with remote GIT source control.
July 29, 2020 at 1:34 pm
Thanks everyone for your replies. I really appreciate them.
The files are actually gone from disk, not just the project. Really frustrating.
I am working over a VPN (aren't we all?) to...
July 29, 2020 at 12:05 pm
Thanks everyone for your help! I am going to investigate your suggestions today and reply with what i find.
June 10, 2020 at 1:21 pm
Thanks for your responses! Although i have built many data warehouses this is my first international situation. I will need answers to these questions from the client before i can...
January 3, 2020 at 6:45 pm
Oh boy am i dumb. If it helps anyone else ... when you enter colors with the RGB picker you must also set the transparency. Otherwise the transparency is 0,...
April 12, 2018 at 12:53 pm
Using Drew's query and pivot gets me what i want. Thanks again.
WITH Cal AS
(
SELECT n, DATEADD(MONTH, DATEDIFF(MONTH, -1, GETDATE()) - n, -1) eom
January 25, 2018 at 7:27 am
Thanks Drew and Chris! I did handle the column headers in the presentation so they are the actual dates. I was unfamiliar with "Tally". Very cool!
January 25, 2018 at 7:18 am
I was able to accomplish this mostly. I could not do it with the actual end of month dates but with the number of months ago.
January 24, 2018 at 12:05 pm
Wanted to give an update on the final resolution of this. John's suggestion of a connection string expression worked well but as i was poking around for another reason, i...
February 15, 2017 at 1:14 pm
Viewing 15 posts - 1 through 15 (of 26 total)