Having backup problems, and unable to change service accounts...
Three problems, possibly related, all giving me heartburn as I'm going away for 2 weeks and don't want to leave a server in this state... Problem 1: When I try to run a backup to anywhere *EXCEPT* the...
View Articlefail over cluster
We have an Active-Passive SQL Server 2008 Failover Cluster installed. Front end is sharepoint. They have two instances on each cluster, one instance is named prod_mssqlserver, the other is for...
View Articledeleting rows
da.DeleteCommand = New SqlCeCommand("Delete from Incident where incidentyear = " & Val(YearEntry.Text) & ";", con) dsIncident.Tables(0).Rows(0).Delete() da.Update(dsIncident.Tables(0)) this...
View Article(type LOB data) with (type In-row data)
I have a couple of errors while running DBCC CHECKDBMsg 8965, Level 16, State 1, Line 1Table error: Object ID 530100929, index ID 1, partition ID 72057594062962688, alloc unit ID 72057594047168512...
View ArticleReclaim the unused disk space
Hi, Database_name = OperationsManagerAC, database_size= 177251.44 MB, unallocated space = 76186.63 MBFrom the above its been understand that there is unused space and how do I re-calim the space now,...
View Articlehow to reduce unused/available space in database file
our database is partitioned on monthly basis and i am seeing large amount (nearly 50-70%) of space available in the data files. These files are not expected to grow(in large amount) in future. So i...
View Articleexperiences with DATE_CORRELATION_OPTIMIZATION
I don't see a lot of chatter about DATE_CORRELATION_OPTIMIZATION (DCO).Yet, it seems like a really good idea.Anybody have anything interesting to say about it?I do have a specific question and a more...
View Articledata selecting between two dates with respect to date column
Hi Experts, I have one requirement.the data is stored in data base in the following wayid vechicleDATE TIME 24fomat date stats ignitiondev4...
View ArticlePackage Migration Wizard
Hi all..I am trying to migrate some 2000 DTS package to 2008 R2.When i try to connect to SQL 2000 in the wizard, there is an error:"The Package Migration Wizard requires the SQL 2000 Data...
View Articlememoryclerk consumes a lot of memory
Hi guys,Could you explain me why memoryclerk_sqloptimizer consumes a lot of memory and how to solve it (release memory)?Please have a look reports below.1. Before2. After 5 daysSo we can see that...
View ArticleEvent 9001 - log is not available during backups
I've got a 2008 server that has a recurring issue with backups related the the SQL Server VSS writer.The errors seem to start with Event 9001The log for database 'xm8_27' is not available. Check the...
View ArticleNumber of Deadlocks/sec reached to 1200
Hi All, We have a SQL Server 2005 (SP4) instance, recently we have received alert saying Number of Deadlocks/sec: 1200, this is a critical alert. I have verifyed this using SELECT cntr_value AS...
View ArticleDeadlock: mssqlsystemresource and drop table
Hi allI found a deadlock, a drop table statement and a procedure in mssqlsystemresource.sys.sp_columns.How they are related in a deadlock? Seems no user is using the resource database
View ArticleHow to raise database deadlock to windows EVENT log?
Dear Experts,It seems SCOM cannot read MSSQL error log (after enable 1222 traceflag for deadlock) to capture the deadlocks when there is deadlock, can any one advice the whether it is feasible to...
View ArticleWindows Authentication slow -SQL Server
I am facing slowness on Windows authentication.When I am connecting through SSMS using windows authentication it is taking more time.But if I am using sql authentication it is connecting withn...
View ArticleIntegrity check and Tape backups stopped showing in SQL Server Log
As part of my dba checks I go into SQL Server log vis SSMS and check that the CHECKDB DBCC overnight job has run and that the tape backups have hit the server by filtering on the word VIRTUALI also...
View Articlejob running so longtime..
hi ,i have one ABC job this job executing so longtime,this same job previews executing just 3 hrs, but in this time 50 hrs above still its running..sql server all parameters are fine like cpu ,...
View ArticleNeeded store procedure to refrech the database in sql server 2000 !! or i...
Needed store procedure to refrech the database in sql server 2000 !! or i need store procedure extract the users and permistion to .sql file with job (with SP) to once location. and steps to run that...
View ArticleBlocked Process Report InputBuffer Empty
I enabled the blocked process report with 10 secs threshold. Some reports are fine, but I also got some reports that the InputBuffer value is empty <inputbuf></inputbuf>. Why?
View ArticleProcedure execution tracking
I'm looking to setup an audit trail for the execution of stored procedures. I know about the sys.dm_exec_procedure_stats view, but it only goes back to when the reset was which isn't really what I...
View Article