Viewing 15 posts - 61 through 75 (of 2,646 total)
that wording from the ACE page is just that - words. there are no restrictions within the software as I use it on our servers.
but have a look at https://stackoverflow.com/questions/23523953/empty-excel-file-permissions-issue-ssis-excel-destination-buffers-large-record...
January 15, 2025 at 8:54 am
when a user with sysadmin executes the package from the catalog SQL Server will use its own account instead to execute - this will likely bypass some of the security...
January 15, 2025 at 12:19 am
if you have the data available within c# then you are doing something wrong.
even if only c# was available, and you have to do that conversion within C# (which you...
January 11, 2025 at 11:05 pm
based on all your threads about powerbi and ssis why don't you go read https://www.mssqltips.com/sqlservertip/6333/sql-server-integration-services-power-query-source/ - if it works for some it needs to work for you - you just...
January 9, 2025 at 11:15 pm
you likely need to grant read/write permissions on the SQL Agent and SQL Instance accounts temp folder to the accounts executing the packages. ACE driver reads/writes files there while processing...
January 9, 2025 at 1:15 pm
is that proc using a linked server by anychance? that would be a possible reason for that issue (associated with incorrect/invalid credentials for the sql job account)
January 8, 2025 at 11:23 pm
many times there is no missing index even if you think it should have - the engine determines that and may decide a existing index is good enough to be...
January 8, 2025 at 12:12 am
AI bots not around - but there are a few posters that think that getting what ChatGPT gives them as an answer to a question is a good thing. its...
January 7, 2025 at 3:09 pm
openquery would not allow update of the remote table (which is what the query is doing).
linked servers should really only be used to RETRIEVE data - not to send inserts/updates...
January 7, 2025 at 1:55 pm
Brandie, while your email may seem legit, many times those posts have a url that is not visible on your email - that would be a possible reason to report...
January 7, 2025 at 1:48 pm
that is absolutely the wrong way to do it.
as you working with vs2022 I would advise you to test the following
in vs build the solution (you said target was 2019),...
December 19, 2024 at 6:58 pm
when you say job setup to run the package from filesystem - are you using the SQL Agent Integration Step to execute it, or using a command line step with...
December 19, 2024 at 9:35 am
and
it may guide you in the right direction
December 18, 2024 at 4:01 pm
BOM not worth it - files just should be consistent. throughout.
likely some files are manually created, and others through some utility - this is normally the case when I get...
December 17, 2024 at 3:10 pm
think you failed to understand what I intended.
when you create a flat file connection manager you should define it's encoding before opening the file so headers get populated correctly. doing...
December 17, 2024 at 12:55 am
Viewing 15 posts - 61 through 75 (of 2,646 total)