Quantcast
Channel: SQL Server Database Engine forum
Browsing all 12554 articles
Browse latest View live

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 Article


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


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

SQL 2005 QUESTION

HOW CAN I SEE WHICH SP IS ON MY SQL 2005.WITH WINDOWS SERVER 2008 R2

View Article

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


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

Tempdb

Hi all,if i delete tempdb from sql server ?sql server working or notthanksnaga

View Article

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


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


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

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

Backup

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 Article

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


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

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


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

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


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

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

statistics

Hi all,what is the statistics in ms sql server and what is the use of statistics......?thanksnaga

View Article
Browsing all 12554 articles
Browse latest View live