Database Mail : Mail Not queued DBMAIL is stopped....
Hello I tried for hours to get my Database mail work, without success, on SQL Server 2005 ent Edition 64bit SP3 in cluster environment I send mail with the test : USE msdb GO EXEC sp_send_dbmail...
View ArticleSplit existing Partition - Grows log file in GBs and take hours to run
Hi,I have an existing table with around 200 Million rows and couple of partitions.I would like to split the partitions e.g. the Latest partition hold the data where date >= '2012-01-01' and I want...
View ArticleExecution Plan
Hi All,I have column1 with datatype varchar(50) and in procedure I am taking bigint.when I check Execution plan then it convert bigint to varchar .My question is any performance related issue while...
View Articlecan't attach outlook 2013 bcm database in SSMS
Hello,I upgraded my laptop from Windows 7 64 bit Office 2012/BCM 32 bit to Windows 8 Office 2013/BCM.before the upgrade I detached the bcm database in SSMS. made copies of the mdf and ldf...
View ArticleDeadlocked on lock | communication buffer resources
Warehouse server; MAXDOPS = 12Last command that caused/encountered problem: DBCC UPDATEUSAGE(SPIEWeb)WITHNO_INFOMSGSSQL version:Microsoft SQL Server 2008 R2 (SP1) - 10.50.2500.0 (X64) Jun 17 2011...
View ArticleNumber of users accessing SQL Server 2012
1)find number of users on a database in sql server 2012 2)find number of users accessing in sql server 2012 3)find users using a specific object on a database inn sql server 2012 4) active process in...
View ArticleHigh CPU utilization by SQL server 2008 R2 SP2 when no Application is...
Hi, I have sql server 2008 R2 SP2 installed ,the memory utilization is normal but sqlserver.exe process is taking 97 % of CPU even when no application is accessing it,no job is running, in fact its new...
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 Articlehow can find the backup file on Commvault or Tivoli tool?
Hi Guys If anyone using this toold and can guide me for commvault or Tivoli tool for backup. where or how i can find sql backup file in this tool to move to the another server?Thanks.Please Mark As...
View ArticleScript required to check whether SQL is installed or not for 300 servers
Hi,I need to check whether SQL is installed or not in 300+ servers. It will take long time if i login manually and check the SQL service is present on each serverHence i need a Script to check where...
View Articlecreate index causes insert statements?
I decided to create an index on an existing table with a million rows.I give a simple command like "create index idx_mytable_myfield on mytable(myfield);"It so happens I have profiler running on that...
View ArticleInsufficient system memory in resource pool
Hi,When application guy press submit button, he is receiving this error:There is insufficient system memory in resource pool 'internal' to run this query. A serer error occured on the current command....
View ArticleSleeping process reflecting High CPU and Disk IO....!!!!
Hello Everyone,Yesterday I faced a very strange issue where one of the sleeping process was High on CPU and Disk IO when I ran sp_who2.....could someone tell me the reason for that ???Thanks,Hunt
View ArticleColumnstore poor optimization (row mode)
Hi all,I am tearing my hair out with the poor optimization that exists with columnstore indexes. As many have pointed out in the past, running something like:SELECT SUM(Measure) FROM FactTableis far...
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 ArticleError while enrollment SQL server on UCP
Synonym 'dbo.syn_sysutility_ucp_smo_servers' refers to an invalid object. Could not use view or function 'msdb.dbo.sysutility_ucp_instances' because of binding errors. (Microsoft SQL Server, Error: 5313)
View Articleazman + SQL Server 2008 : Access Denied
Hi,I am trying to create a new Authorization store with Azman with SQL Server 2008 R2 on Windows Server 2008 Server machine. However, when i try to do that, i get an error from Azman : "Can not create...
View ArticleLogshipping issue
Hello,I have currently setup logshipping in our staging. And now I am planning to move the database data and log files on the primary server to a different drive. To perform this activity I plan on...
View ArticleSQL Server 2012 syspolicy_purge_history fails step 3 "Erase Phantom System...
I recently installed SQL Server 2012 Ent (x64). The install is a stand alone default instance.The syspolicy_purge_history job fails on step three with the following error:Executed as user:...
View Article