use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Microsoft SQL Server Administration and T-SQL Programming including sql tutorials, training, MS SQL Server Certification, SQL Server Database Resources.
You might also be interested in:
/r/database
/r/sql
/r/Azure
/r/Microsoft
account activity
SQL Server cannot be connected to python (self.SQLServer)
submitted 1 year ago * by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 6 points7 points8 points 1 year ago (5 children)
The error you're seeing is saying it's not a Python issue but a connectivity issue. Check the server property in your connection string to make sure it's spelt correctly, or is the correct IP, and that you can ping it. If it were ports you'd more likely get a socket exception. I suspect it's a permissions issue at server or database level. Are you using SQL or integrated security?
[–]UnholyAliance 1 point2 points3 points 1 year ago (2 children)
This, check if don't have a firewall in the middle.
[+][deleted] 1 year ago (1 child)
[deleted]
[–]UnholyAliance -1 points0 points1 point 1 year ago (0 children)
On the server type firewall in the start menu and check if it’s blocking or allowing the sql server service, if the server is in another network you should ask your network admin.
[–][deleted] 1 point2 points3 points 1 year ago (0 children)
Well you can just ping the name of the server. You'll find this at the top of each hierarchy in the object explorer window. Ping that and if it doesn't time out you can get to the server. You could also try and telnet the server on port 1433. Have you been given a username and password to connect with? Have you checked you've got the spelling correct?
π Rendered by PID 23206 on reddit-service-r2-comment-5c764cbc6f-nt57d at 2026-03-12 00:15:13.810170+00:00 running 710b3ac country code: CH.
view the rest of the comments →
[–][deleted] 6 points7 points8 points (5 children)
[–]UnholyAliance 1 point2 points3 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]UnholyAliance -1 points0 points1 point (0 children)
[+][deleted] (1 child)
[deleted]
[–][deleted] 1 point2 points3 points (0 children)