Viewing 15 posts - 1 through 15 (of 13,855 total)
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
How will the data be used, other than for INSERTs?
January 16, 2026 at 2:53 pm
What does gpg.exe do?
January 16, 2026 at 9:14 am
Perhaps the word 'DevOps' has confused things here? I'm assuming you're talking about 'Azure DevOps' specifically, and not DevOps is general?
Azure DevOps can be used for several things, including task...
January 9, 2026 at 8:22 am
Thank you for the response, Steve.
I have tracked down the problem – for testing purposes, a database restore had been performed, from a database with CT enabled. Nothing was consuming...
December 19, 2025 at 9:49 am
Hi Steve, sorry for the slow reply.
One of the database sources is SQL Server 2022, CU22, with DB at compatibility level 100.
Another is an Azure SQL database which is running...
December 15, 2025 at 5:20 pm
Sure there is. In your Excel source, define a suitable sheet name and range, eg
Sheet1$A1:H21
December 10, 2025 at 7:13 pm
I wish you'd asked me at the time, as my medium-term memory only works for a few hours these days!
What I think happened was I tried to create a detailed...
December 9, 2025 at 3:55 pm
Is that this Dev Express?
https://docs.devexpress.com/WindowsForms/2141/common-features/formatting-values/format-specifiers
It seems to have a comprehensive formatting capability.
December 9, 2025 at 7:15 am
As I am running exactly the same version of SQL Server as you, I can only conclude that your query settings must somehow be affecting the result. Not sure I...
November 25, 2025 at 1:42 pm
This is the code I ran. Can you confirm that it produces inconsistent results on your system?
SELECT @@VERSION
SELECT '1.' Id
UNION ALL
SELECT '1-' Id
ORDER BY Id
SELECT...
November 25, 2025 at 12:45 pm
Interestingly, using only VARCHAR produces consistent results. Not sure why Unicode characters are working differently.
November 25, 2025 at 11:01 am
My e-mail notifications (except for the newsletter) stopped working at the end of June. But it seems the problem is resolved now.
November 6, 2025 at 11:38 am
Viewing 15 posts - 1 through 15 (of 13,855 total)