Trusted Authentication
Data Source=ServerName; Initial Catalog=DatabaseName; Integrated Security=SSPI;
SQL Server Security Authentication
Data Source=ServerName; Initial Catalog=DatabaseName; User Id=UserName; Password=UserPassword;
文章標籤
全站熱搜
Data Source=ServerName; Initial Catalog=DatabaseName; Integrated Security=SSPI;
Data Source=ServerName; Initial Catalog=DatabaseName; User Id=UserName; Password=UserPassword;