sys.dm_db_missing_index_details does not contain indexes recommended by the...
Sometimes a user will complain about their query performance to which I'll copy the query to SSMS and then run the Estimated Execution Plan feature to see what the Optimizer is doing. Occasionally the...
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 ArticleIndex fragmentation and index page usage
In the posthttp://social.technet.microsoft.com/Forums/en-US/149142c3-0f49-4e7d-9281-dc1767b3e87e/sptvalues-3rd-party-sql-monitor-and-index-fragmentationit was suggested that index fragmentation on user...
View ArticleHow to measure the SQL Server MTL Memory
Having issues with the following scenario, pls help if anyone can Measure the MTL Usage.DB Environment Details Windows/SQL Server 2008 R2 with 64 Bit SQL Max Memory 12 GB ( BPool Area ) 3 GB for MTL (...
View Articlesysft_FTCatalog shows offline, even there is no full text indexes on tables
Hi,Recently one of database server was restored from entire system restore (disk backups) after crash. All database were was restored by attach and reattach methods by vendors. After this we are able...
View ArticleAcceptable PageIO latch waits
Here is what I am showing for pageiolatch waits I was just wondering if there are guidelines around what is acceptable. I do know that memory contention is not an issue. Any help is...
View Articleexcept shrinking how can I release those space from database.
My drive size is 550 GB in which data file exists. I have 500 GB database and I can see that internally 85 GB free space in data files still we receive alerts.except shrinking how can I release those...
View ArticleSQL Server DB datafile shrinking has failed?
Hi All,I have shrinked DB datafile like wise use siteshare3appindusGoDbcc shrinkfile(siteshare3appindus2,10169)GoBut it has failed It has given the following error .could not adjust the space...
View ArticleThere was an error setting private property 'RequireKerberos' to value '1'...
Hi, I am trying to setup sql cluster on 2008 R2 Machine and its falling with the below error message.There was an error setting private property 'RequireKerberos' to value '1' for resource 'SQL Network...
View ArticleCorrelate query to missing index
Hi all,The following query is returning unexpected results on my server:SELECT mig.*, statement AS table_name, mid.equality_columns, mid.inequality_columns, mid.included_columns, user_seeks *...
View ArticleHow to find unused logins in SQL Server 2008?
Hi,Is there any way to find unused logins in sql server 2008.Regards,SivaSivaG:Please Marked as Answered, if it resolves your issue.
View ArticleTypical Alerts to setup to monitor system resources?
I want to set up an alert to notify me when our DB server starts runs into trouble due to low memory.I was wondering what some of the typical Alert configurations other DBA's use to keep an eye on...
View ArticlePage Life Expectancy
My boss wants to cut down on the RAM that is being allocated to our virtual sql servers wherever possible. The problem is that you cannot say that sql server is not using any memory as it will of...
View ArticleMoving to proprietary database. Advice earnestly seeked!
I very much appreciate any help I can get for this. Thank you in advance for your time to read and hopefully respond.I work for a national/government health service. In this country there exists a new...
View ArticleTempDB growth and huge reads
I am working on a report query generated by COGNOS. This report when run sumetimes bloats the tempdb to 100+GB filling the disk space, this is on a read-only logshipped database. The query takes almost...
View ArticleConsistency Error, tried with DBCC checktable ('Table...
Consistency Error, tried with DBCC checktable ('Table name', REPARI_ALLOW_DAT_LOSS) not able repair this error Problem remains same . The CREATE UNIQUE INDEX statement terminated because a...
View ArticleSQL Server Connectivity Issue
I am able to connect the server but not to the SSMS. getting the below error:"The client was unable to establish a connection because of an error during connection initialization process before login....
View ArticleHow to connect different SQL servers without using linked server connection...
Hi,We're trying to read data from another SQL Server through our SQL server but we're not allowed to do that using Linked Servers. Please suggest an alternative here as the DBA says Linked Servers are...
View ArticleThe client was unable to reuse a session with SPID XX, which had been reset...
Hello,We have a recurring problem with one of our MS SQL Servers (Microsoft SQL Server 2012 (SP1) - 11.0.3128.0 (X64) ). The error message from the applicatoion log: Event Type: Error Event Source:...
View Article