RE: Connection Strings for SQL SERVER

2016-10-12 Thread Dave Crozier
: Connection Strings for SQL SERVER The driver I use for SQL Server Express 2014 is SQL Server Native Client 11.0. Works fine. Laurie On 11 October 2016 at 18:04, Stephen Russell wrote: > The CLIENT hasn't changed but the backend engine you attach to has. > > Server=myServerName\SQLEx

Re: Connection Strings for SQL SERVER

2016-10-12 Thread Laurie Alvey
The driver I use for SQL Server Express 2014 is SQL Server Native Client 11.0. Works fine. Laurie On 11 October 2016 at 18:04, Stephen Russell wrote: > The CLIENT hasn't changed but the backend engine you attach to has. > > Server=myServerName\SQLExpress;Database=myDataBase;User Id=myUsername;

Re: Connection Strings for SQL SERVER

2016-10-11 Thread Stephen Russell
The CLIENT hasn't changed but the backend engine you attach to has. Server=myServerName\SQLExpress;Database=myDataBase;User Id=myUsername; Password=myPassword; Make sure you get the correct instance on that SQL Express. Not sure if the db came from a vendor or you just spun up an Express server.

Re: Connection Strings for SQL SERVER

2016-10-11 Thread Paul Hill
On 11 October 2016 at 16:36, wrote: > https://www.connectionstrings.com/sql-server/ > > Interesting that it's not updated past SQL Server 2012. I'm trying out an > instance of SQL Server 2014 Express (with tools). > > Wonder who updates this site? 2016 is the latest... -- Paul ___

Connection Strings for SQL SERVER

2016-10-11 Thread mbsoftwaresolutions
https://www.connectionstrings.com/sql-server/ Interesting that it's not updated past SQL Server 2012. I'm trying out an instance of SQL Server 2014 Express (with tools). Wonder who updates this site? ___ Post Messages to: ProFox@leafe.com Subscript