Click here to Skip to main content
15,886,664 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a stored procedure named Sp_ActiveLIST where it will take the values from a sql table and it has only one parameter @list.

I want to compare this with a text file which will contain the values like 104,105,106 like this and the input parameter is @list which is taking data from table.

I need to separate the values which are not in the text file but those are having in the table using console application and I want to overwrite the text file by those values. how to do this ?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900