Writing a Stored procedure to insert the values into a table
Answer Posted / sunil pandey
create procedure pr_ad
as
begin
insert into table_nm values(cl_nm,......)
end
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Do I have any control over the garbage collection algorithm?
What's typical about a windows process in regards to memory allocation in .net?
How do I spawn a thread?
i had attended to infosys interview on 17th april 2010...on .net..3+ experience for Technology Analyst .. to my knowledge i did well in technical and hr whether i loose the interview or still processing is taking place..am confused please. what accuatly would be happend?
What is .net3.5?
What is the root class in .net?
What do you mean by Code Access Security in .NET?
What is loosely coupled solution in.net?
Explain the use of activex control in .net?
Explain the procedure to add assemly to gac to make it shared one?
Describe the use of following com+ services jit activation, queued components, object pooling.?
Is there built-in support for logging?
What does .net stand for?
What's wrong with a line like this? Datetime.parse(mystring);
What is WSDL? Explain its architecture?