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
How to set a database state to offline in ms sql server?
Find columns used in stored procedure?
Mention the differences between local and global temporary tables.
What are the new scripting capabilities of ssms? : sql server management studio
What is 1nf 2nf and 3nf?
How efficient you are in oracle and SQL server?
What programming language would you use to create embedded functions in ssrs?
Explain four layers of abstraction microsoft architectured?
what purpose does the model database serve? : Sql server database administration
How to generate create procedure script on an existing stored procedure?
What happens if you insert a duplicate key for the primary key column in ms sql server?
How to list all triggers in the database with sys.triggers in ms sql server?
you accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover? : Sql server administration
List the different normalization forms?
How to loop through the result set with @@fetch_status?