SQL Express 2012 - SSIS package

  • Hello everyone,

    I've Windows 2012 R2 server with SQL Express 2012.

    I would like to setup a package here on this server that will read the

    data from CSV file and insert the same into SWL Express 2012 database.

    Please advise.

    Thanks,

    Ankit

  • Most SSIS packages will not run on SQL Express. You'll need a higher version.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

  • ankithimmatlalshah (4/29/2016)


    Hello everyone,

    I've Windows 2012 R2 server with SQL Express 2012.

    I would like to setup a package here on this server that will read the

    data from CSV file and insert the same into SWL Express 2012 database.

    Please advise.

    Thanks,

    Ankit

    You are limited to what you can do in a maintenance plan, which the extent you can do is issue T-SQL statements. So at most you could use BCP via T-SQL.

    Although if the CSV file is fairly simple just use PowerShell and schedule it via SQL Agent job. Chrissy has awesome script for doing this in PS that will load million records in a few minutes[/url].

    Shawn Melton
    Twitter: @wsmelton
    Blog: wsmelton.github.com
    Github: wsmelton

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply