LogMgr::LogWriter: Operating system error 1117(The request could not be...
SQL Server Version: Microsoft SQL Server 2012 (SP1) - 11.0.3000.0 (X64) Oct 19 2012 13:38:57 Copyright (c) Microsoft Corporation Enterprise Edition (64-bit) on Windows NT 6.2 <X64> (Build 9200:...
View ArticleLogical Read and Write
Hi Is there any way to find out logical read and write on database by application other than using profiler trace?. Our main server is mixture of OLTP+reporting server. We use qlikview for reporting...
View ArticleSQL Server Build
I have installed sql server2008R2 without management tools in the actual machine.Thats why we restricted the persons who having remote acess not able to do anything in sql.Like this how do we install...
View ArticleThread count increase monitoring (sys.dm_os_threads)
Hi,I am monitoring the number of threads consumed by sqlservr.exe process. The thread count remains constant between 300-400 threads. Sometimes, I see that it jumps to 680+ threads and I am wondering...
View ArticleInternal Query Processor Error - During Installation
I am having problem installing SQL Server 2008 R2 express (SP2) , on a Win7 Home Premium pc.Error occured near the end of the installation process.The Error message : Internal Query Processor Error :...
View ArticleSQL 2012 Restore Error
I am using SQL 2012 and am trying to restore a database A.bak over the top of an existing database B . I have ticked Overwrite existing database (With replace) and told it to relocate all files to the...
View Articlerecommended affinity settings for SQL Server 2008 R2 running on VMWare servers
In SSMS 2008 R2, we currently have "Automaticall set both Processor and IO affinity for all processors" set. Since the servers that SQL is running on are VM servers, is this the recommended affinity...
View ArticleCouple of questions
Hi All,I have 3 questions. Some one kindly answer those.1) If a table of size 50GB, having no indexes if we create an clustered index on that then what will be the size of that index?2) If a table is...
View ArticleAuthentication
Hi All,I know there are two kinds of authentications in sqlserver, Windows and SQL. Is there any query there any query which gives output as these available authentication like windows authentication...
View ArticleGetting absolute sequence number
In profiler there's an EventSequence field, but apparently it's an artifact of profiler and not available to a transaction.Is there any kind of absolute sequence number for transactions available to...
View ArticleUnable to create Full Text catalog after reverting from DB Snapshot in SQL...
After reverting to a database snapshot that contains Full Text indexes, it does not allow you to re-create Full Text catalogs until you either restart SQL Server Service, detach/attach the DB, or take...
View Articledisk I/O
We have a SQL server with 25 GB RAM, it is used for data warehouse. When the user restores one of their big databases, it slows down the network, and sometimes caused Exchange server down. The data and...
View ArticleSQL Health Check Script.
Hi,I need a SQL health check script, or powershell script, in where we just provide a servername as input in stored proedure or powershell and it shoots a mail to me with complete health check...
View ArticleSimple COALESCE(...VALUES...) throws severe error on SQL Server 2008
The following simple statements throws a severe error:SELECT COALESCE((SELECT Wert FROM (VALUES (NULL)) AS Werte(Wert)), NULL, 2)If reformulated with (nested) ISNULLs, the statement works.Is this a...
View Articlecan backup leave database in restoring state?
I recently had a problem with the 'model' database remaining stuck in RESTORING state and keeping SQL Server from starting up. I eventually recovered by restoring system databases from a 10 days old...
View ArticleSQL Server database with multilingual support
The requirement is to support multiple language in same database. I know, there are multiple process involved in this. There are design considerations in Database layer, Business layer and Presentation...
View ArticleStatistics update
Hi,we have one one sp which contains select statement which will be fired for every 15min when i tried to tune the query using recommendations of sql query optimizer in it. It was recommending to...
View Article70% FILLFACTOR for Badly Fragmented Indexes?
Yesterday (2013-04-04) Kimberly Tripp & Paul Randal gave a great presentation at the Microsoft offices next to Radio City Music Hall in New York City.Paul said: For badly fragmented indexes start...
View ArticleRoundHouse versioning with SQL server
Hi All,Can anyone guide me to get through in ROUNDHOUSE version with SQL SERVER?Thanks in Advance.
View Article