SQL Server
15 posts tagged with this.
-
Index Maintenance Strategies for SQL Server Production
Index fragmentation directly impacts query performance and resource usage in SQL Server. Regular, targeted maintenance keeps execution plans stable and prevents unnecessary I/O growth without excessive downtime.
-
Tuning SQL Server Queries for Production Performance
Effective query tuning in modern SQL Server begins with execution plan analysis and targeted indexing rather than guesswork. This approach reduces CPU and I/O pressure while maintaining consistent throughput under concurrent production loads.
-
SQL Server Indexing Strategies for Production Query Performance
Proper indexing is critical for SQL Server production performance. This post covers execution plan analysis, targeted index creation, T-SQL refactoring, and monitoring to keep queries efficient as data volumes grow.
-
Practical Query Optimization for SQL Server in .NET Applications
In production .NET applications, slow SQL queries often become the primary bottleneck. This article explores practical techniques including execution plan analysis, strategic indexing, and T-SQL best practices to significantly improve your SQL Server database performance.
-
Does Database Vault Support Remote SQL Server Database Backups?
Database Vault does not support creating database backups from a remote SQL Server system. It relies on Microsoft's SMO library which requires direct access to the local file system of the SQL Server instance. This article explains the technical reasons, demonstrates SMO usage, outlines alternatives
-
How to Restore SQL Server Backups Using Database Vault
Restore SQL Server backups from Database Vault easily with Microsoft SQL Server Management Studio. Follow this detailed guide covering prerequisites, SSMS steps, T-SQL examples, troubleshooting, and best practices to ensure successful database restoration.
-
How Database Vault Creates SQL Server Backups
Database Vault uses Microsoft's SMO libraries to create full and incremental backups for SQL Server. It must run locally on the SQL Server machine and cannot target remote instances. This guide details the technical process, requirements, supported backup types, common pitfalls, and practical steps
-
What Servers Are Supported by Database Vault?
Database Vault supports Microsoft SQL Server 2014, 2012, 2008 R2 and Oracle MySQL 5.6.x, 5.7.x. These versions have been fully validated for compatibility. This guide details the supported platforms, explains why using validated versions matters for security and stability, provides queries to check
-
How to Change SQL Server Database Collation
Step-by-step instructions for updating the collation on your ASPnix-hosted SQL Server database using the control panel. Covers existing databases, new creations, verification queries, and key considerations for maintaining data integrity and query consistency.
-
How to Connect to Microsoft SQL Server Over SSL
All SQL Server instances have SSL enabled. This guide shows how to connect securely from ASP and ASP.NET apps using encrypt=true in your connection strings and how to enable Encrypt Connection in SQL Server Management Studio. Use the exact hostname from your control panel to prevent certificate erro
-
Encrypted or SSL Connections for SQL Server and MySQL
All ASPnix Microsoft SQL Server and MySQL servers support encrypted SSL connections to secure data in transit. Your client, driver, or application must also support encryption. This guide covers configuration for SSMS, Navicat, our management tools, and code examples for ASP.NET, .NET, and PHP devel
-
How to Execute aspnet_regsql on Shared SQL Server Database
The standard Microsoft aspnet_regsql tool generates scripts unsuitable for shared SQL Server due to permission requirements. ASPnix supplies a modified SQL script that works in our shared environment. Log in to your billing account to download the file, extract it, and run the script in SQL Server M
-
Does ASPnix Offer Web-Based Utilities to Manage SQL Databases?
Yes, ASPnix offers web-based tools like phpMyAdmin (https://pma.anaxanet.com) for MySQL and MyLittleAdmin (https://mla.anaxanet.com) / MyLittleBackup (https://mlb.anaxanet.com) for SQL Server. Use them to manage tables, run queries, backup and restore databases without local software. This guide det
-
How to Upgrade SQL Server Database Size Beyond 10GB on ASPnix
ASPnix supports Microsoft SQL Server databases larger than the default 10GB limit per database. Add capacity in 10GB increments at $10 per month each, purchased via the client area My Services section. This guide covers the upgrade process, T-SQL queries to monitor usage, key considerations, and bes
-
Does ASPnix Allow Remote Management of SQL Databases?
ASPnix does not block remote connections to shared MySQL and SQL Server databases. Connect and manage them using tools like Navicat, SSMS, phpMyAdmin, and MySQL Query Browser. This guide details supported applications, connection steps, permission boundaries on shared hosting, common pitfalls, and p