Answer the question
In order to leave comments, you need to log in
Problems connecting to MsSql 2012 server from a remote computer. Where to dig?
Good afternoon.
There was a problem when moving the server, namely:
When trying to connect from a remote machine, error 121 (semaphore timeout) crashes. Through a sniffer it is visible that requests for the server come. The remote studio logs in on the server, then a request comes to it;
DECLARE @edition sysname;
SET @edition = cast(SERVERPROPERTY(N'EDITION') as sysname);
select case when @edition = N'SQL Azure' then 2 else 1 end as 'DatabaseEngineType'
Answer the question
In order to leave comments, you need to log in
SQL Azure may limit queries based on its own limits.
Try increasing the size of SQL Azure.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question