September 24, 2014 at 6:38 am
What will be output for this query:
CREATE PROC MyProc_p
(@param VARCHAR(30))
AS
SELECT @param AS Passed_param
GO
EXEC MyProc_p test_string
GO
EXEC MyProc_p 'test_string'
GO
EXEC MyProc_p test string
GO
EXEC MyProc_p 'test string'
GO
EXEC MyProc_p [test string]
GO
September 24, 2014 at 8:48 am
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy