SQL Server Active Active Failover Cluster w/ transaction Replication,...
I have been trying to resolve this issue for the past day now.Everytime I create a failover sql server 2008 cluster nodeThe resource group is always missing the SQL Server and SQL Server Agent...
View ArticleSQL Server CPU utilization
In Task Manager, we can check the sqlserv processes using how many percent of CPU in % so can we break the sqlservr process down and check each of the processes ID pid of the "CPU usage in %" by any...
View ArticleSQL 2012 Partitioning and Foreign Keys
Hi, I have a situation where i have several large tables that i would like to use partitioning on. One of the main reasons, performance and the second is to be able to partition switch old data out so...
View ArticleIn sql server Cluster DISK is Fail how to resolve the issue
thanks, PoornaThanks, Purna
View ArticleLog shipping failed due to differnet name found on server.
i have one standalone server for practice with following scenario. 1. server 1 named as "Win1" installed with SQL 2008 r2 with default named instance i.e "win1" and it has 5 database for testing...
View ArticleSERVER AUDIT file rollover parameter not acting as expected
I have a high volume audit situation in SQL Server 2008 R2 Enterprise Edition 64 bit SP1. CREATE SERVER AUDIT [Audit-UserUsage$xxxxxxxx] TO FILE ( FILEPATH = N'R:\SQLAudit\logs\' ,MAXSIZE = 100 MB...
View ArticleSQL Server 2005 IO Problem
We have a database of 60 Gb the performance of it is very low. I want to find out if there is any IO problem with the server. I have run the below WITH DBIO AS ( SELECT IVFS.database_id AS db,...
View ArticleRESTORE DB WITH STANDBY= 'File Path' [Without any data is taking over 1 hour...
I have a log shipping solution setup where the secondary db is setup to recover in standby mode so my users can query the db. I started running into issues where as the db was restoring logs, a user...
View Articlean application open huge number of connections
Hello, i have an application connected to SQL server 2008 x64 SP2 and open huge number of connection in spite of the medium number of users are really using this connection i took random 5 min it was...
View ArticleSQL Server 2012 Express Edition : does DBMSSOCN work and is it allowed?
We have customer reps out in the field who connect to our legacy SQL Server 2000 database at headquarters via various ASP.NET applications. The web apps on the web server connect to the SQL Server...
View ArticleStored procedure failed in linked server
hey all I created linked server in local machine and accessing table from remote server using Linked server, while i am running any select, update or insert it running successfully,but if i run any...
View Articlehow long sql server will wait to allocate the memory when doing sort/hash
If sort large volume of data, then sql server prefers to allocate a large memory to sort them all in memory, say one sort need 30G. And the sql server has 300G, but only 5G is left as all others are...
View ArticleQuestion abount SQL 2012 Standard Database Engine problem
Hi, Recently i have configure SQL server cluster, after all the installation and configure done. When i'm try to login to my database. I saw something wrong about my database engine. It suppose have a...
View Articlegetting dependencies for objects in all database leverl
HI, can any one help me out,i want to delete one table from production before delete the table i want check the table dependent object on server level Regards Ramesh.m
View Article