Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Administration - SQL Server 2014 » Latest topics
Browsing all 6525 articles
Browse latest View live

SSIS Memory used

hi all,Is the memory used by SSIS independent of SQL server Engine?

View Article


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 Article


EXECUTE 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 Article

Delete 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 Article

Clustering

Will windows cluster name and sql cluster name can be same or should be different?Thanks in advance

View Article


sql 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 Article

Backup 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 Article

Locking 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 Article


The 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 Article


In 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 Article

Replication 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 Article

SQL Server service does not start successfully because of a logon failure

Post Removed.

View Article

SCOM 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 Article


Clustered 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 Article

install 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 Article


SSISDB 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 Article


Can 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 Article

waitresource 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 Article

can 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
Browsing all 6525 articles
Browse latest View live