Sql Server service not starting
I am working on Sql Server 2012, installed on windows 7(32 bit)OS.I am somehow not able to login SSMS and getting 18645 error.I checked the service in configuration manager and status is showing as...
View ArticleIndex Rebuild
While rebuilding indexes log file is growing vary rapidly and we can't put DB in simple recovery mode because we have configured DB mirroring. Is there any way to minimize log file growth while index...
View Articleproduction db hung
My produciton DB hung after issuing command ALTER DATABASE [Datas] SET NEW_BROKER WITH ROLLBACK IMMEDIATE;This command completed faster . but there was huge wait on other service brokers other db's...
View ArticleHelp with Data Corruption
Hi all, I am attempting to assist a customer who has had some database corruption and doesn't have a good backup history. As far as I can tell from the following CHECKDB result, there is no easy repair...
View ArticleUnable to uninstall SQL server 2005 express
Trying to uninstall SQL server 2005 by right click uninstall on 'SQL Server 2005' then selecting SQL Express Database Engine and Workstation components. The uninstallation wizard ends with error.Below...
View ArticleDeadLock troubleshooting
Hi Everyone,Can anyone Please check the attached log and help me how to troubleshoot deadlockThanks allDBA
View ArticleAccessing SSISDB of another Server through Linked Server
I have 2 servers, Application Server and Database Server.My Application Server is hosting the SSISDB database and packages.From my database server, I want to access the SSISDB of application server...
View ArticleSQL Server and Aroura Linked Server
I have configured our Aurora instance to be a linked server to an existing MSSQL instance using OLEDB connector. I am able to query the Aurora instance. However, we are running into an issue with some...
View ArticleEVENTDATA() data
Hello ForumI'm writing a series of Database Triggers to capture when database objects are created, altered or deleted. Currently my Triggers are capturing the Login Name and Object Name.Is it possible...
View ArticleWhat's the best way to count rows in a memory table?
For regular tables you can get a quick row count from sys.partitions or by using sp_spaceused. These don't work for memory tables. Is it back to good old "select count(*)"?The various DMVs give page...
View ArticleAUTO_CLOSE reverts each time SQL Express is restarted
I am trying to set AUTO_CLOSE OFF on SQL Express databases. However, it seems to revert to ON each time SQL Express is restarted. Is there a way to make it "take" permanently for a database. Or even...
View ArticleFULL DATABASE BACKUP ERROR
CANNOT BACK UP MY 2012 DATABASE. KEEP GETTING ERRORS HELP!!!
View ArticleIndex Reorganise estimation using Fragmentation value
Hi,Please check the below result and tell me do we need to consider avg_fragmentation_in_percent value and page_ count values in order to rebuild the Indexes?How to choose the page_count number, can we...
View ArticleHow non clustered index works in sql server.
I need detailed information about non clustered index in sql server. Could some one please explain how non clustered index works in sql server?Thanks in advance.
View ArticleHow to perform Table partition in Sql Server 2014 Standard Edition
Hi all,previously we had used sql server 2012 Developer edition where we can create table partition and that's working fine.currently we are using sql server 2014 edition where we can not create table...
View ArticleInfo from @@Version different Status bar version on SQL Server 2005
Hello friendsI was checking the different version of my databases, but i have noted something curious. In my engines 2005 i see difference between the result that give me @@Version vs the Status bar...
View ArticleGetting Error 33222 when enabling audit.
Hello all,I'm having a bit of difficulty enabling an audit on the database engine. I'm getting error 33222 when trying to enable it.Audit "TestAudit" failed to start. For more information, see the...
View Articlewhich index choose/create?
Hi experts,I am creating the below table that will have more than a million records, so I want to be cautions about performance...CountryIdDateInsertedbr22-Julbr32-Julus23-Juleu43-Juleu23-JulThe...
View ArticleQuick investigation performance.
Hi experts,I have the below issue with an SSRS, it used to take 10 seconds to run last month… now it takes 10 minutes!Yes, this month there were a lot changes in indexes, and some more load on another...
View ArticleSQL backup fails, where are SQL AGENT logs stored?
Hi guys.- We have 2008 R2 SQL Enterprise in our environment.- We have configured BACKUP under SQL SERVER AGENT, running backup as a JOB.- Backup is ran on daily basis.Randomly backup does not succeded...
View Article