adspace
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
What are the different types of subquery?
What is normalization and what are the advantages of it?
Why and when do stored procedure recompile?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
How can we solve concurrency problems?
do you know how to configure db2 side of the application? : Sql server database administration
How to provide default values to function parameters?
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
What kind of problems occurs if we do not implement proper locking strategy?
How to remove duplicate rows from table except one?
What are different types of constraints?
Can we do dml on views?
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
How to connect php with different port numbers?
Does view occupy space?