Describe the differences between the pessimistic SERIALIZABLE model and the...
Describe the differences between the pessimistic SERIALIZABLE model and the optimistic SNAPSHOT model in terms of transactional isolation (i.e., not the concurrency differences, but instead how the...
View Articlequestion on setting up alert
Hello All,I want to set up an alert that sends out an email if a column value of a table is less than some value. Is it possible to create an alert based on tsql? Thanks in advance
View ArticleFailover 2node cluster is not happening
Hello,Am trying to failover the cluster which has 2node cluster. The second node was not able to handle all the resources, but am trying to failover to other node it not able to handle the resources....
View ArticleAn error occured during encryption - Views?
I ran the view on sqlserver 2008 R2 EE and getting the below error :Msg 15466, Level 16, State 2, Procedure vw_entityRpt, Line 4An error occured during decryption.What is the issue?Thanks,Ron.
View ArticleHow to find empty views in a database in sql server2000
Hi all,how to get list of views which doesn't contain any records in a database in sqlserver2000please help methanks in advance,kishor.
View Articlecan tempdb be set too large?
We all know and love tempdb and its sometime excessive usage, right?I wish to know if there are any performance issues with manually setting tempdb to a large size directly, even if it is never going...
View ArticleDatabase backup issue
Hello All,Recently I have been getting the below errors whenever my full backup job runs on my staging environment. The job is nothing but a maintenance plan that first deletes backups older than 3...
View ArticleUpdating Configuration Files using SQL Statements
In SQL, are there any direct SQL commands to update the configuration files.I want to keep my configuration files away from users, and don't want any manual updates in them, but want to use some simple...
View ArticleWeird response time from a stored procedure
Hi All,I recently hit a bit of a problem and I wanted to know the thoughts of the community.I have a C# app which calls a stored procedure on a SQL 2008 database, by default when the proc is called, a...
View ArticleClustered Index Update or Insert Expensive Query Plan Operator
Hi Everyone,I'm in the process of analyzing a sql 2008 database for performance reasons. I have discovered a significant number of DML query plans that seem to show a high operator cost for 'Clustered...
View ArticleUnable to shrink DB
OK, I am a sysadmin, not a DBA. So I am running some monitoring software, and it reports my log file for my DB is getting to large. I check on it and low and behold it is huge, 400+gigs when the DB...
View ArticleAverage Load in last 1 hr
I would like to gather following information. Basically I would like to gather Average Load (such as CPU,Memory, Session, Process, Page life, Buffer cache) in every hour. I am using SQL 2008. I am not...
View ArticleSuspect that a low PLE leads to a performance problem
Version;Microsoft SQL Server 2005 - 9.00.5000.00 (Intel X86) Dec 10 2010 10:56:29 Copyright (c) 1988-2005 Microsoft Corporation Express Edition on Windows NT 5.1 (Build 2600: Service Pack 3)The...
View ArticleSQL Server 2012 takes forever to restore database
I've been using a 2008 R2 install for a while, restoring 2008 R2 databases from a different install. 10GB DB took about 5 minutes at most to restore. I upgraded to 2012, and now the same backup takes...
View ArticleSeparating Data Files and Log Files
Hi Folks, I am facing an issue which I thought I understood but looks like reading and implementing a strategy are very different. I have a SQL 2008 running on a VM with Windows 2003 and having 8...
View ArticleSQL Server Native Clinet 10.0 Query Timeout
I have a C++ app that uses the SQL Server Native Client 10.0 as my ODBC provider.I need to adjust the Query Timeout for several queries going to a remote instance of SQL Server 2008 R2.I have tried...
View ArticleVisual Studio - How to turn on trace and see output
I am using Visual Studio Professional 2012 - What do I turn on using the Debug icon so I can see the execution of my VB output, including my SQL calls output?Ed.ecb
View Article