Click here to Skip to main content
16,016,500 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have to send batch data to server by checking data so i wants to know
Which is proper way to send Conditional batch data in sql server
1. Comma separated values
2. UDT
3. One by one
Using 1 is i looks easy but is it professional
Using UDT I dont know much about it
Using one by one isnot secure as if any data fails then transaction how to achieve
So please tell me which is proper way ?
Posted

1 solution

Use as the examples of this article

sql-server-helper.com
 
Share this answer
 
v2

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