Select Categories Below
Advertisement
Start Your Own Q&A Site
Create your own Q&A site easily, allowing you to quickly grow a new community around any subject matter or generate new organic traffic for your existing website.
Status: Open Points: 75 Time: 08:08 - Mar 17, 2009
raj1syed
HOW WE CALL STORED PROCEDURE IN ANOTHER PROCEDURE AND TAKE A DATA FROM ONE STORED PROCEDURE AND THEN GAVE RESULT ON OTHER PROCEDUTRE BASED UPON FIRST STORED PROCEDURE CONDTION
Categories:
Add Categories
When adding more than one category, separate them with commas.
ddrakonn
Date:: Mar 18, 2009
Time:: 07:01
ALTER PROCEDURE [dbo].[test] @test1 nvarchar(10), @somevalue bit Declare @testid int if (@somevalue = 0) @testid = Exec InsertValue @test1 Alter procedure InsertTest1 @test1 nvarchar(10) Insert Into Test (test) values (@test1) RETURN SCOPE_IDENTITY()
Time:: 07:02
Sorry ALTER PROCEDURE [dbo].[test] @test1 nvarchar(10), @somevalue bit Declare @testid int if (@somevalue = 0) @testid = Exec InsertValue @test1 Alter procedure InsertValue @test1 nvarchar(10) Insert Into Test (test) values (@test1) RETURN SCOPE_IDENTITY()
admin
Date:: Apr 09, 2009
Time:: 07:14
The question looks to be abandoned by the user who asked it. If no action is taken within 2 days, a Quomon Moderator will consider closing the question and distributing the points. The Quomon Team
Time:: 07:23
no i did not get appropriate answer consider two procedure one return like empid, name and i want to supply empid in second procedure and second procedure gives the result of first parameter which coming from first procedure. note: first procedure returns many rows in result we want result(of all records which passes from one procedure) from second procedure.
Answer this Question
New User
Email:
Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address
Registered User
Username:
Password:
Forgot Your Password?
Enter your email address below and we will resend your login information to you.
Login Information Sent
Questions
T-SQL: calling a stored procedure from within a stored procedure?
How do i pass a table variable or temp table as a input paramenter to a store...
to select only last 7 days records in sql server 2005
You have 100 characters to use
Rank
Expert
Points
1.
10279
2.
6493
3.
5596
4.
4848
5.
3487
6.
2840
7.
2770
8.
2303
9.
1820
10.
917
Register today to share your knowledge with the community and be recognized and rewarded for your contributions.
Register Here
"Psst, Quomon is a great site. Pass it on." Tell a Friend | Link To Us | Save to Delicious | Digg it
Language Options
English:
Español:
Sponsors
Questions and Answers Software