err SQL Server

  • Thread starter Thread starter Cowboy \(Gregory A. Beamer\)
  • Start date Start date
C

Cowboy \(Gregory A. Beamer\)

Look at the connection string. It is most likely using integrated security.

If not, you need to make sure you have TCP/IP library set up on the SQL
Server, so the client can contact via TCP/IP.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 
i'm using SQLserver in other station, in conect event the error happens:

"Login failed for user 'sa'. Reason: Not associated with a trusted SQL
Server connection."

help me?
 
Back
Top