SQL Server 2005: 20vcpu/124GB with 4 numa nodes. ple drops and foreign pages...
I took a DBCC Memorystatus and it doesn't look right to me....Is this normal? I could be starving the system for memory.Memory Manager KB------------------------------...
View ArticleAccessing System Tables (books online)
I have taken this comment from the SQL Server 2005 Books Online documentation but am having problems accessing the system tables (elsewhere it is stated that there is NO modification of system views,...
View ArticleTable Partitioning
SQL Server 2005 Enterprise Edition - Windows 2008 R2.I have never done a table partitioning and I am not familiar with the concept (Yes I have googleed and look at a couple of links). Now, I have been...
View ArticleWarning: Failure to calculate super-latch promotion threshold. appears in SQL...
We are running SQL Server 2008 R2 and have just applied Service Pack 2 to our QA environment.Today we noticed this message in the SQL Server log: Warning: Failure to calculate super-latch promotion...
View Articlexp_delete_file extremely slow on a server - Wait_Info...
I am looking at one server where xp_delete_file is extremely slow to delete files.One subdirectory contains a few thousands files and it takes about 1 second for each file to delete.The wait_info is...
View ArticleError: Link Server in Sql Server2008
HiI have two sql server A is 2008 R2 and B is 2005I have created link in A for B.when I am updating data from A to Bit gives me error:OLE DB provider "SQLNCLI10" for linked server "LINK_A" returned...
View ArticleData compression in SQL Server 2008 R2
Hi,I would like to know if we can roll back the action of data compression on a table. For ex: I have compressed a table with PAGE compression option. Now I want to rollback the compression and get the...
View ArticleAttaching a db - missing log (ldf)
Hello,I'm trying to re-attach sqlserver 2005 db. I have the mdf file but I don't have the log file. When I try to attach, I get the appended error.Is there anyway, around this?ThanksHouman TITLE:...
View ArticleJoin Elimination not working with FK to view
In our dimensional data warehouse we have a fact table with foreign keys to dimension tables. In some cases, a view is used for a dimension table to reuse the underlying generic table. The fact table...
View ArticleDatabase Mapping error
Hi I am actually trying to make relationships in an already designed database..Database is historic one and no proper relationships, I could find 3 PK's and 0 FK's. I am doing it in test database...
View ArticleMSDTC Two Connections One Distributed Connection Same Server
Is it possible for two connections -- one from managed code / ADO.Net and one from VB6 COM classic ADO -- on the same server to the same database to enlist in a distributed transaction?A .Net app I...
View ArticleWarning: Fatal error 823 occurred
Hopefully I chose the correct forum....On a SQL 2008 64 bit (10.0.5500.0) I got this error messages three time with interval of two minutes:Warning: Fatal error 823 occurred at May 11 2013 2:38PM....
View ArticleDBCC checkdb online
HI ALLare there any method that I can do dbcc checkdb('dbname','repair_rebuild')online? without change to single_user mode.
View ArticleSQL2012 SP1 - Errorlog message: Failed to allocate BUFs:...
Hi all,recently i have received following errors in my errorlog: Failed to allocate BUFs: FAIL_BUFFER_ALLOCATION 1this error is followed by: Memory Manager KB...
View ArticleTPC-E test on SQL Server 2012 high runnable task count
I know I probably shouldn’t be replying to this old thread, but I’m crossing my fingers that Jonathan Kehayias will see activity on this old thread and respond…I’m using Quest Benchmark Factory to run...
View ArticleDBCC fails on columnstore index
Hi,we have a tabel with a columnstore index where DBCC fails with the following error:Msg 5283, Level 16, State 1, Line 1CREATE TABLE [dbo].[factLossToLayer]( [ByesId] [bigint] NOT NULL,...
View ArticleIs Primary Key is mandatory
Hello DBA and ExpertsIs Primary Key mandatory for all tables?I have a reporting database just for reports.There are SSIS jobs which downloads data from Transaction database to reporting database.I have...
View ArticleSQL memory
Hi,We have two similar reporting servers. Lets assume them Server A and Server BOn Server B, one of the ETL package SQL agent job is failed due an out of memory condition.On both server Total RAM is 32...
View Article