Hi everyone.
I'm relatively new to MS SQL but one of my clients has a site based entirely around it so I am having to get to know it a bit better.
While trying to clean out some of the fake emails from the mail list table they all got deleted.
I have CSV backups of the table, is there any way of importing the CSV into the table with out destroying any new entries into the table?
The table consists of 2 fields, one auto incrementing number and the email address.
The database is on a thirdparty host server and I use SQL Management Studio Express 2005 to manage the database.
Any help at all would be greatly appreciated.
Thanks
Jim