what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
You have several tables, and they are joined together for querying. The tables contain both clustered indexes and non clustered indexes to optimize performance, how should you distribute the tables and their indexes onto different file groups?
What is onf in normalization form?
How do you manipulate data?
How to get the query of a table in sql server?
What is a covering index?
Why use cursor in sql server?
What is a schema in ms sql server 2005?
what is Archive old data?
What is standby servers? Explain types of standby servers.
Hello all, I have data like :- year amt 2004 10 2005 20 2006 30 Now i want output as:- 2004 2005 2006 10 30 60 but i have to use here group by on year.So, i need a single query within that i can find.
How many levels of sp nesting is possible?
How you can minimize the deadlock situation?