Answer Posted / hameed
yes, Index is a database object in SQL Server.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is a full text index?
What are the advantages of using third-party tools?
How many types of cursor type are there?
How to drop an existing schema in ms sql server?
What is a deadlock and what is a live lock?
What is store procedure? When do you use?
How can you ensure that the database and sql server based application perform well?
Can we write ddl in trigger?
What is meant by indexing?
How to integrate the ssrs reports in application?
what method you can use to reduce the overhead of Reporting Services data sources?
Why use view instead of a table?
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
What is field in algebra?
Why should one not prefix user stored procedures with ‘sp_’?