Link to home
Create AccountLog in
Avatar of eanda10
eanda10

asked on

merge data with your sql server express database

I have a  csv file that i need to merge with my sql server express database using the data sources by the unique key field is there any easy utilities to help with this process

thanks
Avatar of edtechdba
edtechdba
Flag of United States of America image

Are you saying .. that you need to import your CSV file into a SQL server express database table? If it's a one-time import, then you should be able to right-click on your database, click on tasks and then import, then follow the import wizard to import into an existing table or create a database table and dump the data.

If this is going to be a re-curring import process, SQL Server Integration Services (SSIS) provides this type of functionality .. although I'm not sure SSIS is available with the SQL Server Express install.

If I'm way off track from what you need, let me know. :)
ASKER CERTIFIED SOLUTION
Avatar of Tony303
Tony303
Flag of New Zealand image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer