Disconnected during manual failover
HiI have a question about the failover on sql 2016 I've installed a windows cluster with 2 node S1 and S2, my windows cluster is S0I've one instance I1 on both servers with one database D1One dag DAG1...
View ArticleAlways on
We have a Always on setup on our server. We use the AG name to connect via SSMS. but its not working now. though I can ping it.Listener can also connectAny thoughts on this
View ArticleErrors when creating dacpac
I'm using SSMS to create a dacpac: RMB database --> Tasks --> Extract Data-tier Application.I'm getting these errors (excerpt):[code language="sql"]Validation of the schema mode
View ArticleFulltext filter daemon host (FDHost) process has stopped abnormally.
Got this error message on a Sunday at 3:13 PM. Environment is SQL Server 2016 SP1 Standard Edition, Windows Server 2012 R2 Standard. While there's activity on the server, usage should be down about...
View ArticleSQL Account
Once the SQL Server gets built by someone, later i would like to get notified about new database creations(this would be server level trigger right?). Automate creating accounts for sql server, is that...
View ArticleSSMS 17.9 activity monitor grayed out
Hello community,I have a problem with the activity monitor on a sql server 2016 cluster. The processor time in the activity monitor is grayed out.So the connecting account is in the local...
View ArticleMonitoring Resource Governor checking if your pools are not max out on CPU
Once you set up your Resource Governor, and have configured a few pools/workload etcs, and one of the Pools are Max Out on CPU.Is there a way to set up an alert for this Pool to ensure that you are not...
View ArticleResource Governor - Can a workload go beyond Calculated effective MAX % ?
Hi,I am having (another) argument with Microsoft support team. I want to check if I am crazy. Here is the configuration of the pool:The MIN_CPU_PERCENT% setting is set to 20%The MAX_CPU_PERCENT %...
View ArticleSQL Server slow but CPU,Memory and Network fine
Team please looking for assistance on SQL Server 2016,CPU,Memory and Network are fine but application is timing out.Can long quereeries cause the timeouts and lead to overall poor database...
View ArticlePREEMPTIVE_OS_PIPEOPS Wait
So to start with, man, I sure have a lot of weird issues. I appreciate all the help and direction I've gotten from you guys.I'm aware that this OS wait type has to do with XP_CMDSHELL or things...
View ArticleSecurity Question: CREATE USER ABCDE FOR LOGIN ABCDE when login doesn't exist
So let's say I have a database, ABC, where there is a user ABCDE, and I script out the user and get:[code="SQL"]USE [ABC]GO/****** Object: User [SMUNSON] Script Date: 3/21/2019 12:24:25 PM...
View ArticleSQL Server AlwaysOn on Single node cluster
Hi Team,We have some SQL Servers which are configured with Always on on Single node clusters.As part of the testing we made the AlwaysOn Group offline. Now we are not able to bring it online.So we have...
View ArticleCDC features not working sqlserver 2016 SP2
Hi, I've written packages in SSIS using CDC. If I run this from SSDT it's working fine.But, if i run it from within SSIS I get errors saying: cannot run on the installed edition of Integration...
View ArticleQuery to get all server properties
Does anyone have a good way of getting all of the server properties from SERVERPROPERTY()? I know you can write a query and enter each individual property but that seems cumbersome. Hopefully someone...
View ArticleSSRS Scale out deployment, force different server for some reports
Hello,I have a large set of reports on our server. One set of reports is required to update every 30 seconds and is typically running on 15-20 different computers at all ti
View ArticleSQL Server Always On Asynchronous Mode of Communication
Hi Guys,We are having a SQL Server instance SQLINST1 (Primary) in one DataCenter (DC1) and SQLINST2 (Secondary) in another DataCentre (DC2) . We had configured Always on (AG1) Asynchronous mode...
View ArticleHow can I use Transactional Replication with Basic Availability Groups?
Hi All,Say I have two datacenters. Each one has two instances of SQL Server. The pairs use transactional replication between the two at each datacenter. DC1 is the primary and DC2 would be the...
View ArticleLinked Servers
I'm trying to determine if improvements have been made to utilizing a Linked Server. I know from the past the top 3 performance killers were: 1) Insufficient permission(i.e. needed to be sysadmin,...
View ArticleSQL 2016 AG Read only
Looking for any performance tips for the read only node of AG. I realize memory and tempdb important but any other tips from the wild appreciated.
View Article