sql-server-connection

Establish and test secure SQL Server database connections for migration workflows.

1|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/Snowflake-Labs/cortex-code-migrations --skill sql-server-connection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sql-server-connection
Source: https://github.com/Snowflake-Labs/cortex-code-migrations/tree/main/plugin/skills/migration/connection/sql-server-connection
Command: npx skills add https://github.com/Snowflake-Labs/cortex-code-migrations --skill sql-server-connection

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables users to establish reliable connections to SQL Server databases for migration purposes, simplifying the setup process and ensuring secure, tested access.

Core Features & Use Cases

  • Connection Setup: Configure and test connections to on-premises or cloud SQL Server instances.
  • Credential Management: Support for username/password authentication and integration with credential vaults.
  • Troubleshooting: Diagnose network issues, SSL configurations, and authentication errors to facilitate successful migrations.
  • Use Case: Imagine migrating a legacy SQL Server database to Snowflake; this Skill streamlines establishing a secure connection before data transfer begins.

Quick Start

Tell the system you want to set up a SQL Server connection and provide the necessary server URL, database name, and authentication details.

Frequently Asked Questions about sql-server-connection

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a SQL Server connection for database migration to Snowflake?

To establish a SQL Server connection for migration, you provide the server URL, database name, and authentication credentials. The system tests this secure configuration to ensure reliable access for on-premises or cloud environments before data transfer begins.

Can I use username and password authentication to connect to an on-premises SQL Server database?

Yes, username and password authentication is supported for connecting to on-premises SQL Server databases. The setup also supports integration with credential vaults to manage credentials securely across diverse infrastructure scenarios.

What is the best way to troubleshoot network and SSL configuration errors during a SQL Server migration?

Troubleshooting network and SSL configuration errors involves using built-in diagnostic capabilities. The system identifies authentication failures and network issues, ensuring your SSL configurations are correct for successful database migrations.

Does the SQL Server connection setup support both cloud and on-premises environments?

Yes, the SQL Server connection setup supports both cloud and on-premises environments. It handles network, authentication, and SSL configurations across diverse infrastructure scenarios to ensure a robust and secure connection for migration workflows.

Why does testing my database connection fail before starting the migration workflow?

Testing your database connection might fail due to incorrect network settings, SSL configurations, or authentication errors. The system diagnoses these specific issues across cloud and on-premises setups to facilitate successful migrations.