windows身份验证,那么sqlserver的连接字符串的

Data Source=计算机名称或ip地址;Initial Catalog=数据库名称;Integrated Security=True

 

windows身份验证不需要psw的
Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=master;Data Source=127.0.0.1

这个是个例子 你看下


windows身份验证,那么sqlserver的连接字符串的,布布扣,bubuko.com

windows身份验证,那么sqlserver的连接字符串的

上一篇:oracle 使用 dbms_lock.sleep暂停存储过程执行


下一篇:oracle 连接字符串备份