SSIS - create table caueses error in SSIS

nononame2021 261 Reputation points
2022-06-17T04:09:47.513+00:00

i would like to create table but it causes error about the connection, anyone know how to fix?

212257-image.png

212341-image.png

my connection setup as below
212237-image.png

SQL Server Integration Services
0 comments No comments
{count} votes

Answer accepted by question author
  1. ZoeHui-MSFT 41,536 Reputation points
    2022-06-17T05:23:10.93+00:00

    Hi @nononame2021 ,

    I tested locally that there is no issue with code below.

    212316-image.png

    CREATE TABLE `SSIS` (  
        `id` INT,  
        `name` NVARCHAR(50)  
    )  
    

    Make sure you have permission to read and write the excel file, also check if the file is read-only.

    Regards,

    Zoe


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.