AG data synchronization path, where is it?
I had to remove a database from an AG to restore it after an upgrade for our applications team. When I re-added the database to the AG group, it asks for the pathFullSpecify a shared network location...
View ArticleLicensing - Clustering and Mirroring - Site availability and DR
Apologies if this is the wrong forum. I found other licensing questions dotted about various threads. I noted that there was not one dedicated to licensing and I couldn't find one matching my...
View Articlelocked_page_allocations kb is zero will this improve or degrade any performance
Hi All, I am checking sys.dm_os_process_memory and found that locked_page_allocations_kb is 0 for two of my servers one is production and other is UAT and i found that value...
View ArticleP2V Migration from sql2012 to 2014 - Users complaining about access issues.
Hello everyone,A couple of days ago I was tasked to do a P2V migration from let's say A to B...everything looked fine post migration. I took all the possible care to migrate the user permissions off of...
View ArticleBest practices - Building SQL server 2014 cluster
Hi,can anyone provide the best practices/checklist for building SQL server 2014 cluster - windows 2012 R2 -from the scratch. Thanks in advance.-
View ArticleTrying to compare parts of a single string in change log record to exclude...
I have a change log record that records address changes. Many of these changes are the result of address standardization. I'd like to exclude records that are only zip + 4 changes.This is the pattern...
View ArticleReports Migration
We are using the sql serveSqr 2008r2. We have SSRS reports. We are migrating to Sql 2014. But the database is installed in different machine. We are planning to use the logshipping for migration.How to...
View ArticleCannot connect to server
I'm now to this and installed SQL server on my PC yesterday. Everything seemed to go well and I was able to log in and access a sample database. However, when I try to use SQL Server Management Studio...
View ArticleNew Install, lot of Async_Network_io, performance issue
Hello!I've just finished to migrate all my production DB to a new SQL 2014 Box, built on an Hyper-v Guest.All is working well but we have found some issues related to the networkThe ERP Application...
View ArticleConnection issue between SQL Server and Informatica
Experts,User sent me detail of an error "Cannot update the data for the master gateway. The domain configuration repository database may not be available. Verify that the database is...
View ArticleSET XACT_ABORT ON (Server)
Evening All,Is it possble to set XACT_ABORT ON for an entire server or database on a serverI have a legacy app that we cannot change/alter/modify/recompile and its leaving sessions open indefinitely if...
View ArticleGenerate Database diagram/ER diagram from SQL Azure database
Hi Folks,How can I generate ER diagram from SQL Azure database. Is there a built-in functionality in SSMS 2016 or other free tools out there. Please share your thoughts.Many thanks!
View ArticleEXEC sp_executesql
I have database with '-' and ' ' (space) in. When I run the script it stop on the first database with any of them in.#######################################USE master;GOSET NOCOUNT ON;GODECLARE...
View ArticleCan I recover Missing Database File From Backup?
So another DBA stopped the SQL Server service and deleted a .ndf file last night in the Dev environment as part of some maintenance. The wrong one was deleted and now I have a database that will not...
View ArticleAccount showing locked, but then it isn't (sometimes)
What would cause an account to temporarily show as Locked and then the lock appears to clear itself?Can high server or network traffic cause a login error?Any thoughts on how to debug what is...
View ArticleSSIS Permissions for Ad-Hoc execution
Hi Guys,I've got an SSIS package that gets run ad-hoc by a user. No schedule is needed or associated.The user directly has the appropriate access, and when running within an SSiS/BIDS window works fine...
View ArticleDB Single User mode
Hi All,Some body has put one of my DBs in single user mode. But not sure who did it. I checked it in default trace file but no use.Is there any other way to find out who has changed it.
View ArticleMonitoring Log File Autogrowth.
I am in a need to track database log file growth. I googled a lot but did not get the right way to track what is causing the log file to grow so rapidly in one of our databases. Could someone please...
View ArticleProcedure fails when called from a job
Hi Folks,I have encountered an interesting phenomenon whereby a stored procedure works flawlessly when called manually but when called from a Job Returns a fatal error:[b]The conversion of the data...
View ArticleSpatial Data Type - Representing Train or Road Networks
Morning All,I've a bit of a side project on the go at the moment purely for education purposes.I am playing with the spatial data type, and want to eventually implement route finding.This got me...
View Article