Database Issues
Hi,How to troubleshooting database Connectivity & network related Issues?
View ArticleAttaching a database
When trying to attach a database to SQL Server 2008 Express, I am unable to get to my Documents folder in the Add dialog box. I go to Users\owner and there are no subfolders. I have to move the...
View ArticleSqlProfiler - Does filtering not work for multiline fields?
I'm using Sql Server 2008, and find that SQL Profiler trace filtering does not work as I expect for the TextData column when I attempt to use '%' sign as a wild card. If I paste the complete value of...
View ArticleSAN configuration for SQL 2008 Failover Clustering
I need to know how many partitions do i need on the SAN. Can any one correct me that the following will be on shared cluster i.e,. on the SANDisk 1 :QuorumDisk 2: Data root directoryDisk 3: MSDTS
View ArticleBackup EXPIREDATE set but still overwritten
Hi Friends,I took a backup with EXPIREDATE = 12/16/2012 (tomorrow) and then took another backup on same backup set with INIT and it completed successfully overwriting the first backup. So what is the...
View ArticleHow to monitor primary key violations particular table?
How can I monitor the number of primary key violations occurring on a particular table?I need a # of violations/sec and a count.Thanks,Andy
View ArticleSP_RELEASESCHEMALOCK, SP_GETSCHEMALOCK, SP_UNPREPARE
I've been doing some tracing on one of our production systems and I'm seeing some system stored procedures being called I've never seen before. Here are the series of events:Code Snippetdeclare @p1...
View Article100 % CPU Utilization by SQL server 2008 r2 express edition
Dear all, Can any one please help me to find the root cause of the issue. Our production server is running on sql server 2008 R2 express edition.( its running on Virtual machine Windows 2008 ). Its...
View ArticleSQL Server Express Backup Import.
Hi All,I've written a batch script to automatically import the latest backup from another server. Both are running the same version of SQL Exptress 2008. If I run the script via the command prompt it...
View ArticleTransfer users from SQL to Windows Authentication
I woulld like to transfer current sql authentication users to Windows authentication, without loosing their respective grants to roles. Can anyone help.Thanks
View ArticleCopy mdf and ldf file to other storage without offline database
We're sql 2005 enterprise with sp2 and want to copy our user database mdf and ldf files to other storage since the full backup job failed for unknown reason. But seems we need to offline db or shutdown...
View ArticleMsg 3013, Level 16, State 1, Line 1
Hi,I have sql server 2008 enterprise edition.My log file is showing about to full the HDD and the database is in logshipping but it is paused due to some customer requirement.I want to shrink the log...
View ArticleBackup has failed in sql server 2005
Hello,Today my sql server 2005 backup job has been failed with the following error:Executing the query "BACKUP DATABASE [XXXXXXX] TO DISK =...
View ArticleI am running the job getting below error while on changing job owner to first...
I have two sa accounts on sql server 2008 R2:1. xyz-NDC-SDB2-U\Administrator 2. xyz-NDC-SDB2-U\UATDBADMINFrom second account a new job is created and sql server service is running from first...
View ArticleCDC database corrupt
Help, our CDC enabled database is corrupted on a systemobject, updates are still working fine, but no BU can be taken due to a checksum error during checkpoint.We copied all user data into a newly...
View ArticleHow to configure jobs and to notify to the user in SQL SERVER 2008 servers
Hello,I have 20 SQL 2008 servers we dont have any monitoring tool to monitor for job failures,low disk space,log file is full,database is offline or suspectmode etc.Could any please help me how to...
View ArticleSystem.OutOfMemoryException running Activity Monitor when total sql processes...
Hello,I am using Sql Server 2012. I get the following exception when the total sql processes become very large (in excess of 100,000) and I open Activity...
View ArticleError: 17204 (FCB::Open failed) - How to set persmission correctly on a...
Hello,Is there a process/procedure available in SQL Server which allows SQL Permission to be set properly for a given instance when a new drive is added? It seems like only way, that I know of, is to...
View ArticleMoving SQL 2008 R2 database
one of my database is inaccessible as the Drive space got full. I couldn't add extra disk space on that drive.Shall i make offline and then detach --> copy and then attach.The above approach will...
View ArticleSo many LATCH_EX
Hi all I select select * from sys.dm_os_latch_stats to check wait type, and find many ACCESS_METHODS_DATASET_PARENT what's it actually doing? and it cost so many CPU resourcese.
View Article