April 29, 2016 at 12:59 am
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
April 29, 2016 at 2:41 am
Most SSIS packages will not run on SQL Express. You'll need a higher version.
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
April 29, 2016 at 12:23 pm
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