E
Erik Cruz
Hi.
I have seen ado.net samples using two different connection strings for sql
server:
"data source=local;initial catalog=northwind;integrated security=sspi"
or
"server=(localhost);database=northwind;trusted_connection=true"
I can see that they do the same things, but what are the real differences
between them? Is it recommended to use the former or the later?
TIA,
Erik Cruz
I have seen ado.net samples using two different connection strings for sql
server:
"data source=local;initial catalog=northwind;integrated security=sspi"
or
"server=(localhost);database=northwind;trusted_connection=true"
I can see that they do the same things, but what are the real differences
between them? Is it recommended to use the former or the later?
TIA,
Erik Cruz