Question : I just built a server (SQL 2017) and I can connect to Analysis Services and Integration Services via […]
Tag: connectivity
PostgreSQL: alternative ways to connect to database
Question : THIS IS A THEORETICAL QUESTION. I am posting it on this site because of this and because I […]
differences in the authentication scheme – could it be because of Kerberos?
Question : I am using this script to check the connections to my sql server: select C.client_net_address, S.host_name, c.session_id, c.net_transport, […]
SQL Server refuses to connect from time to time
Question : I get this error like 5 times a day. It does not happen always and we cannot really […]
Unable to create maintenance plan
Question : When trying to create a maintenance plan locally on two prod servers through SSMS, I receive this error: […]
Reconnect “not connected” query windows in SSMS to original connection
Question : Is there a simple way to reconnect a query window that is “not connected” to the original connection […]
SQL Server Management studio slow connection or timeout when using Windows Authentication
Question : I’m getting extremely long delays (10~30 seconds) in SQL Server Management Studio 2014 when attempting to connect to […]
Not authorized on test to execute command
Question : Here is my code: mongoose.connect(consts.database, { useNewUrlParser: true, useUnifiedTopology: true, sslCA: consts.databaseCert, }); //… const user = await […]
Login failed for user NT AUTHORITYIUSR
Question : I have some developer colleagues in my office that are having a problem similar to this one: db […]
Verify failed SQL Server connections to instances on a given server and email them
Question : I am trying to monitor the SQL Server instances on standalone server / cluster server. I would like […]