A network-related or instance-specific error has occurred while establishing...
Hi all,We've recently migrated to SQL Server 2014 SP1 Enterprise edition and I've come across a bit of a headache. Let me describe the scenario: we have three servers ServerA, ServerB, and ServerC. All...
View ArticleEXECUTE permissions on a stored procedure
Trying to get to the bottom of a mystery. We have an AD account registered to the server that is used a service account for a web application. This account by itself does not have direct execute...
View ArticleDelete duplicate records from Archived Table the exist in the unarchived table.
I need to deletes the records that exist in the PrismData.dbo.tblCall Table that exist in the Archived Table'PrismDataArchive.dbo.tblCallArchive 'Here are the duplicates:[code="sql"]SELECT COUNT(*)FROM...
View ArticleClustering
Will windows cluster name and sql cluster name can be same or should be different?Thanks in advance
View Articlesql 2014 AG on VMWARE
New job new day, looking at a migration from sql 2008 physical cluster to a new sql server install on sql server 2014 on vmware. I am fine with moving db's jobs etc. Question is more of a architect...
View ArticleBackup Database is terminated Abnormally Failed on SQL Server 2014 RTM
My Database backup is not working in SQL 2014 RTM version. It works fine on SQL Server 2008 R2. All databases are in Simple recovery model. Not sure what might be the issue. I'm admin for SQL instance...
View ArticleLocking Pages in Memory
Hello All,I have a simple question:reading a book called "Pro SQL Server Administration" on page 47 it reads down by the Lock Pages to Memory portion it says: "if windows is experiencing memory...
View ArticleThe process could not execute 'sp_replcmds' on 'ServerName\PUBLISHER'...
I'm continuously getting the following errors:[code="plain"]The process could not execute 'sp_replcmds' on 'ServerName\PUBLISHER' generated by the Log Reader (Source: MSSQL_REPL, Error number:...
View ArticleIn Service Broker : Target Queue is Empty
I have a problem with Service Broker. I did any needed configuration to enable S.B. And sent message to Target. But Target is empty. [code="sql"]USE masterGOIF DB_ID('Test_SSSB')>0 BEGIN ALTER...
View ArticleReplication Failover
Hello, I have a SQL 2014 Replication with AlwaysOn Availability Group configured in 2 nodes (SRVSQL1 and SRVSQL2), 1 distributor (SRVSQL3) and a listener called 'SQL', configuration was made following...
View ArticleSCOM for SQL Server
Hi Experts,Do we need to have separate domain account with Sysadmin privilege on SQL Server for SCOM to send alert?TIA
View ArticleClustered vs stand-alone instances
We have a failover cluster that was setup prior to my hire, which I don't think we would be able to rebuild from scratch (a consulting company originally set it up). Both nodes are running in a VM...
View Articleinstall ANalysis server on 2014 cluster
New job, newday 100 things to do, so Per request installed simple sql server 2014 active/passive cluster on new physical box and SAN. Now this group wants to instances of Analysis Services on same...
View ArticleSSISDB Setup - Does anyone know why CLR needs to be enabled?
SSISDB Setup - Does anyone know why CLR needs to be enabled? Would this be any kind of security risk enabling CLR?
View Article"Max Connetion Pool"
Hi We have migrated our db server from SQL Server 2008 Enterprise edition to SQL Server 2014 Standard edition. One of our web site connecting to this SQL Server 2014 db server. When we are going to...
View ArticleCan i use option(recompile) for Functions?
Hi All,I need your help to clarify the compilation of SP and Function.My understand is SQL stored procedure gets compiled during the first execution ( but not during the creation, during the creation...
View Articlewaitresource APPLICATION
Hi,I was wondering if you guys have ever seen something like [code="sql"]waitresource="APPLICATION: ...:...:[pr..._,..._.......] : (........)"[/code]?I came across this on an extended events trace for...
View Articlecan high number of query errors generated by monitoring tool cause 100 % CPU...
Hi, installed 3 SQL server instances STD 2014 (inst1, inst2, inst3) on VM (VM001) -- WIN 2008R2 (4 CPU , 60 GB RAM 15 GB RAM for each SQL instance) All SQL instances monitored by 3-party tool....
View Article