adspace
how many types of store procedre in sqlserver 2000?
Answer Posted / dinesh sharma
Their Are Two Type Of SP
1)System SP
2)dbo (DataBase Owner) mean User Defined SP
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is acid mean in sql server?
What is clustered index
explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
How to connect php with different port numbers?
How do I find query history in sql server?
List the ways in which dynamic sql can be executed?
Explain “row_number()” in sql server with an example?
How to convert numeric expression data types using the cast() function?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
What are the properties of the transaction?
What are the source of constraints?
What is normalization and what are the advantages of it?
What is self contained sub query?
Is it possible to have clustered index on separate drive from original table location?
What is sql or structured query language?