Downloads:
2,422
Downloads of v 6.0.0.8:
741
Last Update:
18 Nov 2018
Package Maintainer(s):
Software Author(s):
- Microsoft Corp
Tags:
sql perf performance diag diagnostics sqldiag pssdiag- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
SQL Nexus Tool
- 1
- 2
- 3
6.0.0.8 | Updated: 18 Nov 2018
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
2,422
Downloads of v 6.0.0.8:
741
Maintainer(s):
Software Author(s):
- Microsoft Corp
SQL Nexus Tool 6.0.0.8
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Microsoft Corp. The inclusion of Microsoft Corp trademark(s), if any, upon this webpage is solely to identify Microsoft Corp goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install SQL Nexus Tool, run the following command from the command line or from PowerShell:
To upgrade SQL Nexus Tool, run the following command from the command line or from PowerShell:
To uninstall SQL Nexus Tool, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download sqlnexus --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade sqlnexus -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade sqlnexus -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install sqlnexus
win_chocolatey:
name: sqlnexus
version: '6.0.0.8'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'sqlnexus' do
action :install
source 'INTERNAL REPO URL'
version '6.0.0.8'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller sqlnexus
{
Name = "sqlnexus"
Version = "6.0.0.8"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'sqlnexus':
ensure => '6.0.0.8',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator gep13 on 19 Nov 2018.
SQL Nexus is a tool that helps you identify the root cause of SQL Server performance issues. It loads and analyzes performance data collected by SQLDiag and PSSDiag. It can dramatically reduce the amount of time you spend manually analyzing data.
Feature Highlights
- Fast, easy data loading: You can quickly and easily load SQL Trace files; T-SQL script output, including SQL DMV queries; and Performance Monitor logs into a SQL Server database for analysis. All three facilities use bulk load APIs to insert data quickly. You can also create your own importer for a custom file type.
- Visualize loaded data via reports: Once the data is loaded, you can fire up several different charts and reports to analyze it.
- Trace aggregation to show the TOP N most expensive queries (using ReadTrace).
- Wait stats analysis for visualizing blocking and other resource contention issues (based on the new SQL 2005 Perf Stats Script or SQL 2008 Perf Stats).
- Full-featured reporting engine: SQL Nexus uses the SQL Server Reporting Services client-side report viewer (it does not require an RS instance). You can create reports for Nexus from either the RS report designer or the Visual Studio report designer. You can also modify the reports that ship with Nexus using either facility. Zoom in/Zoom out to view server performance during a particular time window. Expand/collapse report regions (subreports) for easier navigation of complex data. Export or email reports directly from SQL Nexus. Nexus supports exporting in Excel, PDF, and several other formats.
- Extensibility: You can use the existing importers to load the output from any DMV query into a table, and any RS reports you drop in the Reports folder will automatically show up in the reports task pane. If you want, you can even add a new data importer for a new data type. SQL Nexus will automatically �fix up� the database references in your reports to reference the current server and database, and it will provide generic parameter prompting for any parameters your reports support.
Log in or click on link to see number of positives.
- sqlnexus.6.0.0.8.nupkg (64edf335077d) - ## / 60
- SQLNexus.6.0.0.8.zip (e180e706178a) - ## / 61
- BulkLoadEx.dll (ac7046e01a38) - ## / 67
- Microsoft.ReportViewer.WinForms.dll (8163ac42ae14) - ## / 66
- Microsoft.SqlServer.Types.dll (953715190fcf) - ## / 67
- Microsoft.SqlServer.Types.resources.dll (aee8c80dbac9) - ## / 66
- NexusInterfaces.dll (3337eff14e95) - ## / 67
- PerfmonImporter.dll (80cc4b7e690d) - ## / 67
- ReadTraceNexusImporter.dll (3fcb10f71483) - ## / 66
- RowsetImportEngine.dll (8437d290b716) - ## / 67
- sqlnexus.exe (1a394ec4bbbf) - ## / 68
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
SQL Nexus Tool 6.0.0.8 | 741 | Sunday, November 18, 2018 | Approved | |
SqlNexus 4.0.0.64 | 684 | Sunday, October 16, 2016 | Approved | |
SQL Nexus Tool 3.0.0.1 | 997 | Tuesday, October 9, 2012 | Unknown |
This package has no dependencies.
Ground Rules:
- This discussion is only about SQL Nexus Tool and the SQL Nexus Tool package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or SQL Nexus Tool, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.