adspace
Answer Posted / parifs
Functions - the tasks or actions that software is intended
to perform
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain system functions or built-in functions? What are different types of system functions?
What are wait types?
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
What are the source of constraints?
Is it possible to have clustered index on separate drive from original table location?
What are the different types of subquery?
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
What are the properties of the transaction?
What are the different SQL Server Versions you have worked on?
Where can you add custom error messages to sql server?
What is in place upgrade in sql server?
Can one drop a column from a table?
Disadvantages of the indexes?
What is normalization and what are the advantages of it?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?