Questions tagged [sql-server-2016]

63 questions
1
vote
2 answers

Issue installing SQL SERVER EXPR 2012/2016 on Server 2012 R2

I have been running SQL SERVER Express 2008 on Server 2012 R2 for some time. I recently began researching the migration process to move to SQL SERVER EPXRESS 2016. Because the original DB was migrated from Express 2005 the compatibility level was 90…
1
vote
1 answer

cannot do any operation on the ssrs manager

I have installed a named instance of sql server with reporting services (2016) on my local machine. But in the reporting service manager (the web portal) I cannot perform any operation*. My guess is that there is a problem in connection between…
1
vote
1 answer

Does Always On in Sql Server 2016 work better with Windows Server 2016?

I am interested in using Sql Server 2016's upgraded Always On features. But my DBA has said that these features work better with Windows Server 2016. He suggested waiting for Windows Server 2016 to release before we start using those features. The…
Vaccano
  • 997
  • 3
  • 15
  • 29
1
vote
1 answer

Databases "Synchronized / In Recovery" after adding server to SQL Avaylability Group

I have an SQL AlwaysOn Availabilty Group configured with 2 nodes. The AG works without any problem with this 2 nodes and I can do a failover to/from any of them (this servers are on the same network). Recently, I added another server to the AG, but…
0
votes
2 answers

How to allow remote connection to SQL Server instance only to specific public IP Address (white-list) & restrict access to all other IP's

How do I allow remote connection to SQL Server instance only to specific public IP Address (white-list)? For example, login from SSMS to SQL Server instance hosted on Windows dedicated server allowing access only from specific public IP. Also, the…
0
votes
1 answer

How to install a certificate and encryption on SQL Server without downtime?

So I have a SQL Server 2016 instance running a mission critical workload. I want to install an SSL/TLS (publicly signed) certificate into the server, and enable encryption. But I don't want to incur any downtime during this process. I am worried…
A X
  • 382
  • 2
  • 8
  • 23
0
votes
0 answers

Azure File Sync Svc installed on same server as SQL Server Issues

I've got Azure File Sync Service installed on the same server as SQL Server 2016. I'm attributing the issue to the File Sync service because this is the only change made to server after the issues start. The app logs show the following error…
0
votes
1 answer

Failover cluster SQL server 2016: 'the remote computer refused the connection'

BACKGROUND We have a new SQL server 2016 failover cluster (without Always On) (clu1) with 2 nodes (sql1-2) and 4 roles/instances (app1-4) Connections from de nodes to the cluster instances work fine SSMS: clu1-app1\app1 THE ISSUE However, we can't…
0
votes
1 answer

SQLLOGDIR token maps to wrong path

I've some jobs running, which use the SQLLOGDIR token. Currently it places output in the following location: D:\sql\MSSQL14.MSSQLSERVER\MSSQL\Log However, I'd like to log it to H:\ I've been into the "SQL Server Configuration Manager", where I've…
Talkar
  • 1
  • 3
0
votes
0 answers

Azure Cloud Witness with HTTP proxy

Windows Server Documentation states: Proxy considerations with Cloud Witness Cloud Witness uses HTTPS (default port 443) to establish communication with Azure blob service. Ensure that HTTPS port is accessible via network Proxy. How do I configure…
0
votes
1 answer

WS 2012R2 Hyper-V Exchange and SQL Guest Backups

Background: 2012R2 host running Hyper-V. Virtualised: DC, Exchange 2013 and SQL 2016 (2012R2). This is a lab environment so numerous options are welcomed. In short, we currently backup the entire environment using WSB at the host level. The Full VSS…
dqnet
  • 305
  • 2
  • 9
0
votes
0 answers

No remote client protocols are enabled and no remote protocol was specified in the connection string

Here's my situation. There are three servers: Windows Server 2016 (Server-1) Windows Server 2016 (Server-2) Windows Server 2016 with SQL Server 2016 (Server-SQL) I have some C# code which connects to Server-SQL which is identical on both Server-1…
rtev
  • 101
  • 2
0
votes
1 answer

Find outdated statistic in SQL server?

I have a stored proc which searches "bad" data in our application database (sql server 2016 enterprise, ~500gb data). "bad" in a business/process sense. It normally takes 10-30s to execute. After some days it takes suddenly 5+ minutes to execute. My…
fabsenet
  • 101
  • 1
0
votes
1 answer

How to stop process fdhost?

I'm trying to update SQL Server 2016 to CU7. During the Files in Use check, I'm prompted to stop fdhost.exe for each running instance in order to prevent the need for a reboot. But how to stop this process? I've stopped the Full-text Filter service…
InteXX
  • 713
  • 13
  • 31
0
votes
1 answer

Load balancing and failover with SQL 2016 and IIS on AWS

I apologize if this question is too general, but i just wanted a sanity check for a setup I've been planning. Right now i have an application that runs on an AWS server, with SQL and IIS both installed on the same server with about 4 GB RAM. …
Phil
  • 103
  • 3