adspace


What is the library index called?

Answer Posted / Hina Madan

There is no such concept as 'library index' in SQL Server. Indexes are database objects created on tables or views.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of subquery?

1235


What is normalization and what are the advantages of it?

1057


Why and when do stored procedure recompile?

1064


Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

1024


How can we solve concurrency problems?

1123


do you know how to configure db2 side of the application? : Sql server database administration

1125


How to provide default values to function parameters?

1261


What are the pros and cons of putting a scalar function in a queries select list or in the where clause?

1300


What kind of problems occurs if we do not implement proper locking strategy?

1500


How to remove duplicate rows from table except one?

1090


What are different types of constraints?

1003


Can we do dml on views?

1039


Can we make the the chages By Using the Sql if u know any function or process please inform me Actuall result: BRK1 Break 1 Part 1 00:01:00:00 60 BRK1 Break 1 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 BRK2 Break 2 Part 2 00:01:00:00 60 BRK2 Break 2 Part 3 00:01:00:00 60 BRK3 Break 3 Part 1 00:01:00:00 60 BRK3 Break 3 Part 2 00:01:00:00 60 Desired O/P: BRK1 Break 1 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 Part 3 00:01:00:00 60

2296


How to connect php with different port numbers?

1191


Does view occupy space?

1022