Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2003-02-21 : 06:36:36
|
| vNEU writes "I have to do pagination for my application.I have a storedprocedure to make pagination..but I have to write the same code in all stored procedures where the pagination required.Is there any way i can use the same storeprocedure for all other storedprocedure?" |
|
|
harshal_in
Aged Yak Warrior
633 Posts |
Posted - 2003-02-21 : 09:08:23
|
quote: vNEU writes "I have to do pagination for my application.I have a storedprocedure to make pagination..but I have to write the same code in all stored procedures where the pagination required.Is there any way i can use the same storeprocedure for all other storedprocedure?"
you can always call a stored procedure from other stopred procedure by sp_executeRegards,Harshal.Expect the UnExpected |
 |
|
|
|
|
|