SQL 2012 trigger inexplicably not executing when table modified by another...
I have a table with an after-trigger with code to update a summary field:CREATE TRIGGER [dbo].[Service_Update] ON [dbo].[Service] AFTER UPDATE AS BEGIN SET NOCOUNT ON; IF Trigger_NestLevel() >= 2...
View ArticleSQL Server 2000 auditing/tracking DML changes on specific tables.
Hello,We would like to audit/track all DML activities on couple of tables which reside on SQL Server 2000. Triggers are an option we think but thought that would impact performance because of activity...
View ArticleSQL Server 2000 auditing on DML changes on user tables to user databases
Please let me know if you know if there is any procedure or steps to determine DML changes on user tables in database.
View ArticleIndex Partition
hi, i have a large table with more than 26million records, doing a simple query such as "select * from scenario where marketdate = '2013-08-03'" would take more than a minute ... so ive partitioned the...
View Articlesql server 2012 evaluation edition expired
Hi Gurus, sql server 2012 evaluation edition expired,Here i don't have any backups and when i browsed few blogs suggest to upgrade to another edition from Evaluation edition.1)Do upgrading the edition...
View ArticleWho is running SQL Diag on my server?
I see new SQL Diag . XEL files getting generated on my server continuesly (e.g. ServerName_MSSQLSERVER_SQLDIAG_0_130517498921970000.xel) and I don't know who runs it. I assume there is a tool that is...
View ArticleThere is insufficient system memory in resource pool 'internal' to run this...
hello Everyone,today i am getting one error while opening activity monitor.i am unable to open AM and i checked in sql server error log i received error message description about memory dump.below...
View ArticleHow to log on to SQL Server Management studio
Hi there, im not sure if this should be a SQL question or a Sharepoint question.Anyway, I am getting the error, Cannot connect to SQL Server. SERVER\SHAREPOINT not foundI have tried to follow the...
View ArticleDouble row added from a source table, that did not have the double record
Dear All I was wondering if someone could give me some further information on the following error that we saw in one of processes. Every night we connect to a remote server using Linked Server and copy...
View ArticleThe SQL Server (Instance Name) service terminated unexpectedly. It has done...
Our SQl server 2012 instance terminated unexpectedly many times in last two months. We had a look the error log but there is nothing details in the log. And there is nothing in the Windows event...
View Articlesyspolicy_purge_history Job; step 3 failure Powershell
Hi guys,the syspolicy job is failing on two of my instances, it seems that it cannot find sqlps.exe. I went into the registry and noticed that the following registry entry is missing...
View ArticleSQL 2008R2 -> Performance Condition alert for CPU Threshold event
I am trying to use SQLServer Agent alert for Resoure governor setup. I would like to be alerted when CPU threshold -> REQUEST_MAX_CPU_TIME_SEC > 20 -> is crossed for any particular query. I...
View ArticleWe start getting intermittence error in our application web server when...
We start getting intermittence error in our application web server when calling a store procedure in sql server(the store proc use linked server to access another server. From application server,...
View ArticleWe start getting intermittence error in our application web server when...
We start getting intermittence error in our application web server when calling a store procedure in sql server(the store proc use linked server to access another server. From application server,...
View ArticleIntermittent connection failures to the database. SQL is 2008R2 + SP2
The application login is facing intermittent connection failures. When this happens they try to connect back and it works. There are no errors at the SQL Server end. I'd like to use profiler or perfmon...
View ArticleThere is insufficient system memory in resource pool 'internal' to run this...
Hello Everyone,in sql server error log i found below given error with heavy messages and i am unale to open Activity Monitor.error:There is insufficient system memory in resource pool 'internal' to run...
View ArticleList of Severity 1,Severity 2, Severity 3 issues in SQL Server
Hi Team ,I am working as SQL DBA. I would like to know list of Severity 1,Severity 2, Severity 3 issues in SQL Server. I request you to provide these details ASAP.Examples...
View ArticleShifting column data after a pivot
After creating data from a pivot I would like to shift the data to the left. Example:Data after pivot1, 2, 10, NULL, NULL, NULL, NULL, NULL, 292, 2, NULL, NULL, NULL, NULL, NULL, NULL, 293, 2, NULL,...
View ArticleSQL Server 2014 reseting isolation level
Hi,Working with C# application accessing SQL Server 2012 and 2014 using ADO.NET.There seem to be a change regarding isolation level reset when returning connection to pool.Previous versions of SQL...
View ArticleI/O on SQL server
Hi all, My SAN is taking more time for Backup (native) with no compress where as on DAS (10% of the time of SAN ) it takes a very less time to complete.Is there as way to see what is happening on...
View Article