Sql 2005 Profiler: No "Deadlock graph" appeared in trace
I ran a trace against a sql 2005 database and selected Locks: Deadlock graphLock:DeadlockLock: Deadlock chainWe encountered a deadlock and the last two items were caught in the trace but not the...
View ArticleLog Buffer Wait - How to reduce it
Is there a way to reduce log buffer wait? Is there some setting or settings that I can change? If not, how can I find the database and queries which are causing log buffer wait.ThanksSQL Pro
View Articletracewrite waits averaging over 1000ms
Again looking at waits, and the average wait time for my tracewrites, when running Profiler interactively on my workstation monitoring the engine running on the server, server shows average waits for...
View ArticleSQL Server - Runing properly with Instalation Failures and Router?
Hello, I've bought SQL Server 2012 but i have some complement problems involve. First of all.. in the installation history i have two failures: - Database Engine Services - SQL Server Replication Also...
View ArticleQuestion about proper index on table to minimize deadlocking
We have a deadlocking issue when two queries try to access the same table. (Sql 2005 Profiler shows us the deadlock. The INSERT statement is the "winner" and the SELECT against the same table the...
View ArticleDBCC FreeprocCache..Made the application up..need help
We are supporting a share point application with huge content Database. And the applicaiton went down...and it came back live after we ran dbcc freeproccache().before running the freeproc cache we took...
View ArticleSql server memory usage high
i have sql server 2005 with below hardware.CPU :- Xeon 2.40 GzRAM :- 4-GB Hard Drive :- 1-TBin this server we have 1 database which is near about 3 to 4 gb in size every day sql server process goes to...
View ArticleConsolidate databases in a single sql serve box - SQL Server 2008 R2 -...
I have to migrate dbs from SQL Servers 2005 EE 64 bit to a single sql server box with SQL Server 2008 R2 SP1 EE 64 Bits (cluster).The collates are: - Latin1_General_BIN – 12 dbs - Latin1_General_CI_AS...
View ArticleSQL Server 2012 Management Studio & Visual Studio 2012 Express: Database &...
Hi all,I have SQL Server 2012 Express [that has SQL Server 2012 Management Studio (SSMS 2012)] and SQL Studio 2012 Express installed in my "Windows 7" PC. I can manually create a Database...
View ArticleBind Sql Server to Static IP address
We using SQL Server 2008 in our Windows Server 2008, and have a static ip. We are able to connect to sql server from Management Studio in our network. But how do we connect to SQL Server when we are...
View ArticleAppDomain Unload - Memory pressure
Hi, I have a sql2008 10.0.2531,x64 running on windows server 2008R2 SP1,x64. On daily basis, we do a huge ETL processing and during the ETL job, i see the following errors logged in ERRORLOG. I know...
View Articlerebulid indexes on msdb and master databases
Is it safe to rebuild indexes on master and msdb databases using a maintenance plan? and how often should this be done? thanksSQL Pro
View ArticleSQL Server question
I am trying to find SQL Server usage statistics of our production SQL Server Cluster which has SQL 2008R2. It is a two node cluster(Active-Passive), just wanted to see how are the resources are being...
View ArticleSql Profiler: which Event , column returns stored proc name?
What Event, column name will return the name of the stored proc called? (I have tried options such as Stored Procedure : RPC Completed and get strings likedeclare @p1 intset @p1= 1245exec sp_preexec...
View ArticleSystem DSN to Windows Azure SQL Database
I am struggling with setting up linked server connection to Azure SQL. Connection works easy from SSIS and SSMS 2012.In the system DSN setup I select SQL 11 library, enter server name, login, password...
View Articlehow to multi-target for vista, windows 7 and windows 8 using sql server express
the original application was built for .net 3.5 using sql express 2008 mdf file with connect string ofData Source=.\SQLEXPRESS;AttachDbFilename=c:\MDF\StringTmp.mdf;Integrated Security=True;Connect...
View ArticleData warehouse
Just wanted to know how the sql serveroptimisation...We have 10 Tb of data in datawarehouse and client wants us to handle strategy for optimisation assuming the data to grow my 100% comparitively.Any...
View ArticleDoes SQL running in a virtual machine (vmware) automatically uses additional...
Hi. We are having a perform issue running SQL 2005 32 bits in a vmware virtualized machine. We changed windows server 32 bits OS host machine for 2008 64 bits and added additional physical memory to...
View ArticleNonsensical results using columnstore index
I'm looking for any ideas to the results I'm getting from columnstore indexes in SP1. Both should be impossible, but having them happen pretty much blows that out of the water. This is a completely...
View ArticleQuestion about DBCC TRACEON(1222,-1)
We are having deadlocking issues on a prod server. I was going run DBCC TRACE ON(1222,-1) on the server and then read this on MSDN:"Use DBCC TRACEON (trace# [, ....n],-1) only while users or...
View Article