Tagged Questions
1
vote
1answer
98 views
import csv data stored in a blob column
Here's what i need to do:
Users will upload CSV files into SQL Server 2012 blob column
Each night, i would like to take each file and import the data into table
I will have 2 web sites using the ...
0
votes
2answers
546 views
Doing a comparison on two csv files with no Primary Key
I'm wondering if in SSIS there is a way to compare two csv files(with the same structure) with no reference key to make a record unique.
To give you a better picture from what I mean; In initial load ...
1
vote
0answers
33 views
Import CSV file into SQLServer [duplicate]
Possible Duplicate:
Convert varchar column to datetime
Hi I am using the SQL server Import wizard to import a CSV file into what will be a new table in my database.
An example of the CSV ...