Author Topic: SQL Client Connection  (Read 5342 times)

brentilys

  • Newbie
  • *
  • Posts: 5
SQL Client Connection
« on: May 30, 2013, 07:09:58 pm »
when i am trying to connect client computer to sql server i keep getting error: " The provider did not return a Provider Manifest token string.

im using the string: data source=[T1]SQLEXPRESS

please help me! i'm using sql 2008

lemmings

  • Full Member
  • ***
  • Posts: 165
Re: SQL Client Connection
« Reply #1 on: May 31, 2013, 04:27:37 am »
Your data source string is incorrecr format and should be as follows

data source=server\SAMBAPOS; User Id=sa; Password=sambapos

This is an example and your own details should be completed in User id, Password and data source



brentilys

  • Newbie
  • *
  • Posts: 5
Re: SQL Client Connection
« Reply #2 on: June 04, 2013, 01:28:31 pm »
is there any better tuts installing and conf sql server with clients?