Extended event status change
Hi Please see my Extended event script to capture the deadlock detailsCREATE EVENT SESSION [Monito_DeadLock] ON SERVER ADD EVENT sqlserver.lock_deadlock ( ACTION ( sqlserver.client_app_name,...
View ArticleThe provider ran out of memory
When I try to open excel file, I get the following error(the same is if i try it with linked server):SELECT * FROM OPENROWSET('Microsoft.ACE.OLEDB.12.0', 'Excel 12.0;Database=c:\Temp\excelFile.xlsx',...
View ArticleColumnstore index switching to row mode with inner join
Hi all,Considering the following "example" query with a columnstore index:SELECT ClientId, SUM(OrderAmount) FROM Order GROUP BY ClientIdExecution plan shows a nice batch execution mode. When I do...
View ArticleRecovery model for Datawarehouse databases
Hi We are building up a new Datawarehouse environment where there will be lot of of Inserts/Updates/Deletes will be happening. i would like to know what is the recommended recovery model for databases...
View ArticleSQL Server 2012 Express with Advanced Services (contains the database engine,...
Hi all,A new Microsoft SQL Server 2012 Express with Advanced Services (contains the database engine, Express Tools, Reporting Services and Full Text Search) was just installed in my "Windows 7" PC. I...
View ArticleI got above error whenever my server rebooted only.
Getting error: BackupDiskFile::CreateMedia: Backup device 'C:\Backups\SharePoint\spbr0004\00000008.bak' failed to create. Operating system error 3(failed to retrieve text for this error. Reason:...
View ArticleWe wants to know the threshold value (MS-SQL server) which they configured.
Dear All,Users to use the Monitor tool will have configured the threshold value.We wants to know the threshold value (MS-SQL server) which they configured.That is to say, we wish to refer to the...
View ArticleTemp db size is increasing not releasing space
Hi All MS sql server 2008R2(RTM) STD 64 bit, Temp db size is continuously increasing not releasing used up space , please suggest us what is the problem with my temp db ? i executed below query ,...
View ArticleDatabase snapshot cannot be created in multi user mode but in single user...
Msg 1823, Level 16, State 2, Line 1A database snapshot cannot be created because it failed to start.Msg 5123, Level 16, State 1, Line 1CREATE FILE encountered operating system error 5(Access is...
View ArticleWhen SQL kill a process?
Without issuing "kill" to a process, will SQL Server kill a process by itself ??
View ArticleAny way to tell who created a job or more detailed history?
Had the case a few days ago I get an email about a job that failed. Although the name looked familiar, after taking a look at the server, I concluded it was not something I had worked on. What are...
View Articlesql server service terminated unexpectedly
A SQL crash has occurred on a clustered SQL Server 2008 R2 SP2 system. The service crashed and restarted itself, any pointers? Error in event log: The SQL Server service terminated unexpectedly. It has...
View ArticlePlan Cache Related Performance Drop After SQL 2012 Upgrade
We've installed SQL2012 on one of our servers and spotted an overall performance drop of around 20% when compared to SQL2008. On the same hardware and identical database settings (Optimize for Ad Hoc...
View ArticleHow to reduce DB restore hrs
Hi, We are facing some slower DB restoration in one of the production Server. Is there any best method, where we can to reduce DB restoration ?Let me give overview :Our database size is 8...
View ArticleTempdb
HiAll,We have around 6 databases that we use in our queries. I would like to know what's the correct size of Temdb database size should be as all the databases are being referenced in order to boost...
View ArticleSql 2008 blocking....
Every few weeks sp_who2 shows a chain of "spid"-s all blocked by one spid. (We usually ask the person with the main "spid" to log off)1. Is there any way to be more proactive, to look for likely issues...
View ArticleThe mail could not be sent to the recipients because of the mail server...
Interesting db mail issue. If i click send test mail from sql mgmt studio, it works fine, but when i execute a SP to send a mail, it fails. One thing I noticed is that the "LastModified" column in the...
View ArticleSQL 2000 Enterprise Edition on Windows 2008 R2 client request...
Hi fellow DBA's etal...I need to get a straight answer to this client for which I am on site.I have already stated that this is not supported however, a reply from a MSFT or MVP would be greatly...
View ArticleSQL Server does not exist or access denied
The Story is like the following:there is some asp program on XPs , to connect to SQL 2005 SP4 server, and sometimes get the error"SQL Server does not exist or access denied" when try to built...
View Article