Skip to content

Releases: ethemdemirkaya/SQL-QuickSetup

SQL-QuickSetup v1.1.0

21 Jul 18:07

Choose a tag to compare

🚀 Version 1.1.0 - The Stability Update

This is a major stability and reliability update for SQL-QuickSetup. Based on real-world testing and feedback, this version addresses the core issues that could prevent successful connections, making the tool much more robust and dependable.

The key focus of this release is to eliminate "it works on my machine" problems by automating critical SQL Server settings that are often overlooked.


✨ What's New & Improved (English)

  • 🔧 Automatic "Mixed Mode" Authentication: The tool now automatically sets the SQL Server authentication to "SQL Server and Windows Authentication mode". This is a critical fix that solves most "Login failed for user..." errors.
  • 📌 Fixed TCP Port 1433: The dynamic port issue, which is the primary cause of "Error 26", has been resolved. The tool now forces the SQL Server instance to use the standard, predictable port 1433.
  • 🛡️ Enhanced Firewall Rules: The installer now correctly adds rules for both TCP port 1433 (for SQL connections) and UDP port 1434 (for the SQL Server Browser service), ensuring instance discovery works reliably on the local network.
  • 🔗 Reliable Connection Strings: The final output now provides connection strings in the most reliable format (IP_ADDRESS,1433), removing the dependency on NetBIOS name resolution.
  • 💻 Smart Local IP Detection: The application now intelligently detects the active local IP address (Ethernet or Wi-Fi) for more accurate LAN connection strings.
  • 🛠️ Full Configuration Revert: The "Remove Configuration" feature has been improved to correctly revert all new settings (Mixed Mode, fixed port, and all firewall rules) back to their default state.


✨ Yenilikler ve İyileştirmeler (Türkçe)

  • 🔧 Otomatik "Karma Mod" Kimlik Doğrulaması: Araç artık SQL Server kimlik doğrulamasını otomatik olarak "SQL Server ve Windows Kimlik Doğrulama modu" olarak ayarlıyor. Bu, "Login failed for user..." hatalarının çoğunu çözen kritik bir düzeltmedir.
  • 📌 Sabitlenmiş TCP Portu 1433: "Hata 26"nın ana nedeni olan dinamik port sorunu çözüldü. Araç artık SQL Server örneğini standart ve öngörülebilir olan 1433 portunu kullanmaya zorluyor.
  • 🛡️ Geliştirilmiş Güvenlik Duvarı Kuralları: Yükleyici artık hem TCP port 1433 (SQL bağlantıları için) hem de UDP port 1434 (SQL Server Browser hizmeti için) kurallarını doğru bir şekilde ekleyerek yerel ağda örnek bulmanın güvenilir bir şekilde çalışmasını sağlıyor.
  • 🔗 Güvenilir Bağlantı Dizeleri: Son çıktı artık bağlantı dizelerini en güvenilir format olan (IP_ADRESİ,1433) formatında sunarak NetBIOS isim çözümlemesine olan bağımlılığı ortadan kaldırıyor.
  • 💻 Akıllı Yerel IP Tespiti: Uygulama artık daha doğru LAN bağlantı dizeleri için aktif yerel IP adresini (Ethernet veya Wi-Fi) akıllıca tespit ediyor.
  • 🛠️ Tam Yapılandırmayı Geri Alma: "Yapılandırmayı Kaldır" özelliği, eklenen tüm yeni ayarları (Karma Mod, sabit port ve tüm güvenlik duvarı kuralları) varsayılan durumlarına doğru bir şekilde geri alacak şekilde iyileştirildi.

SQL-QuickSetup v1.0.0

21 Jul 14:20

Choose a tag to compare

🎉 First Stable Release - v1.0.0

This is the first public release of SQL-QuickSetup. This version includes a professional installer for easy setup.

✨ Features:

  • One-click setup for SQL Server LAN & WAN access.
  • Automated user creation and deletion.
  • Automatic management of Windows Firewall and TCP/IP settings.
  • Auto-detection of Public IP and connection string generation.

📥 Installation Instructions:

  1. Download the SQL-QuickSetup-v1.0.0-setup.msi file below.
  2. Run the installer and follow the on-screen instructions.
  3. Once installed, you can find the application shortcut on your Desktop and in the Start Menu.
  4. Important: The application will request administrator privileges to run, as it needs to modify system settings.

🎉 İlk Kararlı Sürüm - v1.0.0

Bu, SQL-Hızlı Kurulum aracının ilk genel sürümüdür. Bu versiyon, kolay kurulum için profesyonel bir yükleyici içerir.

✨ Özellikler:

  • SQL Server'ı LAN ve WAN erişimine tek tıkla açma.
  • Otomatik kullanıcı oluşturma ve silme.
  • Windows Güvenlik Duvarı ve TCP/IP ayarlarının otomatik yönetimi.
  • Public IP adresini otomatik bulma ve bağlantı dizesi oluşturma.

📥 Kurulum Talimatları:

  1. Aşağıdaki SQL-QuickSetup-v1.0.0-setup.msi dosyasını indirin.
  2. Yükleyiciyi çalıştırın ve ekrandaki talimatları izleyin.
  3. Kurulum tamamlandıktan sonra, uygulama kısayolunu Masaüstünüzde ve Başlat Menüsü'nde bulabilirsiniz.
  4. Önemli: Uygulama, sistem ayarlarını değiştirmesi gerektiğinden çalışmak için yönetici ayrıcalıkları isteyecektir.