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

Configuring email in Active-Active SQL server Failover clustering to send...

Could you please suggest me that how to configure email in SQL server failover clustering. I need to configure email to send when node switches from one node to another. Can you please suggest me best...

View Article


How to send email on scheduler job on both failure and success in MS SQL server

I have configured smtp email in MS sql server and configure email to schedular job when schedular jobs become failed. Can i configure email so that email will be sent from scheduler job on both success...

View Article


Performance issue with this query

Below are my Table schema.CREATE TABLE [DML].[ExtCPCosmosCommerceAccount]( [AccountID] [bigint] NULL, [CAId] [nvarchar](1000) NULL, [OrganizationName] [nvarchar](1000) NULL, [CAKey] [bigint] NULL,...

View Article

how to find used space in memory opt filegroup?

How do i find Total allocated space and used space of a memory optimized filegroup?[code="sql"]use memory_optimized_dbGoselect (SUM(size)*8.0)/1024.0 as Space,FILEGROUP_NAME ( data_space_id ) ,...

View Article

Duration in Extended Events

Hi GuysI am wanting to get/filter on all queries and procs that take longer than 2 seconds to run (I'll balance real values later) but I'm not sure which Action out of the XE that I need.I am using SQL...

View Article


Deadlock issue

Hi friends,I wish a good weekend for all :)I have a problem with a deadlock.Deadlock graph[IMG]http://i58.tinypic.com/b5k3mv.png[/IMG][b]The first query is :[/b]Update Booking_Basket set...

View Article

Memory usage high - sqlservr.exe

Hi Guys,I have a SQL 2014 Enterprise instance on a 2 node cluster where 215 GB out of 256 GB total memory is allocated to SQL Server. I see sqlservr.exe is using 26 GB of memory (task manager) and is...

View Article

SQL Server Core no GUI (SSMS)

I have someone that wants to install Sql Server Core on a new Server.He states that the major benefits of using Core is reducing the management\operational overhead on the server as well as reducing...

View Article


Unable to create network service user back

Hi, when I try to create network service user from Ms SQL Server Management Studio, I got this error below. What should I do to solve this?TITLE: Microsoft SQL Server Management...

View Article


How to analyze large procedure cache?

I want to analyze procedure cache, to find inefficient plans and parameter issuesI do it trow DMVBut my requests to DMV are very slow and demand resourcesbecause procedure cache is about several...

View Article

Transaction Replication Reproducible at a different server?

I have a customer who needs the following for Transactional Replication:Current Environment:Server1.Database1 Replicated to Server2.Database2(with derived columns and more indexes)His Need:When Server1...

View Article

Transactional replication and CDC on the subscriber

I know, the dreaded R word, and please don't ask why :hehe: But does anyone have any experience of success or failure setting up CDC on the subscriber end of transactional replication?Also for a bonus...

View Article

Growth Rate Problem

Hi,I'm having a growth rate problem on two SQL2014 Databases.For example - the growth rate over the weekend was 18 gig for the MDF alone! This my main production DB so no one is in it over the weekend....

View Article


Updating Statistics as a 3rd Party Vendor.

I am a relatively new DBA working for a small 3rd Party Software Vendor. How can we make sure that things like index fragmentation and outdated statistics don't become a problem for our customers. Some...

View Article

Please create a master key in the database

Hi,in my environment I am running the SQL Server agent job.i am getting below message.Please create a master key in the database or open a master key in the session before performing this operation”...

View Article


Few Qs On SQL Server 2016

Have few Questions on SQL server 2016. can someone guide to the proper area?

View Article

gathering results from extended events trace

I need to find any stored procedures that have not been used over a certain time period.I have set up an extended events session to gather sp_statement_starting and _completed.The trace returns the...

View Article


Sql server Service Account And HA

HiI use these accounts for sql server services :NT Service\MSSQLSERVERNT Service\SQLSERVERAGENTCan I Config And Run Always On\HA with these Accounts ?OR It's necessary to use Domain User?

View Article

Occassional EXCEPTION_ACCESS_VIOLATION after a standard translog backup

Hi, I'm getting an "EXCEPTION_ACCESS_VIOLATION" occasionally after a fairly standard hourly translog backup on 4 databases. The databases are not very big and there is plenty of space on the box. SQL...

View Article

AlwaysOn Availability Group Configuration Question

What I asked for: Three Windows Server 2012 R2 machines with independent storage running a SQL Server 2014 AlwaysOn Availability Group. DB1 would be the primary, DB2 would be a synchronous replica, and...

View Article
Browsing all 6525 articles
Browse latest View live


Latest Images