Ads
25 December 2014
Usefull DMV's
Dynamic Management Views and Functions (Transact-SQL) SQL Server 2014 Other Versions 5 out of 5 rated this helpful - Rate this topic Dynamic management views and functions return server state information that can be used to monitor the health of a server.
https://gallery.technet.microsoft.com/Usefull-DMVs-14b6bb92
DataCompression_Scripts and Steps
Database Compression document enclosed. This will do only page level compression if we run the scripts as it is mentioned in the document.If we need to do the ROW level compression please change the script, Just remove the commets where i have commented for the ROW.
https://gallery.technet.microsoft.com/DataCompressionScripts-and-40780587
Backup Details Scrpit _Power shell
Download script will provide the backup details in a csv format.
https://gallery.technet.microsoft.com/Backup-Details-Scrpit-6bb5de67
https://gallery.technet.microsoft.com/Backup-Details-Scrpit-6bb5de67
To Find Lead Blocking - Use Below Query
This will list out the lead blocker spid, based on this we can ask our
application teams take decision to kill or not. This will be used in day
to day basis when ever application team reports hampering performance
or complaining the time taken to process
is longer than the usual.
https://gallery.technet.microsoft.com/Lead-Blocking-Query-df3f0e21
https://gallery.technet.microsoft.com/Lead-Blocking-Query-df3f0e21
24 December 2014
Register a SPN for SQL Server Authentication with Kerberos
When it comes to configuring your SQL Servers to use Kerberos
authentication there are a couple of prerequisites that must be met.
First, the clients and servers must be joined to a domain. If they are
joined, but they are in different domains then a two-way
trust must be setup between these domains. Secondly an SPN must be successfully registered for the SQL Server service so that it can be identified on the
network.
Please download the enclosed document which found blog, explained very neatly and easily.
https://gallery.technet.microsoft.com/Register-a-SPN-for-SQL-570f50fe
Please download the enclosed document which found blog, explained very neatly and easily.
https://gallery.technet.microsoft.com/Register-a-SPN-for-SQL-570f50fe
Subscribe to:
Posts (Atom)
-
Find More On : - http://www.sqlserver-training.com/250-sql-queries-interview-question-answers/-#5+ SQL Queries Interview Questions ...
-
ERROR: report server remote procedure call (RPC) end point. Verify that the Report Server Windows service is running, and then retry the o...
-
http://technet.microsoft.com/en-us/library/cc731002(WS.10).aspx#BKMK_requirements How accounts are created through wizards in ...