Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : Login timeout expired.
Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : TCP Provider: Error code 0x2AFA.
Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online..
$('.parent block .sideBar').everyTime(5000, function(){
var request = $.ajax({
//request body
})
})
<div class="row sideBar">
<div id="CHAT-ID" class="row sideBar-body chat">
//contact content
</div>
</div>