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

shrink log file on HA Group on

Can we shrink log file? HA group is implemented in the cluster environment.

View Article


Need Help Setting Up Transactional Replication

I am new to SQL Server administration so please be kind. I have created a publication on SQL 2014 SP1/CU1 it is going to a distribution server also a SQL 2014 database. The subscriber is also SQL 2014...

View Article


Practial Upper Limit on Number of DB Users

Our development team wanted to create a database user for each application user in the application and use these for granular data access control, which at first, sounded like a good idea but our...

View Article

Is job a PARALLEL THREAD or SEQUENTIAL?

Hi All,I have a question in SQL Jobs. Is job a PARALLEL THREAD or SEQUENTIAL?I mean, I have a job and it should trigger for every 1 minute. Let us suppose it will take 10 minutes of time to perform the...

View Article

AlwaysOn AGlistner

Hi, i am planning to set up AlwaysOn with 20 databases, Automatic failover(synchronous) in my current environment, SQL server 2014,windows server std 2012 configure WSFC on 2 nodes , Node1 Node2 ( both...

View Article


SQL 2014 - Using machine name already exists error after cluster installation...

Greeting -Due to a SQL 2014 cluster installation failure related to security while setting up the primary node, I had to remove the node and any related installation programs from the node and redo the...

View Article

SQL Server Plan Cost - sys.dm_os_memory_cache_entries, original_cost not as...

In [url=https://msdn.microsoft.com/en-us/library/dn148262.aspx]this Microsoft whitepaper[/url] (and word for word in Kalen Delaney's SQL Server 2012 Internals Book, except Delaney's book doesn't state...

View Article

Error while updating data in sql server using oracle linked server

HI,We have oracle linked server created on one of the sql server 2008 standard , we are fetching data from oracle and updating some records in sql server .Previously its working fine but we are...

View Article


what are the possible causes/Scenarios does always on failover?

I have setup always on availability groups between 2 stand alone SQL servers, Automatic failover(Synchronous) in which 2 instances have WSFC enabled .what are the possible causes does always on...

View Article


BackupDiskFile::CreateMedia: Backup device' failed to create. Operating...

Dear all,When I try and create a transactional log shipping I get the following error; I have done the following- Made sure the sql server service account has access to the network share folder and...

View Article

Buffer memory usage

Hi,I have a SQL2014 server that I am noticing is using allot of system memory.When I run this memory usage query:[code="sql"]DECLARE @total_buffer INT;SELECT @total_buffer = cntr_value FROM...

View Article

How to get detail information about switch Always on Between Primary And...

Hi We have High Availability Based on Alaways on - Sql server 2014But this morning I saw that , It switched and mainserver was the second. First : It was good, because we have all services.second : It...

View Article

How to exit From Initializing / Recovery pending database in secondary replica

Hi We have 2 switch between primary and secondary this morning. after that one database in secondary went to "initializing / recovery pending". How can i exit from this situation ?Thank you

View Article


SQL Server Start Problem.

I have a Dell PC, Win 7 Prof, with Sql Server 2014 Express and VS Express 2013, stand alone PC without network or remote connection. I have always been able to start the SQL Server either through the...

View Article

How to maintain, track changes, deploy required sysdiagrams on difference...

Our development team creates diagrams for module level understanding so that one can know individually, which module is using which tables and for their relationship, requirements and understanding....

View Article


Replication communication via NP

Hi,We have transaction replication configured across multiple SQL instances and could find one of the replication (from publisher to subscriber) net transport sessions is happening via Named pipes...

View Article

Index Fragmentation

Hi,I am running my weekly maintenance plans that use Ola's script for DBCC CHECKDB.I thought this was working fine to defragment my indexes, but when I ran a fragmentation check I got over 100 tables...

View Article


Remote server to Run SQL JOBS on Always ON Availability groups

I am planning to have AlwaysON Availability Groups setup between Server 1 and Server 2Server 1 -->Publisher-->2014 SQL Enterprise edition-->Windows Std 2012 --> Always on Primary...

View Article

Grant User Read Access to Secondary Replica

Hi Guys,I'm a bit hazy on this aspect of AlwaysOn.I have 3 servers taking part in an AlwaysOn AG.I want to grant a user READ access to only one replica, and certainly not to the principle.How do I go...

View Article

Replication on Always ON availability Groups

I am planning to have AlwaysON Availability Groups setup between Server 1 and Server 2Server 1 -->Publisher-->2014 SQL Enterprise edition-->Windows Std 2012 --> Always on Primary...

View Article
Browsing all 6525 articles
Browse latest View live