Whenever you would like to display, print, or save as PDF in a tabular form, WPF (Windows Presentation Foundation) may be a good way. Originally,...
database-tools
Categories
- Free tools
- SQL Admin Toolset
- SQL Compliance Manager
- SQL Defrag Manager
- SQL Diagnostic Manager for MySQL
- SQL Diagnostic Manager for SQL Server
- SQL Diagnostic Manager Pro
- SQL Doctor
- SQL Enterprise Job Manager
- SQL Inventory Manager
- SQL Query Tuner for SQL Server
- SQL Safe Backup
- SQL Secure
- SQL Workload Analysis for SQL Server
- Uptime Infrastructure Monitor Formerly Uptime
Tags
Administration agent-based monitoring Agentless Monitoring alert responses alert thresholds alerting Alerts Amazon Aurora Amazon EC2 Amazon RDS Amazon RDS / Aurora Amazon RDS for SQL Server Amazon Redshift Amazon S3 Amazon Web Services (AWS) Analytics application monitoring Aqua Data Studio automation availability Azure Azure SQL Database azure sql managed instance Azure VM backup Backup and recovery backup and restore backup compression backup status Backup Strategy backups big data Blocking bug fixes business architecture business data objects business intelligence business process modeling business process models capacity planning change management cloud cloud database cloud database monitoring cloud infrastructure cloud migration cloud providers Cloud Readiness Cloud Services cloud storage cloud virtual machine cloud VM clusters code completion collaboration compliance compliance audit compliance audits compliance manager compliance reporting conference configuration connect to database cpu Cross Platform custom counters Custom Views customer survey customer testimonials Dark Theme dashboards data analysis Data Analytics data architect data architecture data breaches Data Collector data governance data lakes data lineage data management data model data modeler data modeling data models data privacy data protection data security data security measures data sources data visualization data warehouse database database administration database administrator database automation database backup database backups database capacity database changes database community database connection database design database developer database developers database development database diversity Database Engine Tuning Advisor database fragmentation database GUI database IDE database indexes database inventory management database locks database management database migration database monitoring database navigation database optimization database performance Database Permissions database platforms database profiling database queries database recovery database replication database restore database schema database security database support database synchronization database tools database transactions database tuning database-as-a-service databases DB Change Manager DB Optimizer DB PowerStudio DB2 DBA DBaaS DBArtisan dBase DBMS DDL Debugging defragmentation Demo diagnostic manager diagnostics dimensional modeling disaster recovery Download drills embedded database Encryption End-user Experience entity-relationship model ER/Studio ER/Studio Data Architect ER/Studio Enterprise Team Edition events execution plans free tools galera cluster GDPR Getting Started Git GitHub Google Cloud Hadoop Healthcare high availability HIPAA Hive hybrid clouds Hyper-V IDERA IDERA ACE Index Analyzer index optimization infrastructure as a service (IaaS) infrastructure monitoring installation Integrated Development Environment interbase Inventory Manager IT infrastructure Java JD Edwards JSON licensing load test load testing logical data model macOS macros managed cloud database managed cloud databases MariaDB memory memorystorage memoryusage metadata metric baselines metric thresholds Microsoft Azure Microsoft Azure SQL Database Microsoft PowerShell Microsoft SQL Server Microsoft Windows MongoDB monitoring Monitoring Tools Monyog multiple platforms MySQL news newsletter NoSQL Notifications odbc optimization Oracle PeopleSoft performance Performance Dashboards performance metrics performance monitoring performance schema performance tuning personally identifiable information physical data model Platform platform as a service (PaaS) PostgreSQL Precise Precise for Databases Precise for Oracle Precise for SQL Server Precise Management Database (PMDB) product updates Project Migration public clouds Query Analyzer query builder query monitor query optimization query performance Query Store query tool query tuning query-level waits Rapid SQL rdbms real time monitoring Real User Monitoring recovery regulations relational databases Releases Reporting Reports repository Restore reverse engineering Roadmap sample SAP Scalability Security Policy Security Practices server monitoring Server performance server-level waits Service Level Agreement SkySQL slow query SNMP snowflake source control SQL SQL Admin Toolset SQL CM SQL code SQL coding SQL Compliance Manager SQL Defrag Manager sql development SQL Diagnostic Manager SQL Diagnostic Manager for MySQL SQL Diagnostic Manager for SQL Server SQL Diagnostic Manager Pro SQL DM SQL Doctor SQL Enterprise Job Manager SQl IM SQL Inventory Manager SQL Management Suite SQL Monitoring SQL Performance SQL Quality SQL query SQL Query Tuner SQL Safe Backup SQL script SQL Secure SQL Security Suite SQL Server sql server alert SQL Server Migration SQL Server Performance SQL Server Recommendations SQL Server Security SQL statement history SQL tuning SQL Virtual Database sqlmemory sqlserver SQLyog Storage Storage Performance structured data Subversion Support tempdb tempdb data temporal data Tips and Tricks troubleshooting universal data models universal mapping unstructured data Uptime Infrastructure Monitor user experience user permissions Virtual Machine (VM) web services webinar What-if analysis WindowsPowerShellCreating PowerShell Command Cheat Sheets (Part 4)
In the previous tip, we created cheat sheets for PowerShell commands. We used command names and their synopsis to create cheat sheets like this:...
Creating PowerShell Command Cheat Sheets (Part 3)
In the previous tip, we created cheat sheets for PowerShell commands and turned them into HTML reports that could be opened in a browser, and...
Creating PowerShell Command Cheat Sheets (Part 2)
In the previous tip, we created cheat sheets for PowerShell commands, and as a reminder, this line would create a sheet for network commands...
Essential Alerting for Oracle, DB2, and Sybase DBAs
Precise tests availability, space, deadlocks, backups, jobs, CPU, load and performance trending plus many more conditions on a scheduled basis with...
Alerting on Availability, Space, Deadlocks, Backups, CPU – Essential Alerting for DBAs
Precise tests availability, space, deadlocks, backups, jobs, CPU, load and performance trending plus many more conditions on a scheduled basis with...
Creating PowerShell Command Cheat Sheets (Part 1)
Here is a clever trick to create cheat sheets for your favorite PowerShell commands. Any PowerShell command ships via a module, so if you have a...
Quickly Open PowerShell via Windows 10 Start Menu
In Windows 10, PowerShell can be launched via WIN+X (or by right-clicking the start menu icon). If your Windows 10 offers to open the outdated...
Test AD User Exists
If you’d need to find out whether a given Active Directory user exists, and provided you have installed the ActiveDirectory PowerShell module...
Backing Up Databases in a High Availability Group
If you are a database administrator, then you are no stranger to the idea that data must be highly available. High availability simply...
WMI Quick Primer (Part 4)
Typically, WMI objects contain properties with valuable information. This line would retrieve all information about all running Notepad instances...
WMI Quick Primer (Part 3)
In the previous tip we explained why Get-CimInstance may have advantages over the older Get-WmiObject cmdlet. Now here is another example that...
TEMP is A Four Letter Word
It’s not uncommon to observe rampant over reliance of database application code on TEMP tables, most often as a SQL language programming...
Beyond Cloud: The Multi-Hybrid Data Ecosystem
Last week, Idera, Inc. sponsored Enterprise Data World 2018 in San Diego, CA. As usual, it was a fantastic event, organized by the great team...
WMI Quick Primer (Part 2)
There are two cmdlets you can use to retrieve WMI data: the older Get-WmiObject cmdlet, and the more modern Get-CimInstance cmdlet. When used...
Database Execution Plans Can Lie
Quote: Do not put your faith in what statistics say until you have carefully considered what they do not say. ~William W. Watt. I started this...
The Evolution of Database Tuning Approaches
Imagine that you’re the lead DBA managing a high profile, mission critical production database whose application processes $20 million per...
Learn More about the Cloud with these Free Resources
You may already know that the cloud provides always-on architecture, automatic monitoring and management, enterprise-class security, fast access to...
Managing Mountains of Data with the Cloud
When is data less valuable? How do you manage data as it becomes less valuable? In the good old days the answer to these questions was easy; it was...
WMI Quick Primer (Part 1)
WMI is an awesome information source for admins. All you need is the name of a WMI class that represents something you find interesting. The easiest...
Diving into Data Architecture in San Diego
Idera, Inc. enjoyed participating as a sponsor for this year’s Enterprise Data World event, run by the great folks at DATAVERSITY in San Diego...
Listing Properties with Values (Part 3)
When you want to inspect individual objects and their properties, piping an object to Out-GridView is of limited use: the grid view window will...
Listing Properties with Values (Part 2)
In the previous tip we introduced a new function called Remove-EmptyProperty that removes properties that have no value. Let’s expand it a bit so...
Listing Properties with Values (Part 1)
Objects are filled with rich information, yet objects may contain empty properties. This is especially true for objects retrieved from Active...
Enabling Remoting
There are many ways how cmdlets can get remote information from another computer. Here are just a few: # try and connect to this computer # (adjust...
Database Needs in The Cloud – May #SQLChat
Movement to the cloud is in full swing! Regardless of the cloud provider, you will need a migration strategy and the knowledge to make choices...
Using ConvertFrom-ErrorRecord in try/catch
In the previous tip we created a function called ConvertFrom-ErrorRecord that makes it easy to retrieve all relevant error information from...
Converting Error Records
Whenever PowerShell raises an error, an error record is written to $error which is an array storing the last errors that occurred. You can try and...
Improve MariaDB Performance using Query Profiling
Query profiling is a useful technique for analyzing the overall performance of a database. Considering that a single mid-to-large sized application...
Downloading Information from Internet (Part 8)
In the previous tip we illustrated how to download files from the internet using Invoke-WebRequest. However, this works for HTTP addresses only....