|
|
|
Re: Difference between Function and procedure [message #223283 is a reply to message #223282] |
Thu, 08 March 2007 05:12 |
JRowbottom
Messages: 5933 Registered: June 2006 Location: Sunny North Yorkshire, ho...
|
Senior Member |
|
|
Can you really....
Go on then - post a working test case showing that you can execute DDL code in a procedure without using dynamic SQL.
(Hint: the previous post was totally wrong. The only difference between Functions and Procedures is that functions have a RETURN value, and can (sometimes) be used in SQL.
You can't execute DDL in procedures without using dynamic SQL, and you can use dynamic SQL in functions too).
|
|
|
|
|