Viewing 15 posts - 31 through 45 (of 2,701 total)
scroll down to "Use custom cleanup script approach"
February 6, 2026 at 9:10 am
price should not be the reason - there are some free tools to use. and others (like EA from sparkx) isn't that expensive.
February 5, 2026 at 6:58 pm
hum... I would query the client and see how they are loading the file (to whatever system) and what are the chars they consider NON UTF-8.
or is it that they...
February 2, 2026 at 2:55 pm
go read the manuals. your comment shows a lack of understanding of what the openrowset command is so you need to study it
January 30, 2026 at 10:51 pm
you can backup the db to a UNC share - so if she has permissions to do backups, permissions to share a drive with the SQL Server account then she...
January 30, 2026 at 9:23 pm
I would say it isn't setup correctly on the NAS.
as you are using a SP - check that the SQL Server account also has required permissions, not just the SQL...
January 26, 2026 at 4:36 pm
also make sure the encrypted file is being sent in BINARY mode.
January 16, 2026 at 10:52 pm
you can do it easily. and without substrings or the likes.
note that the pattern you have a "in" does not contain the % sign at the end of the pattern....
January 8, 2026 at 12:51 am
let it run - but don't do 100mb chunks. do 50 GB or 100 GB each time.
but it will take a long time to run for sure.
January 2, 2026 at 10:16 pm
the server where it works is it a Named instance or default instance?
and my advise, for multiple reasons, is never to use the powershell from SQL Server and instead use...
December 30, 2025 at 12:07 pm
December 29, 2025 at 5:46 pm
use a powershell script instead - you can get all db names, and then do backup https://learn.microsoft.com/en-us/powershell/module/sqlserver/backup-asdatabase?view=sqlserver-ps
one other possible option is to have a job that updates the xmla of...
December 29, 2025 at 11:07 am
hum... using that with SSIS would be a big no no for me - why use a cloud thing for local processing (SSIS is local to server) - if you...
December 12, 2025 at 6:19 pm
have a look at this thread - I've posted good info about using the free winscp to do what you need.. from within ssis.
https://www.sqlservercentral.com/forums/topic/ssis-sftp-using-winscp
December 12, 2025 at 4:03 pm
error is clear - client does not support connection encryption.
change the connection strings to ensure that encryption is optional and trust server certificate. or follow required steps to fully enable...
December 10, 2025 at 12:43 am
Viewing 15 posts - 31 through 45 (of 2,701 total)