Viewing 2 posts - 1 through 2 (of 2 total)
I would agree, ctl + R is the correct answer.
May 30, 2014 at 7:12 am
#1717757
Thanks Grasshopper,
The READONLY implies the parameter is optional and in the BOL it isn't stated directly. So now I have the following:
create procedure MyProc (
@myTable myTableType READONLY)
AS
...
Now I have an...
February 25, 2010 at 8:29 am
#1125031