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 - 2000-11-27 : 17:04:51
|
Chun writes "I'm trying to write a stored procedure that takes 2 parameters which dictates the rows to be returned.. for example, the stored procedure will be called.. SP_Employee 40, 50 ... the sql
statement is select * from employee where isActive = 1
I want just index 40-50 of this recordset only, is it possible? thanks..." |
|
|
|
|
|