SQLFilter: Simple Data Import Question
April 17, 2007 9:53 AM
Subscribe
How do I merge an external text file into a SQL table (MS SQL Server)?
Let's say I have a table (in MS SQL Server 2000 (or in general, I suppose)) with columns ID, FirstName and LastName, all filled up. I got this sweet new .csv file with ID and MiddleInitial. I want to get the MiddleInitial data in my table, so I add the MiddleInitial column to my table.
(Say I have 20,000 users in this database.)
What's the easiest way to import my data? I've poked around with the wizards, to no avail. It seems like something I shouldn't need to write code to do, so that's sort of what I'm looking for...
posted by joshjs to computers & internet (6 comments total)
posted by joshjs at 9:56 AM on April 17, 2007