intermittently 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 ArticleSQL server patch for sharepoint db server
We have a MOSS 2007(sharepoint server 2007) version.SQL server backend is at Service pack 1. I would like to apply SP3 on the database server.But my question is does MOSS 2007 support SQL server...
View ArticleSAN and multiple files and multiple drives
I just started at this company. They say they do not need to have multiple files across multiple drives because of the technology they use. I have never come across this before. They have a 1TB...
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 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 ArticleTime it would take on production server compared to time on test server
I ran some scripts on a test server that is a lot less powerful than our production server. Is there a grid or tool that would tell me that if it took 1 hour to run on a server with 4 procs and 8 gb of...
View ArticleOptimizer memory, memoryclerk_sqloptimizer memory very high and climbing
I have a SQL Server 2012 instance running higher and higher amounts of memory for the memoryclerk_sqloptimizer. We have logging for optimizer memory and it is at 13 GB and climbing, but we have seen it...
View ArticleCompression and Partitioning
I have a 700million row table. I want to do compression or partitioning or both. Is there one that should be done before the other?Alan
View ArticleIssue with Management Studio to access to backup file with a Failo-over...
Hello,I have a Sql Server 2012 failover.It use an SMB file sharing to store db file.It work fine to create db and work with the db.But form Management studio i cannot browse to get a backup file and...
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 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 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 Articlesparse varchar columns
SQL Server 2012The documentation suggests space savings on sparse varchar columns if you have more than 60% nulls.This seems inline with varchar docs "storage size is the actual length of the data...
View ArticleHow to clean the clerk "MEMORYCLERK_SQLCLR"
Hi guys,Can I clean the clerk "MEMORYCLERK_SQLCLR" without restart the SQL Server service???I already close the connections but this clerk are using 20 GB of memory.Thanks for your time.Fabrício França...
View ArticleSQL Performance on Windows Server vs. Windows 8
I have a riddle I've not been able to work out on my own. I have two laptops, Lenovo T500s, that are identical in every respect except the operating system on them. I've run hardware diagnostics to...
View ArticleMicrosoft ACE OLEDB 12.0 - c0000005 EXCEPTION_ACCESS_VIOLATION
Hi All,we migrated our 32 bit sql server 2005 to 64bit sql server 2008 (R2) .The provider for flat files was changed to Microsoft.ACE.OLEDB.12.0. and OPENROWSET is used for data transfer between...
View Articleforgot sa password in sql 2005
Hi,How to retrieve forgot sa password in SQL 2005.PLEASE REMEMBER I DON'T WANT TO RESET THE PASSWORD.
View ArticleCopy\Move Forum Thread
Hi Experts ,Is There a Way to Copy or Move any Important\Useful Forum thread to Our Folder\Thread .?? Many A times I see Useful thread posted by Experts ,but then after few Month or Year, when I want...
View Article