Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2003-03-11 : 07:22:56
|
| Rajesh writes "I am new to sqlserver , basic question can i have out argument in function if yes any sample code will help me.ThanksRajesh" |
|
|
Page47
Master Smack Fu Yak Hacker
2878 Posts |
Posted - 2003-03-11 : 07:52:46
|
| what do you mean by "out argument"?Jay White{0} |
 |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2003-03-11 : 08:43:23
|
| You mean create a function with an optional parameter?see = default in the create statement.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|
|