can we call functions from stored procedure in SQL Server
2005 ? How?
Answers were Sorted based on User's Feedback
Answer / monal
Yes you can call function from stored procedure, so far i
haven't had a chance to use it, but still would like to give
it a shot:
As per my guess you can call function in SP using select
statement as you would execute function usually.
Is This Answer Correct ? | 26 Yes | 5 No |
Answer / suraj
Yes, we can.
Eg:
create proc Test
as
select getdate()
GO
-- EXEC Test
-- in the above query getdate() is a system function.
Is This Answer Correct ? | 16 Yes | 5 No |
Can we rewrite subqueries into simple select statements or with joins? Example?
What is difference between TRUNCATE and DELETE statement
What is the partitioning method?
Can some one please help with a query which will take only max value of a column in a join.
How to write character string constants or literals in ms sql server?
What is abstracting periodical?
What is the difference between local table and global table
1 Answers CarrizalSoft Technologies, Polaris,
What is the difference between a primary key and a unique key? Are they the same?
What does <> symbol mean?
hi, how to link a text file and a .rpt file in my tables of sql server and to retrieve those records for further use. reply me as soon as possible.
What are the difference between data mart and data warehouse? : sql server analysis services, ssas
How we can compare two database data?