I need to compare the values of one excel column with the column in the sql database table.
How will i do this?
I need to compare the values of one excel column with the column in
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
One way would be to import the Excel values into a temporary SQL Server table (e.g. using the
Import Datawizard in SQL Server) and then use one of the several good SQL data compare tools like Red-Gate SQL Data Compare or ApexSQL SQL Data Diff to compare the two tables in SQL Server.