Login 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 ArticleTransaction context in use by another session
Hello all,I am having this error in my system; I have SQL Server 2005 SP4 installed on a failover cluster active / passive.I DO not have or use linked server approach in my system at allMore...
View ArticleProblem with HTML editor databinding
Hello there,First up thanks to all the guys who have posted great solutions to common problems which helped me out many times in the past. Now I have got a problem of my own. I am using this third...
View Articlesql error 602 when attach Database in sql 2000
hi all,i have database in sql 2000 but when attach DataBase in sql get error error 602 : could not find row in sysindexes for database id 7 , object id 1 index id 1 , run DBCCcheck tabel on sysindexes...
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 ArticleSystem.Data.SqlClient.SqlException (0x80131904): Timeout Expired
I apologize if this question has been asked before, but we're really stumped and the answers I've seen posted don't really apply to our situation. We're getting the following error sporadically in a...
View ArticleGetting Min / Max LSN for CDC Table Instance for given date in SQL Server 2012
Am trying to get the net changes on CDC enabled table by passing Min and Max dates. But is throwing below error. Msg 313, Level 16, State 3, Line 24 An insufficient number of arguments were...
View ArticleInsert bulk with TABLOCK hint is causing deadlock
Hi,We are running a application that inserts rows via INSERT BULKinsert bulk ByltRow ([ByltId] BigInt, [ByesRoundId] Int, [ByesSequenceId] Int, [Loss] Float) with (TABLOCK)I have up to 10 app servers...
View Articlesqlagent -c -v parameters.
What the use of -c -v parameters in starting sqlagentsqlagent90.exe -c -vManish
View Article