SQL Server 2016 mirroring terminated
I setup basic mirroring between 2 servers with no witness, so far so good, DB’s replicate fine. Come monthly maintenance windows the servers get patched by SCCM and reboot. The mirror still stands, no...
View ArticleVendor Remote SQL Connection Through Firewall Is Slow
We have a vendor that needs to connect to our on premise SQL Database for support. They just need access to the instance running, not the entire machine. So I setup a firewall rule that accepts...
View ArticleDo I need SQL Server 2005 and instance MICROSOFT##SSEE?
Greetings to the well of knowledge...I noticed that on one of my servers (a W2K8 server and a DC, BTW) that SQL Server 2005 installed and that there is one instance named MICROSOFT##SSEE containing...
View ArticleQuery defining in wrkqry -> selecting records
Hi There,Thank you for your help. I am completely new to this technology so I need help in basics.Issue:-eg: Account A,B,C,DBalance in accounts:-A -> -30B -> 80C -> -20D -> 40I need to...
View Articlebackup database and run an SQL script
Hi,Just want to verify whether I'll be doing the correct set of actions on a scheduled time. I was tasked to run an SQL script, btw, we're using Microsoft SQL Server. 2016 SP2. So what the vendor...
View Articlesomebody put sql server on the domain controller...
So, prior to your's truly coming aboard, a vendor put ms sql server 2008 on the domain controller for either testing or rollout of a db system. not sure which or why but that system has it's own...
View ArticleSQL SERVER 2008 R2 Won't install !
When I try to install my SQL server 2008 R2 it keeps getting stuck at SqlEngineDBStartConfigAction_install_configrc_Cpu64I found in other issues that I should kill the msiexec process but I can't find...
View ArticleServer Backups Programs
Good day,I did see a couple of backup program blogs but not one that suits my needs.We have a server running SQL applications in our hosted environment in a data center.The server backups are set to...
View ArticleOpenquery error.
Hi i just move from mssql server 2005 to 2016.I have this qyery that works in 2005 but not in 2016 server.SELECT KPP_OMA_PEL, PER_OMA_PEL, KPP_KOD_ETA, PEL_PRO_CODE, EPONYM, TAXINOM, HME_YPO_SYM, ODOS,...
View ArticleTrying to Create an After Hours Report Spiceworks HelpDesk
I am trying to create a report that will track some stats about our Help Desk Tickets. I have managed to get a working weekly report, but am trying to add another metric to it.What im specifically...
View ArticleSQL 2008 database restore
Hi,I need to backup my current Sage database and restore it onto our Demo Database from last week 14/11/18 without daily/weekly backups through SQL (we back the entire VM through Veeam) is there a way...
View ArticleSubquery efficiency question
My quick question is, what is the most efficient way to write this query?select T1.Column1, T1.Column2, T2.Column3, T2.Column4, T2.Column5from Table1 as T1 join Table2 T2 on T1.Column1 = T2.Column1...
View Article• Security Update for SQL Server 2016 Service Pack 1 GDR (KB4458842) - Error 0x8
Anyone how to solve this .• Security Update for SQL Server 2016 Service Pack 1 GDR (KB4458842) - Error 0x80070643
View ArticleSQL Server 2014 : Edit? Connection String column in System Database table
I need to adjust an IP or path to a server, but I am unsure where this is controlled from in SQL Mgmt Studio.Connection String column in System Database table If my db is called HDD, where is this...
View ArticleSQL Server always on backup status check
Is there is a way to check the SQL server database backups configured on Always on. Currently i have to check on all replicas to check the status of the database backup since some dbs are configured to...
View ArticleSQL Server Roles for configuring AppFabric vs. Federal Agency for Security Rules
Hi, thsi is somewhat special, but maybe soemone has a hint...One of our products has some rather special prerequisites to be installed, so it can run properly.We need MS AppFabric Persistence and...
View ArticleSQL Server notification services lost and reconnect inmediately - is posible?
Hi everyone, it is possible to detect at the exact moment when the notification with the server is lost and immediately reconnectI have a SQL server in the cloud with N databasesAn application A...
View ArticleSQL Configuration tool to manage Remote/Core SQL box
I have a core Server running 2 instances of SQL server 2016 std,The problem is that one needs to listen on custom ports.So I have SSMS 2017 installed on a separate server(management server) and want to...
View ArticleDTC doesnt see clustered VMs
Im trying to add clustered DTC on the local computer but I dont see the computer im suppose to add. Never build a clustered environment before not sure what I missed out on. This cluster going to have...
View ArticleAuthenticating SQL users: worst practice?
I have seen a lot of SQL-based applications where the client application authenticates the user by some table within the database. Rather than using SQL or Windows authentication to authenticate the...
View Article