if you have more data to check in sql server
like Data1,Data2,Data3…….DataN
the query must be like this
select * from [tablename] where [columnname] in(‘Data1′,’Data2′,’Data3′,…….’DataN’);
then write all the data in a single file each value in one row and save it.like
Data1
Data2
Data3
….
….
….
DataN
save this as one file name.
Then run this program and browse File and click ‘Display’ Button.
