Full-Text Search and Norwegian
I have a very strange situation with full-text search. Looks like it also causes ft queries to get stuck. Happens on both SQL Server 2008 R2 and on SQL Server 2012. Examples below can be reproduced on...
View ArticleCardinality estimates on a parallel join are wrong
Hello everybody,I'm having a problem with pretty simple query where the cardinality estimates seems to be off and usual methods that I knew for this kind of problem don't help.The query: SELECT...
View ArticleSQL 2008 R2 - Starting SQL Causes 5178 error in log - Segment Size Different
The SQL Server 2008 R2 was running fine. I cloned the 320 Gb harddrive to a 500 GB harddrive. The oriignal drive was 8/ 4096 structure. After the drive was cloned the new drive is 8/4096 structure...
View ArticleGhostCleanup not working SQL 2005 Standard (9.0.5266)
I will be as detailed as possible. We have a high OLTP Publisher (SQL 2005 Ent.) publishing to 5 subscribers (SQL 2005 Std.). The DB on one of the subscribers was 50GB more in size than other 4 DB's....
View ArticleIs Transparent Data encryption is FIPS 140-2 compliant.
Hello - I am planning to Implement TDE (Transparent Data Encryption) in our Environment. One of the question was asked that is TDE encryption is FIPS 140-2 compliant. I assume that it is but have no...
View ArticleCannot drop linked server login
Hi,I tried to drop linked server login mentioned in linked server propeerties->security. When I clicked a login and selected delete, it process successfully. When I open again linked server...
View ArticleLogin Issue
I can able to login with Windows Authentication on my local SQL Server instance for Analysis Services, but not on the Database Services .. Any idea on the issue ?? thanks
View ArticleWhy Tempdb log file size are different on disk (file system) & in SQL server
Most wired thing, I observed in my SQL DBA job in last >5 years.Today, I found that my tempdb disk space is runing low & when I logged on to check, I found that log file is using most of the...
View ArticleSQL Server 2005 Database Mail - Mail configuration information could not be...
I'm trying to setup Database Mail and send a test message, but it's not working.I've done several step-by-steps and all and I can't get it to work. Also checked several posts in this forum but none...
View ArticleDo I need Fusion IO? How much performance gain can I get?
Hi experts, I saw a few reference sites from Fusion IO and I saw a few experts ran SQLIO and long running queries on Fusion. The result is amazing. However, some experts suggest the customers should...
View ArticleMaintanance backup plan fail
Hi allI have a maintenance plan to backup ALL databases on everyday 11:00am. however it failed start from wednesday.I see the log is so strange:Executing the query " declare @backupSetId as int select...
View ArticleInterpreting stats to consolidate SQL Server Databases
Collected stats with the help of http://www.brentozar.com/archive/2006/12/dba-101-using-perfmon-for-sql-performance-tuning/ and also collecting with data collection tool of sql server.Just want your...
View Articleopen transactions
Hi All,What is open transaction? why it will occur on database. please provide the explanationRaveendra
View ArticleSql browser locking out IP
HI,I am experiencing issue as shown in this KB http://support.microsoft.com/kb/2526552My SQLServer version is patched as seen here http://screencast.com/t/qndV52CrJiHow can I fix this ?Thanks--Jay
View ArticleWhat the meaning of Dead Latches?
What the meaning of Dead Latches?Site: http://www.sqlpassion.at/blog/CategoryView,category,SQLMCM.aspxDead Latches are possibleBugs inside SQL ServerDead Spins are not possibleYou can't acquire a Spin,...
View ArticleAuthentication problems,pls help
Mvc 4 app using windows authentication. User.Identity.Name displays the expected user name and domain on development machine and writes the expected username to the database. Deployed app writes...
View ArticleSnapshot 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 ArticleStored procedure execution Timeout
Hi,We are running stored procedure to upload data through linked server to application server. Problem is that when we run stored procedure after some time it TimeOut. It happens once a while. I want...
View ArticleSQL Server in Clustered environment connecting using .(Dot)
We have many Clustered SQL 2008 instances but today i noticed that in one of our SQL clustered environments the SQL DB Server is getting connected directly using the .(dot) which usually fails in...
View ArticleWhen do #temp and @temp tables cause recompiles?
In olden days any temp table creation would cause a recompile of the entire SP.However, I found that was already not the case even as early as SQL 2000, and I'm wondering what is the case in SQL 2008...
View Article