Cannot shrink log file because all logical log files are in use
SQL 2005 9.0.2153 EE EnglishDatabase has recovery model = FullI have job which is executed at night time. It executes these main tasks (in order of execution)1. Renames transaction log backup of...
View ArticleColumnstore - Optimization Question
Hello, I am trying to query a columnstore table and it looks like the query optimizer - as part of optimzation - is trying to scan all the rows first and then apply the filter. Unfortunately, this is...
View ArticleIssue with auto update stats
Hi All, I have a database upon which the auto create and update stats is ON which I found by following query, SELECT NAME ,is_auto_create_stats_on ,is_auto_update_stats_on FROM...
View ArticleDatabase size increase
Hi AllIs there any way, to lower the increase in DB size after re-indexing, if we can't resist completely increasing size of database.
View ArticleSQL Disk Dependency problem on SQL 2008 cluster including errors
Hi All,I have a SQL 2008 cluster running with 2 nodes, and what I have recently noticed is that a snapshot creation code has been failing. I checked the cluster dependency property on the SQL...
View ArticleHow to disabled interactive logon for MS SQL service account?
Hi How do you prevent interactive logon for service accounts created in MSSQL 2005? Any advice provided is highly appreciated.Regards,San San
View Articlein memory non cluster index length support
Hi,We're using sql server enterprise 2014 in memory tables and want to ask and when we create non-cluster index on in memory tables with varchar(1000) it gives warning msg that the insert/update/delete...
View ArticleHow to release memory for sql?
From @amin_sushanth via Twitter: On #windows2k12 R2 the memory does not get released @AzureSupport.I am running microsoft sql on windows 2012r2.Due to certain load they the memory usage goes to 23gb...
View ArticleExtended events: how to know the exact file name of the target
Hi all,I know that with the DMV sys.dm_xe_session_object_columns I can know the file name pattern of my asynchronous file name target, but we know that the physical file names created by the xe engine...
View ArticleWhy is SQL Server database size much bigger than I expected?
I start with a SQL Server (Express) database with no tables. Windows reports its size as 4288Kb. Fair enough, some overhead.I produce a table with 1,000,000 records. Two fields, both of smallint type....
View ArticleAlways On backup failed replica not in primary or secondary
Hi there,Nonetheless, later were done all the backups.Date 27/05/2016 02:08:58 Log SQL Server (Current - 26/05/2016 10:03:00)Source spid35sMessage The availability group database xxxxxxxxxxx is...
View ArticleSQL 2012 will install IIS ?
Installing SQL 2012 cluster will install together IIS on windows server 2008 R2 ?
View ArticleHow to get the last waittype?
Dear all,As you see, spid 131 and 133 share the same waittype (0x0000): spid kpid blocked waittype waittime lastwaittype 131 11128 0 0x0000 0 ASYNC_NETWORK_IO 133 0 0 0x0000 0 MISCELLANEOUS You must...
View ArticleProcedure to AD domain join and rename a SQL Server 2014 stand alone server
Hello,I have a stand alone SQL 2014 instance on windows 2012 R2.Is there any procedure to rename the server, then domain join it?I can easily rename and domain join the windows server OS. However, I...
View ArticleDatabase Engine Tuning advisor dropping indexes
I recently came across a scenario where the database engine tuning advisor crashed and I discovered it left Hypothetical Indexes on the server. I haven't been able to find definitive information...
View ArticleHow to disabled interactive logon for MS SQL service account?
Hi How do you prevent interactive logon for service accounts created in MSSQL 2005? Any advice provided is highly appreciated.Regards,San San
View ArticleCannot shrink log file because all logical log files are in use
SQL 2005 9.0.2153 EE EnglishDatabase has recovery model = FullI have job which is executed at night time. It executes these main tasks (in order of execution)1. Renames transaction log backup of...
View ArticleColumnstore - Optimization Question
Hello, I am trying to query a columnstore table and it looks like the query optimizer - as part of optimzation - is trying to scan all the rows first and then apply the filter. Unfortunately, this is...
View ArticleError 30063 - SQL Server could not set fdhost.exe process to 65535 because...
When starting up SQL Server 2012 (11.0.5634 enterprise edition) the below two lines get logged in the errorlog.2015-10-22 23:25:15.770 spid17s A new instance of the full-text filter daemon host process...
View ArticleLog Buffer and Flushing Time
Hi all,I read in documents that Log Buffer is 60KB and when you commit a transaction or 60KB is filled due to heavy transaction, its contents is written to disk.For the test purpose, I created very...
View Article