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 - 2004-06-10 : 08:21:08
|
| Thufail Ahmed writes "How to retrieve multiple data from a table using stored procedure.........." |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2004-06-10 : 13:12:19
|
| CREATE PROC SomeProcASSELECT Column1, Column2FROM Table1SELECT ColumnA, ColumnBFROM Table2RETURN 0GOTara |
 |
|
|
X002548
Not Just a Number
15586 Posts |
Posted - 2004-06-10 : 16:03:30
|
| Now not being an app dev anymore...(thank the lord)That's not a good idea, or seems to be the general concensusJust make 2 sprocs....Brett8-) |
 |
|
|
|
|
|