dbcc checkdb error state 6
I got an error message in SQL Logs, saying dbcc checkdb came back with an error state 6. You guys ever seen that? Can't seem to find any info on error state 6.
View ArticleMSDB Errors
DBCC CHECKDB (msdb) WITH all_errormsgs, no_infomsgs returns the following errors:Msg 8925, Level 16, State 1, Line 1 Table error: Cross object linkage: Page (1:2037), slot 2, in object ID 46623209,...
View ArticleHow many hits on Database per day
For the DBA reperting i need information how many hits on SQL instance for particular day.Whats the query to find how many queries are hitted on database without regarding of users. The report needs...
View ArticleLOG_REUSE_WAIT_DESC
I have a problem I can't shrink the transaction log fileis now 11GB and Datafile is 10GBI look into column from sys.database LOG_REUSE_WAIT_DESCit say "REPLICATION"But I can't delete the replication...
View ArticleSQL 2005 Linked Server to Oracle 10g - Very Slow
Hi, Anyone have some recommendations for a slow linked server from SQL 2005 to Oracle 10g? Here is the situation. We have an application that runs on SQL 2005 - Win 2003, and in certain forms it makes...
View ArticleDatabase stuck in single user mode.
We have an application running on SQL server. This application restores DB very frequently using Single user mode. Following are the SQLs that are executed to restore the database in single user mode...
View ArticleSQL inconsistency failure (EventID 5243 and CHECKDB msg 8964)
Hello Community,Monday there was a failing SCSI Controller at my hosting company, my hosting company hosts my SQL and SharePoint Server. I saw this in my eventviewer (ID 5243) the Content database was...
View ArticleLinked servers
we are creating liked server on sqlserver 2008 to connect oracle database. to create liked servers do we need to create DSN? please any once explain me how to create liked servres to connet oracle 11g...
View ArticleTask versus Request -- referring to sys.dm_os_tasks v/s sys.dm_exec_requests
Hello...I am struggling to understand the definition of and difference between a task and a request. My understanding isTask is something that is active and may or may not be executedin SQL Server...
View ArticleSQL 2012 SP1 tempdb using RAM
Before SP1 on SQL 2012, I was able to create tempdb on RAM disk with imdisk utility.Increased performance significantly.We have 1 Terrabyte of RAM, 450 Gb is used for SQL server the rest is empty...No...
View ArticleSingle user mode session lost after backgound processes jump in
We have an application running on SQL server. This application restores DB very frequently using Single user mode. Following are the SQLs that are executed to restore the database in single user mode...
View ArticleRenaming SQL Server Agent operator
I want to rename SQL Server Agent operator, that is change it's name.Is this a "valid" thing to do? I noticed that trying to change name in SSMS via Operator/Properties dialog doesn't actually do...
View ArticleStrange pause between queries
Hi, I have strange situation in sql prof, when trace app witch use nhibernate there is a lot of same queries with different params, and then in sql prof I see pause about 2-3 seconds between two of...
View ArticleFinding the bottle neck between SQL and Web
We've had trouble with our DNN web/db configuration, which we initially solved by adding more RAM (16gig) and a 2nd CPU to the SQL server.While we are stable now, we wanted to work on improving...
View ArticleAfter restart SQL Server Database going to suspect mode and SQLlog saying...
Dear all,Database going in suspect mode after server restart.After server restart one of the database recovers 81% and then that database will go into suspect mode.After 81% recovery of the database...
View Articlei have a production server database full backup with database owner...
those permission providing with out creating the group and induvallas .Please give me Ans ASAP..Thanks, Purna
View ArticleBuffer Cache Hit Ratio is 0 %, threshold value for this monitor is 92%
i usually get this messageBuffer Cache Hit Ratio is 0 %, threshold value for this monitor is 92% I checked PLE> 6000having memory > 18 GB System memory 24 GB.No Dropclean* commands executed. BCHR...
View ArticleMSSQL 2005 Replication : Subscription Expire soon/Expired
Hi AllI am doing Transactional replication, and one day when I opening the replication monitor and it says the status is "Not running, Expire soon/Expired" and I am not able to start it again. There...
View ArticleSQL Server processes seems stuck or not processed
Hi, Please assist me with this unusual problem we are having with our SQL Server.Server details: Windows OS: Windows Server 2003 R2 SP2 SQL Server: SQL Server 2005 Enterprise SP3, 9.00.4035.00 Purpose...
View ArticleCannot insert duplicate key row in object XXX with unique index YYY...
Problem summary: Server configuration: SQL Server 2008 R2 Sp2 Initial state: We have several fact tables partitioned by a partitioning function. The partitioning function datatype is numeric and...
View Article