Hi
From this simple sp I want to get the result of OutPutInt1 into a variable and the print statements in a text file.
CREATE PROC SP_TEST
AS
PRINT 'this is my output'
PRINT 'this is should be in the text file'
SELECT OutPutInt1 = 999
I'm trying things like:
$CommandQuery = "'EXEC...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.