Writing a Stored procedure to insert the values into a table
Answer / sunil pandey
create procedure pr_ad
as
begin
insert into table_nm values(cl_nm,......)
end
| Is This Answer Correct ? | 1 Yes | 0 No |
Describe the use of following com+ services jit activation, queued components, object pooling.?
What is a .net class?
Explain soap and xml?
What is the difference between asp.net & vb.net and explain architecture?
What data providers available in .net to connect to database?
Explain me what are the deferred execution and the immediate execution in linq?
Why do we use the “using” statement?
Explain what is the difference between a class and an object, and how do these terms relate to each other?
How can I tell if .net 3.5 is installed?
What are the different types of memory in .net?
What is the difference between the C#.NET and VB.NET?
Explain can 2 different applications use the same dll in gac at the same time?