Kerberos/SPN issues with multiple instances using dedicated IP's/Ports
Hey all, Here's the setup. Server A - Instance1 - Instance2 - Instance3 Server B - Instance1 - Instance2 - Instance3 Each instance has a dedicated IP + port that is set to 1433. I can connect to each...
View ArticleAttempted to perform an unauthorized operation error while installing SQL...
I've been trying fresh installation of SQL Server 2008 R2 enterprise on Windows Server 2012 R2 standard VM server several times for two weeks, but always get the error "Attempted to perform an...
View ArticleLinked Server : SQL 2012 to 2000 error - Microsoft Distributed Transaction...
Hi all, If any one has worked around this error and can help ?Msg 8522, Level 16, State 3, Line 1 Microsoft Distributed Transaction Coordinator (MS DTC) has stopped this transaction. I am trying to...
View ArticleSQL Server Unexpected Restart - Checklist
We have pretty big databases on the SQL Server and as such we would not be able to run full DBCC, is the state_desc in sys.datbases shwoing online for the database good enoguh. Should we checking...
View Article2 questions on database compression
Hi all,I've 2 questions on database compression:1) table compressionIs table compression an ONLINE operation? I can run the command with my server under load?2) index compressionIs there a way to...
View Articlehow to get into SQL Server - Installation done through DPM tool. DO not have...
HI Every one, Hope you guys having wonderful Friday. well I have some weird situation so don't know some one can help me here .in Past some one has Installed SQL Server when installing Microsoft DPM...
View ArticleSQL Server performance is bad on high end machine.
We have a high end server (128 GB RAM, 20 cores with 2.20GHz, 40 logical processors), 64-bit windows 2012 R2 OS. I have observed that the SQL Server performance is slow compared to our low end...
View ArticleShould we use triggers to deny alter access to views?
hello all - the requirement is let a group access all the views in the schema but not be able to alter, delete views or stored procedures or functions. what is the best way to do this? thanks in...
View ArticleUtilizing two different sql server instances on the same machine
Hello,We have two machines with sql server 2012 installed on them.Now we want to have one machine and have both of the instances on that.How can I determine the sufficient resources required for the...
View ArticlePerformance counters missing for single database
Hi,Performance counters are missing for a single catalog within my sql server instance. I can see all the counters I expect to see, but in the list of instances, one catalog is missing.For example,...
View ArticleWhat are all the features not supported in SQL Server 2012 trial version?
What are all the features not supported in SQL Server 2012 trial version?
View ArticleSqlserver 2012 Logfile Debug
Hi Friends,As our sqlserver 2012 logfile keep increasing massively I want to debug or know what happened which table update or delete. there is any option available to debug logfile .thank...
View ArticleApplying license rights to lower version of SQL
If I have x amount of SQL Server 2012 licenses and have an excess, can I use those excess licenses to cover additional installs of lower versions of SQL (2008/2005)?
View ArticleCannot remove 2nd log file on AlwaysOn database
Hi all,I have a database, member of an availability group. This database has 2 log file, I want to remove the unsed secondary log file, I try to run this command to empty the second lofg file:USE...
View Articlesysjobhistory server column value
Anyone know the source for the server column value in the sysjobhistory table? It isn't from the sys.servers view.
View ArticleRollBack Process
Hello All,There is a process in one of our PROD server taking indefinite time to rollback, showing completion status 0% this process has been killed two days back, please find the below details of the...
View ArticleBulkCopy Issues with SQL
Hello everyone, my question is in regards to a bulkcopy insertion in sql. My Table is very simple: ID (uniqueidentifier, set as primary key) Data (nvarchar(MAX)) INDEX: On ID (clustered, unique, hosted...
View ArticleSQL 2008 Page Life Expectancy very high
When I run the following query to determine the Page Life Expectancy: SELECT cntr_valueAS'Page Life Expectancy'FROMsys.dm_os_performance_countersWHEREobject_name='SQLServer:Buffer Manager'AND...
View ArticleError' OLE DB provider "SQLNCLI10" for linked server "SOURCE" was unable to...
Hi,We are getting below error wile run open query to execute the procedure.example:- SELECT * FROM openquery ([PSNSQLN04],'SET FMTONLY OFF;exec [PSNSQLN04]. AltDataHub.dbo...
View ArticleSQL server 2014 DB creation issue
Hi,I have created VM (windows server 2012) which is installed with SQL server 2014 standard version from gallery. when I tried to create a DB in SQL server it is taking too much time (more than half an...
View Article