Saturday, December 2, 2023

Connection String

Örnek
unable to find valid certification path to requested target şeklinde bir hata alıyorsak connection string'e
encrypt=true;trustServerCertificate=true eklenir. Şöyle yaparız
jdbc:sqlserver://localhost:1433;encrypt=true;trustServerCertificate=true

Örnek
Schema belirtmek için şöyle yaparız
jdbc:sqlserver://localhost:1433;encrypt=true;trustServerCertificate=true;currentSchema=dbo

No comments:

Post a Comment

VSS vs. VDI Backup

Giriş İlk olarak burada gördüm 1.Volume Shadow Copy Service (VSS) Sanırım Windows diskin kopyasını alıyor 2. Virtual Device Interface (VDI)...