A
Adam K.
Hello,
I want write application, that execute stored procedure (MSSQL 2005).
This procedure looks for example look like this:
CREATE PROCEDURE dbo.Test AS
BEGIN
PRINT 'Hello World!!';
END
I know that i can use ie SqlCommand but how can i read messages printed by
T-SQL command PRINT??
Can anyone help me?
Best regards
Adam
I want write application, that execute stored procedure (MSSQL 2005).
This procedure looks for example look like this:
CREATE PROCEDURE dbo.Test AS
BEGIN
PRINT 'Hello World!!';
END
I know that i can use ie SqlCommand but how can i read messages printed by
T-SQL command PRINT??
Can anyone help me?
Best regards
Adam