Viewing 15 posts - 1 through 15 (of 13,867 total)
thx phil, how did you learn anything then without breakpoints working? msgboxes?
Good question. I stopped worrying about it after finding out the issue was due to a DNS 'reconfiguration'...
February 21, 2026 at 9:38 pm
Yes there is. But perhaps the desire is to remove direct database connections.
February 20, 2026 at 4:50 pm
Versions of VS before 2022 were 32-bit, but 2022 onwards is 64-bit.
February 20, 2026 at 4:48 pm
Not true. I debugged a Script Task in VS2022 the other day. Breakpoints in a Script Component were ignored, however.
February 20, 2026 at 4:39 pm
Can...
February 17, 2026 at 1:03 pm
February 17, 2026 at 12:23 pm
I received the following information about this issue from the author of SSMS Tools (Mladen):
It is an issue with extensions because they internally upgraded the assemblies.
They moved to newer sqlclient...
February 12, 2026 at 3:55 pm
I just update from 22.0.0 to 22.3.0 and no issues.
Lucky you! Out of interest, do you have any SSMS extensions installed (SQL Prompt, SQL Search and the like)? I...
February 11, 2026 at 1:39 pm
So you solved it? OK.
If it were me, I would be searching across my .DTSX for the text 'FileA' – it must be coming from somewhere!
February 10, 2026 at 4:54 pm
As you are using a FOREACH container to iterate across a folder, why are you also defining file names? Why not simply let the container pick up *.xlsx within the...
February 8, 2026 at 4:59 pm
Try putting 'GO' after each statement.
ALTER ...
GO
DELETE...
GO
February 6, 2026 at 8:40 am
In my experience, ERDs are common during the initial database design phase, but rarely maintained as changes are made.
February 4, 2026 at 4:25 pm
When you run the script task, you should be able to step through the code, line by line (you only need one breakpoint at the start to make this process...
January 19, 2026 at 1:43 pm
Run the script in debug mode to determine the line which causes the error and to dig deeper into the details of the error.
January 19, 2026 at 11:28 am
So ... you're using PGP and the executable is called GPG ... weird, but OK!
If that is just the encryption process, what is doing the SFTP part which is when...
January 16, 2026 at 7:08 pm
Viewing 15 posts - 1 through 15 (of 13,867 total)