Guest User

Untitled

a guest
Mar 17th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. Red Hat Enterprise Linux Server release 7.4 (Maipo)
  2. Microsoft SQL Server 2017 (RTM-CU3-GDR) (KB4052987) - 14.0.3015.40 (X64)
  3. Dec 22 2017 16:13:22
  4. Copyright (C) 2017 Microsoft Corporation Express Edition (64-bit) on
  5. Windows Server 2012 R2 Standard 6.3 <X64> (Build 9600:) (Hypervisor)
  6.  
  7. [ec2-user@ip-~]$ sqlcmd -H mssqldb.xxxxxxxxxxxxxx.com -P 1433
  8. -U userXXXXX -P aXXXXXX
  9. -Q 'SELECT TOP 1 [n] FROM [dbbase2].[dbo].[table_people]'
  10.  
  11. Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server :
  12. Login timeout expired.
  13. Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server :
  14. TCP Provider: Error code 0x2749.
  15. Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server :
  16. A network-related or instance-specific error has occurred while
  17. establishing a connection to SQL Server. The server is not found
  18. or not accessible. Check if instance name is correct and if SQL
  19. Server is configured to allow remote connections. For more
  20. information see SQL Server Books Online.
  21.  
  22. [ec2-user@ip- ~]$ Check if instance name is correct and if SQL Server is
  23. configured to allow remote connections.
Add Comment
Please, Sign In to add comment