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

Transaction Log (.ldf Dosyası) - WAL İçindir

Giriş PostgreSQL'deki WAL dosyası ile aynıdır. PostgreSQL'den farklı olarak bu dosya sonsuza kadar büyür.