Maintenance Plan with performance poor after
Hello, Guys! I've one instance with 19 databases and its use is 473 GB. Every day we execute the follow points: - Reorganize or Rebuild Indexes; - Update Statistics (sp_updatestats); - Recompile...
View ArticleThis failure occured while attempting to connect to the Principle server.
Hi All,Last weekend we have upgraded our production server from SQL Server 2008 R2 (2 node Active Passive cluster) to SQL 2012 (11.0.200.60 - 2 node A-P cluster).The migration was successful.But once...
View Articleintermittently fail of restore in SQL server 2008 r2
In my java application i call the following snippet to restore the database of my system:use master;alter database <myDB> set single_user with rollback immediate;restore database <myDB>...
View ArticleDisk Performance issue (Transaction/Sec degrade suddenly)
Hi I am facing a critical issue with one of my server.I observed that in one of my server Transaction/Sec (_Total) would be 40K/sec but sometime its suddenly degrade from 40K to 2K. The value will...
View ArticleSQL Agent not available
Hi,I restarted SQL Server 2005. After Database service is running but agent is not availanle. SQL Agent service started successfuly but there is red down arrow on sql agent in SSMS. I cannot see jobs,...
View Articlein deadlock report does mode=x mean index, table, or key?
Reading a deadlock report when the resource-list reports mode=x, is that an exclusive lock on the entire index (or table?), or just on a particular key?Up in the process list sections, both sides...
View ArticleError: 17066, Severity: 16, State: 1. (Params:). The error is printed in...
Dear Sir,We are using sql server 2005 standard edition.Ram is 4GB.Today we got this below error.Error: 17066, Severity: 16, State: 1. (Params:). The error is printed in terse mode because there was...
View Articleorphaned user
Hi all,how can i fixed orphaned users when my datasource server not available..?
View Articleslow runing queries
Hi all,how can i find out slow running queries in ms sql server ..?
View ArticleMemory configuration settings
We have once production server with 16 GB and only one instance. Below is the memory details of server. SQL server is 64 bit and windows server also 64 Bit.AS per task manager the SQL server was...
View Articledistributed transaction is not working
hello ,I am executing following command but why i am getting this error.begin distributed transaction select * from [115.254.95.28].STEMI.dbo.Mast_patientInfo commit transactionOLE DB provider...
View ArticleTCP/IP port changed - But still able to connect with default port1433
Hi, Issue: Because of our security team observations, I disabled "Named Pipes" and enabled TCPIP with non-default port# 1533. After this, part of the application is working fine and the other part...
View ArticleUser gets disconnected from the SQL server while running a refresh process to...
Hi All,I received a mial from user stating that My co-worker was able to restore the final database, although it took an extremely long time (HOURS). The server was xxxxx. My username is “yyyyy”; the...
View ArticleResource Governor to Restrict a Windows Login/Group.
Hello All,We have a requirement to restrict a user/group on Production server to use limited resources, i.e. RMA/CPU. Do we have any option in SQL Server Resource Governor to accomplish this task.I...
View ArticleToo Many VLF's during database re index
During database reindex for one of prod database, VLF's has grown to somewhere around 6000 and log file is 99 % filled Database initial log file size was 52 GB and auto growth of 4 GB , recovery...
View Article