Sage Accpac Community
Accpac Support Community
Search in

SQL server 2008: does specifying server rather than datasource bring better performance?

Last post 10-27-2009 10:17 PM by Jay Converse. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 10-27-2009 9:27 PM

    SQL server 2008: does specifying server rather than datasource bring better performance?

    We use SQL Server 2008 and Accpac ERP 5.5A. In database setup, I can specify a data source (for example, a SQL Native Client data source) or I can directly enter the SQL server hostname.

    If that's my choice: use a Native Client data source, or specify the database directly, which is best?

  • 10-27-2009 10:17 PM In reply to

    Re: SQL server 2008: does specifying server rather than datasource bring better performance?

    Native Client is the best driver.  When you select the server in Database Setup, it will create a DSN named {servername}32.  When this DSN is created, if it's not a Native Client, then delete it, and recreate it with the same name and the Native Client driver.  Then, you can pick the server in database setup.


Page 1 of 1 (2 items)