Click here to Skip to main content
15,898,588 members
Home / Discussions / Database
   

Database

 
GeneralQuestion about SELECT Pin
_J_26-Mar-05 5:57
_J_26-Mar-05 5:57 
GeneralRe: Question about SELECT Pin
turbochimp26-Mar-05 11:35
turbochimp26-Mar-05 11:35 
GeneralRe: Question about SELECT Pin
Colin Angus Mackay29-Mar-05 1:03
Colin Angus Mackay29-Mar-05 1:03 
GeneralRe: Question about SELECT Pin
_J_29-Mar-05 1:41
_J_29-Mar-05 1:41 
GeneralRe: Question about SELECT Pin
Colin Angus Mackay29-Mar-05 1:48
Colin Angus Mackay29-Mar-05 1:48 
GeneralRe: Question about SELECT Pin
_J_29-Mar-05 1:51
_J_29-Mar-05 1:51 
GeneralRe: Question about SELECT Pin
Colin Angus Mackay29-Mar-05 1:56
Colin Angus Mackay29-Mar-05 1:56 
GeneralRe: Question about SELECT Pin
_J_29-Mar-05 2:02
_J_29-Mar-05 2:02 
thanks i got it,

I have another question to u: i have stored procedure that perform select ... from ....
also this procedure return value (e.g. return 0)

if i call to the sp by EXECUTE i got the result of my sp(result of query.)

if i do:
DECLARE @res int

EXEC @res = My Stored proc
PRINT @res

i got only what the sp return.

how to get the return value and the query result(set result) both?

------------------------------------
To study, study and only to study


GeneralSaving file in SQL Server Pin
dabuskol25-Mar-05 19:48
dabuskol25-Mar-05 19:48 
GeneralRe: Saving file in SQL Server Pin
turbochimp25-Mar-05 20:12
turbochimp25-Mar-05 20:12 
GeneralSELECT TOP Pin
vuthaianh25-Mar-05 12:10
vuthaianh25-Mar-05 12:10 
GeneralRe: SELECT TOP Pin
turbochimp25-Mar-05 17:49
turbochimp25-Mar-05 17:49 
GeneralSimplify a T-SQL Pin
WDI25-Mar-05 7:41
WDI25-Mar-05 7:41 
GeneralRe: Simplify a T-SQL Pin
Michael Potter25-Mar-05 8:24
Michael Potter25-Mar-05 8:24 
GeneralRe: Simplify a T-SQL Pin
WDI25-Mar-05 9:10
WDI25-Mar-05 9:10 
GeneralRe: Simplify a T-SQL Pin
Michael Potter25-Mar-05 11:34
Michael Potter25-Mar-05 11:34 
GeneralRe: Simplify a T-SQL Pin
Tony Lewis25-Mar-05 9:41
Tony Lewis25-Mar-05 9:41 
GeneralRe: Simplify a T-SQL Pin
andyharman28-Mar-05 4:32
professionalandyharman28-Mar-05 4:32 
GeneralDateTime Pin
vuthaianh25-Mar-05 5:24
vuthaianh25-Mar-05 5:24 
GeneralRe: DateTime Pin
Colin Angus Mackay25-Mar-05 6:29
Colin Angus Mackay25-Mar-05 6:29 
QuestionSQL problem ? Pin
Guinness4Strength25-Mar-05 4:28
Guinness4Strength25-Mar-05 4:28 
QuestionMultiple insert in single roundtrip with Sqlcommand, Possible??? Pin
abcxyz8225-Mar-05 4:11
abcxyz8225-Mar-05 4:11 
AnswerRe: Multiple insert in single roundtrip with Sqlcommand, Possible??? Pin
ToddHileHoffer25-Mar-05 4:35
ToddHileHoffer25-Mar-05 4:35 
GeneralRe: Multiple insert in single roundtrip with Sqlcommand, Possible??? Pin
Colin Angus Mackay25-Mar-05 6:32
Colin Angus Mackay25-Mar-05 6:32 
AnswerRe: Multiple insert in single roundtrip with Sqlcommand, Possible??? Pin
_J_25-Mar-05 7:19
_J_25-Mar-05 7:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.