2 different Execution plans for same query in Prod and UAT
Hi All, We have a Simple Insert Statment which inserts into a table using a select statement as below, This Statement is executed on our Production and UAT databases.Currently in Production it executes...
View ArticleSQL SERVER ALTER THE TABLE
WHAT IS THE ERROR IN FOLLOWING CODEALTER TABLE Item_Master_Sample.DBO.Table_2_Master ADD CONSTRAINT PK_ITEM_CODE PRIMARY KEY CLUSTERED (ITEM_CODE ASC) ON [PRIMARY]HEREItem_Master_Sample-Database...
View ArticleSQL Server 2008 R2 (64-bits) - Service Pack 2 - UC5 can't find Adobe's...
I am getting the following error when rebuilding a catalog containing a table with a stored PDF (it does work for Word documents).Warning: No appropriate filter was found during full-text index...
View ArticleChanging sql collation settings in a sql failover cluster.
Hi,We have 5 branch offices and 1 head office, recently we installed a sql failover clustering with 2 nodes in the head office. The problem now is the 5 branch offices are having sql collation as...
View ArticleSQL Server 2012 - frequent "System Health Monitor Thread: Operating system...
We have recently installed a brand new Windows 2008 R2 server and installed SQL Server 2012 (and SP1) on it. We have moved a couple of databases from SQL 2005 to it. Frequently the following is written...
View ArticleSQL Server 2008 R2 is terminating because of fatal exception c0000005
SQL Server is terminating because of fatal exception c0000005. This error may be caused by an unhandled Win32 or C++ exception, or by an access violation encountered during exception handling. Check...
View Articleunable to see Sp
sql developer is unable to see SP's on some servers, My task is to add that user into DL, what could be his DB role I assign so that he is able to see all SPswhere should I add his name --Himanshu...
View ArticleDeadlock on Communication Buffer
I've read this happens with parallel query processing, but thats its. Can anyone shed a little more light on what I'm seeing.
View ArticleSnapshot Isolation not Taking Affect
Although the stored procedure sets snapshot isolation to on with the following line:SET TRANSACTION ISOLATION LEVEL SNAPSHOT;The queries that are run in this stored procedure return data that was...
View ArticleBackup
Hi all, when i take full backup database in sql server? internal how that command work ..... means how identify sql server engine since last full backup modifications.....? thanks naga
View ArticleSaber fecha de instalacion del SQL Server
Amigos, una informacion puntual, que no encuentro la sentencia para obtenerla: como saber en que fecha se instaló el servidor SQL Server? Gracias.Saludos.
View ArticleDatabase crash lands in recovery mode
Transaction log got full while a cluster index online rebuild (sort in tempdb) was in progress, this crashed the database and put in Recovery mode for long hours. I have extracted the events from error...
View ArticleSQL Server 2012 VS Operating System
Hi,Does Windows Server 2012 will give any significant performance boost over Windows Server 2008for SQL server engine , DQS engine or SSIS (DQS cleanding & other ETL activities) engine ?Regards,Uday
View ArticleFiltered Indexes on partitioned table
Hi, We have a table with 3 billion records. This table is partitioned by day. Currently we have clustered index on primary key and other non clustered indexes. Every query that hits this table taking...
View ArticleQuery notifications stop working for specific queries
Hi all,I have an issue with query notifications whereby the notifications stop being sent for specific query templates. For example, I may have:SELECT [dbo].[column1] FROM [dbo].[table1]which suddenly...
View ArticleUnable to take a Database Offline CPU at 100%
We have a SQL 2005 (9.00.4060.00) server (single instance) that recently had an application that uses it cause some problems where the CPU usage has been 90-100% consistently! We were able to track it...
View ArticleResource governour, howto see/proof setup is working ?
Hi all, I have a SQL 2008 R2 server with 20 databases in one instance. Users in one of those db's are causing somtimes high cpu usage and I want to avoid that.So I set up resource governour with a new...
View Articlestatistics
Hi all,what is the statistics in ms sql server and what is the use of statistics......?thanksnaga
View Article