Answer Posted / casmir
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
Explain what is sql server english query?
What number sorts of privileges are accessible in sql?
How to create a user name in a database?
What causes index fragmentation?
What is the difference between writing data to mirrored drives versus raid5 drives
How do you check sql server is up and running?
How to turn off warning messages during php execution?
as a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this? : Sql server administration
Difference between aggregate functions of sql?
What is the preferred way to create a clustered and non-clustered index? Which index should you create first the clustered or non-clustered?
What is the purpose of forms?
What are character string data types in ms sql server?
Give some Scenario for Non Clusterd index? Can we write system defined functions in side The Function? Wat is the Unique Datatype?
How to convert numeric expression data types by assignment operations?
Is mysql the same as sql server?