Posted on: 9/19/2014 8:20:06 AM | Views : 428

want to compare two table with few columns of it.. tableA       tableB userno   =  u_no userdate = u_date col1       =   cola amount  <= amt  save all this matching details say in a dataset,datatable, then those matching details from datatable or dataset to insert(populate) in tableC i am using ASP.net(Charp) and SQL 2005  please help me to solve this problem 

Go to the complete details ...