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;
請先 登入 以發表留言。