Answer Posted / hokar
stored procedure is a set of sql statements that are stored
in the database on a server rather than storing it in the
database.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the difference between count () and rowcount ()?
What is ms sql server reporting services?
How to apply filtering criteria at group level with the having clause in ms sql server?
How to create new table with "create table" statements?
How to convert binary strings into integers in ms sql server?
What is temporary stored procedure?
What is acid properties?
What is reference section?
How can you transfer data from a text file to a database table? Or how can you export data from a table to a comma delimited (csv) file? Or how can you import data from ms access to a table in a database? Or how can you export data from a table to an excel file?
Explain few examples of RDBMS?
What is proper subset of candidate key?
What is the report builder?
How do you test your database? : sql server database administration
In case you have filters in your report, when filters will be applied in cached report instance?
How to update values in a table with update statements in ms sql server?