A function defined in a relational database system.
Why can we not execute a stored procedure inside a function when the opposite is possible?
sql-server stored-procedures sql-functionWhat's the difference between table-valued functions and views? Is there something you can do with 1 that's hard or impossible to …
sql-server sql-view sql-functionI want integrate Entity Framework 6 to our system, but have problem. I want to use Code First. I don’t …
c# entity-framework ef-code-first entity-framework-6 sql-functionI have to execute a loop in database. This is only a one time requirement. After executing the function, I …
sql postgresql sql-functionI'm getting the below error for the given function. Msg 2010, Level 16, State 1, Procedure GetTableFromDelimitedValues, Line 2 Cannot perform alter on 'dbo.…
sql sql-server sql-server-2008 sql-function create-functionI am trying to generate an Pivot table with SQL (SQL Server 2008). To get the column list I am using …
sql sql-server-2008-r2 sql-functionI have a table which looks as follows..it has multiple columns for different latencies Date API Latency1_Avg Latency1_…
sql sql-server sql-server-2012 sql-function sqlperformanceI am just trying to create a function that returns a select statement, but it gives the error: A RETURN …
sql tsql sql-server-2005 sql-functionWhy does this return null? //seedDate is set to DateTime.Now; con is initialized and open. Not a problem with …
c# sql sql-server sql-functionHere is what I ideally want. Imagine that I have a table with the row A. I want to do: …
postgresql stored-procedures plpgsql sql-function