I have a connection that works when connection to a SQL server at work. I'm trying to work at home with a local SQL server and the string doesn't work. Can anyone help?
strCnxn = "Provider='sqloledb';Data Source=(local);" & _
"Initial Catalog='Daily_Import';Integrated Security='SSPI';"
Thanks.
strCnxn = "Provider='sqloledb';Data Source=(local);" & _
"Initial Catalog='Daily_Import';Integrated Security='SSPI';"
Thanks.