|
|
-
Nelson John A Posted 3 Months ago through Syndicated Blogs | 1 Point
While working with SSRS (SQL Server Reporting Service) it is very common to look into the Execution log to understand the usage pattern of the report that are deployed or to troubleshoot the performance issues.SSRS stores the detailed execution plan...
|
-
Nelson John A Posted 3 Months ago through Syndicated Blogs | 1 Point
In the earlier post we tried to understand the difference between a table having clustered index and does not have a clustered index. A table with clustered index is called clustered table.A table with out clustered index is called a heap table.
Heap...
|
-
Nelson John A Posted 8 Months ago through Syndicated Blogs | 1 Point
In any system, logs are very important to troubleshoot the issue. In the case of windows cluster, cluster logs are like a black box which will have all information about the failure of cluster.This is very important information, that we need, to rais...
|
-
Nelson John A Posted 8 Months ago through Syndicated Blogs | 1 Point
While conducting interviews , I have noticed that, many people does not have clear picture about index.Many of them does not have clear picture about the difference between clustered and non clustered index.When people ask about index, it is tough...
|
-
Nelson John A Posted 8 Months ago through Syndicated Blogs | 1 Point
In my earlier post, we have discussed about GAM and SGAM Page and Data Page. In this postlet us discuss about the Page Free Space (PFS) page.
PFS page is the second page (Page Number 1) in the data file followed by file header (Page Number 0). G...
|
-
Nelson John A Posted 8 Months ago through Syndicated Blogs | 1 Point
As part of our DBA life , we have to configure many alert or statistical mails which gives an idea about the state of the database server. Let us discuss how we can send an email in HTML table format using TSQL. I am just going to give a sample scrip...
|
-
Nelson John A Posted 8 Months ago through Syndicated Blogs | 1 Point
For a DBA, SQL profiler is a great tool to trouble shoot performance issues. It is a pain to configure a trace and analyse it using the profiler GUI . I usually use server side trace which can be configured by running set of scripts. Server side...
|
-
Nelson John A Posted 9 Months ago through Syndicated Blogs | 1 Point
Often I used to get request from my business managers to get a list of all subscriptions configured in SSRS (SQL Server Reporting Service) along with email distribution list. I did not find any option in report server report manager interface to achi...
|
-
Nelson John A Posted 9 Months ago through Syndicated Blogs | 1 Point
In the last three parts, we have discussed about different queries that can be used to list the current state of the database server. In this post let us discuss about listing execution stats from the plan cache.
The below query will help us to lis...
|
-
Nelson John A Posted 9 Months ago through Syndicated Blogs | 1 Point
In the last post, we have discussed the script to list the sessions which are waiting for resource or currently running. In this post let us see how to list the blocking sessions with required information.
*************************************...
|