adspace
What is a user-defined function in the sql server and what is its advantage?
Answer Posted / Kumar Saurabh Saxena
"A User-Defined Function (UDF) in SQL Server is a custom function created by users to perform specific tasks or calculations. The advantage of using UDFs is that they can help reduce code duplication, increase readability, and improve performance by encapsulating complex logic into reusable pieces of code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we make the the chages By Using the Sql if u know any function or process please inform me Actuall result: BRK1 Break 1 Part 1 00:01:00:00 60 BRK1 Break 1 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 BRK2 Break 2 Part 2 00:01:00:00 60 BRK2 Break 2 Part 3 00:01:00:00 60 BRK3 Break 3 Part 1 00:01:00:00 60 BRK3 Break 3 Part 2 00:01:00:00 60 Desired O/P: BRK1 Break 1 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 Part 3 00:01:00:00 60
What is sql or structured query language?
Equi join and non equi join is possible with sql server?
Where can you add custom error messages to sql server?
What is an indexed view?
What are different types of constraints?
what is spatial nonclustered index
do you know how to configure db2 side of the application? : Sql server database administration
What is sql server query analyzer?
What are the different subsets of sql?
What are the properties of the transaction?
How to provide default values to function parameters?
What is self contained sub query?
What is temporary table in sql server? Why we use temp table?
Why should you use or avoid select * statements?