Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 893 Bytes

File metadata and controls

11 lines (11 loc) · 893 Bytes

SQLtools

scripts to tune and optimize SQL queries

  • CompiledParameterValues get compiled parameter values from a specific Stored Procedure name
  • ExportSQLUser is used for exporting users on a SQL instance and then create users on a new SQL instance
  • GetBlockSize.ps1 checks the cluster size of disk volums.
  • MissingIndex.sql create a report of missing indexes.
  • ParameterSniffing.sql shows queries that has high read variance in plans that indicates parameter sniffing issue
  • RunningQueries.sql displays current running queries along with cursors and their plan
  • SearchExecPlansWithParams.sql search for plans ordered by last logical reads with their compiled parameter values.
  • VLFCounts.sql detects high VLF counts which can be a problem with time used on restore.
  • CreateRSExecRole.sql creates the custom SSRS databaserole used for subscriptions. Useful for AlwaysOn environment.