Is there any way to avoid writing store procedure for 30 columns.
-
Hi I have a table with more than 30 columns and I have to perform Insert Operation. Is there any way simple.????
-
Hi I have a table with more than 30 columns and I have to perform Insert Operation. Is there any way simple.????
No. You'll need to pass in all the parameters. You could of course load an input file, but I still say that specifying each parameter is easier. It's a pain, but the only way to get data into those fields.
There are only 10 types of people in the world, those who understand binary and those who don't.
-
No. You'll need to pass in all the parameters. You could of course load an input file, but I still say that specifying each parameter is easier. It's a pain, but the only way to get data into those fields.
There are only 10 types of people in the world, those who understand binary and those who don't.
Thanks If you find any way let me know.. right now used excel to get rid of typing..