How will u test the stroded procedures and functions?
difference between SP and Triggers
Answers were Sorted based on User's Feedback
Answer / anand vanam
What is the difference between Functions and Stored
Procedures?
Answer:
1. Stored procedure supports deferred name resolution: but
Function won’t support deferred name resolution.
2. Stored procedures return always an integer value by
default zero. Where as function Scalar (single value or
table or row set)
3. Stored procedures are precompiled execution plan but
functions are not.
4. The result of the user defined function can be used with
in a sql server statement. Where as the result of stored
procedures can’t be used in sql server statements.
5. Stored procedure allows all functionality provided by a
function but the reverse is not true.
6. Functions in sql server can be one of two different types
1.scalar, 2. Table
Stored procedures are 2 types. 1. Regular sp, 2. Temporary
sp
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / surya
we can write store procedure without table also..but not
triggres..
| Is This Answer Correct ? | 1 Yes | 0 No |
Consider the table T1 it consits A,2,3,4 consider another table t2 it contain 1,2a,3a,4a now i need o get the upadted answer
how would you improve etl (extract, transform, load) throughput?
Are semicolons required at the end of sql statements in sql server 2005?
tell me what are the steps you will take to improve performance of a poor performing query? : Sql server database administration
Explain DBCC?
What is filter index?
can you any body tell me why are go for the rebuild the master database.what is the reason?
How to get a list of table columns using the "sp_columns" stored procedure in ms sql server?
What is the parse query button used for?
what are the problems in logshipping?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
What are the different Authentication modes in SQL Server and how can you change authentication mode?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)