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 |
|
tvin
Starting Member
2 Posts |
Posted - 2007-11-22 : 14:43:26
|
| Hi Everyone,i want to create a function in Stored procedure and then call this function that returns true or false from a stored procedure .is this possible?please help me if you know something that can help me.thanks Tvin |
|
|
snSQL
Master Smack Fu Yak Hacker
1837 Posts |
Posted - 2007-11-22 : 15:04:39
|
| You don't create functions in stored procedures, just create the function (with the CREATE FUNCTION statement) then call it from within any stored procedure or query. |
 |
|
|
tvin
Starting Member
2 Posts |
Posted - 2007-11-22 : 15:09:49
|
Thanks |
 |
|
|
|
|
|