Getting ready for interview

Interview is a three stage process. Before => Interview => After Before Interview - Most important, ready your Resume/CV. Be confident about what you has mentioned in your CV and don't speak any think which contradict with CV. Dress according to your job profile and company's work culture. Do your homework and read about company's history, …

Continue reading Getting ready for interview

Sql Server – Finding Duplicate Indexes

If you are reading this article, I assume that you have basic knowledge of Index, its types and usage. Over the years of development and chasing high performance we build and update many indexes. Due to shear number or complexity for forget to keep track of number, quantity and utilization of the indexes. For index …

Continue reading Sql Server – Finding Duplicate Indexes

Interview Questions for Companies

In this article I will be posting interview questions by companies. Whenever I am facing any interview or someone shares the question , I will be adding here. Sutherland Hyderabad  Telephonic Round What is cursor in SQL Server? Tell me the Difference between Replace and Coalesce functions with examples? What is objects in SQL server? What is …

Continue reading Interview Questions for Companies

Sql Server – Detecting and Monitoring Memory Pressure

Introduction - Detecting and Monitoring Memory Pressure I will be writing this article in four parts because this topic is huge and amount of information can be overwhelming for readers and for me also. So we will be exploring it step by step.  DBCC MemoryStatus  Using DMV  Alert and perfmon counters As a DBA or …

Continue reading Sql Server – Detecting and Monitoring Memory Pressure