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 |
|
marco82
Starting Member
1 Post |
Posted - 2000-12-26 : 15:25:18
|
| i'm italian, sorry for my english;i can't find the solution for my problem in all my books:i want that in a stored procedure i do two thinkan insert and a selectThis is my procedureAlter Procedure Proc1Asinsert tab1 (colum1) values ('a')select 'c' as cMy problem is that this procedure execute only the insert and NOT EXECUTE THE SELECTWhich is the problem??Thanks you very much |
|
|
|
|
|