Linked Server Kerberos Double-Hop Problem
Dear Colleagues,I am having a kerberos-related problem. I have a network of two SQL Servers that reference each other via Linked Servers. The linked servers use integrated kerberos authentication...
View ArticleSQLCMD In Single User Mode
This is driving me crazy because I've done it a few times with no issue and now I can't figure out why I'm getting error messages. I first stop all services for the instance using the Configuration...
View ArticleSQL Server has encountered 1 occurrence(s) of I/O requests taking longer than...
Hi there - Last night our application experienced a brief outage due to the following error which I found in the error logs; SQL Server has encountered 1 occurrence(s) of I/O requests taking longer...
View ArticleReplication Snapshot scheduling
How often is the good practice for replication snapshot schedule in sql server transactional replication? My understanding is that the snapshot is used for initial load only right? Later all the...
View ArticleSQL server redirect
Hi,Is it possible to redirect all the incoming request on InstanceA\DatabaseXYZ to InstanceB\DatabaseXYZ ? if yes how? What sorts of permission do we need to do this - I ahev sysadmin right on both...
View ArticleExtended Property History
Hi SSC,I've been messing around with extended properties for documenting various objects, and I'd really like to be able to store the history of a given property (and/or object). Obviously I could...
View ArticleUnregistered Component Error in SSIS
I can't create any Data Flow Task. Once I create (tested and working) Connection (it doesn't matter if it is Excel, Flat File or other) and try to use it with a Source Assistant, I get the following...
View Articleerror during audit activation
Hello everyoneI have an error if I want to enable server auditingWho has a dice is that exactly this mistake
View Articlepowershell to script alerts/operators
I am looking for powershell script to script out alters and operators, can someone help
View ArticleLong running Stored Procedure
We have a vendor application that has a few long running stored procedures that build reports using Tempdb. The stored procedures has many, many left outer joins. The Virtual Machine has 8 CPU...
View ArticleSQL Server 2014 Always On
Good day,I am still very green with Always On and its Availability Groups, so bear with me. Our HA is running on a cluster with automatic failover enabled. I would like to know when the SQL Server...
View ArticleThe database principal has granted or denied permissions to catalog objects...
Dear all, I get the following error message when trying to remove a login on SSISDB even though it has no longer any permissions on the database: "The database principal has granted or denied...
View ArticleOn-premises SQL server - adding secondary node to azure VM
Hi all, Am trying to figure out how to add a secondary replica always on to my on-premises SQL server, the edition is 2014. Finding it hard to get my hands on a step-by-step guide to implement this....
View ArticleOptimal values for certain metrics
Dear Experts,On one of the databases , I noticed NagiosXI is raising red flags , for certain metrics. As I believe that it depends on database-to-database and the environment , I'm wondering on what...
View ArticleSQL 2014 AG
I have a 2 node SQL 2014 Cluster on site. The plan is do add a third node for read only purpose in Azure using an Azure VM. Do I need an Internal Load Balancer configured in Azure to set up the...
View ArticleTDE using EKM device, Does it store key in master db also?
We use an external HSM device to create and store keys and use it for TDE. Our auditors are asking questions about where the keys are store. So obviously the key is stored in the external HSM device.In...
View ArticleDifference between AG && FCI
Hi,what is the difference between AlwaysOn availability groups and AlwaysOn Failover cluster instancesthanks
View ArticleReconfigure log shipping in bulk using "Script Configuration" missing...
G'day all,We have a SQL 2014 box with approx. 150 databases that are performing log shipping to three other SQL 2014 servers. (DR, REPORTING & MARKETING)Occasionally when our vendor does major...
View ArticleReplacement of role db_owner
HelloI am working on a folder removing the db_owner role for some users and replacing it with a specific rolefor that I created this role[code language="sql"]CREATE ROLE [R_SQL_dev]GOgrant select, insert
View Article