Skip to main content

Questions tagged [sql-server-2014]

SQL Server 2014 (major build version 12.0.xxxx). Please also tag sql-server.

1 vote
0 answers
85 views

I'm helping out someone where it looks like their previous developer stored some data tables in the Master database in SQL Server Express 2014. I don't know if it was to see if one could get around ...
user avatar
1 vote
1 answer
70 views

I'm configuring SQL Server Audit to log all INSERT, UPDATE, DELETE, and SELECT operations. I've tested and recorded everything I need (time, action, server principal, server instance, database name, ...
FernandoSatonni's user avatar
1 vote
2 answers
140 views

I have a delete based on a simple select. I could tune it to delete in batches and it's way faster then a normal delete. DECLARE @StartDate DATETIME = '05/01/2024', @EndDate DATETIME = '05/31/2024'...
Racer SQL's user avatar
  • 7,558
1 vote
1 answer
64 views

I have noticed there are two SQL Servers installed on the same box, which are 2014 and 2019; however, when I log into SSMS and type select @@version, it is showing 2014, and the instance name is ...
SQL_NoExpert's user avatar
  • 1,117
0 votes
2 answers
187 views

Behaviour of column type 'DateTime2' between SQL 2014 and SQL 2022. This was found when our application's calculation for datetime difference of columns being type DateTime2 went wrong. Tried to find ...
Meera K's user avatar
  • 81
0 votes
1 answer
78 views

We had a strange incident last night on our SQL Server 2014 AG group. We have a two-node group setup in asynchronous mode. The clock on the secondary was off by about 30 seconds and adjusted itself ...
Spivonious's user avatar
2 votes
1 answer
133 views

I have a following requirement: There is a AAD group called testgroup. Members of this group should have write access to table dbo2.Sales and read access to every table in dbo schema, and they shouldn'...
user2363676's user avatar
0 votes
2 answers
104 views

I'm trying to mix some queries I created in the past, and some that I stole over the network to give me mount points size and free space together with database size and free space of the files. Only ...
Racer SQL's user avatar
  • 7,558
0 votes
0 answers
48 views

I’m a bit confused on how I move the reporting database (and the temp one) from prod to test. I know after moving DBs I need to export its encryption key, but I would like to not cause any report to ...
Racer SQL's user avatar
  • 7,558
2 votes
1 answer
139 views

I have a SQL Express 2014 running on a VM with 12 cores SQL Express limitations state that it should be limited to either 4 cores or 1 socket, but when I run this query: select count(1) "Nb ...
Dominique Boucher's user avatar
1 vote
1 answer
215 views

I was troubleshooting a performance issue and I need an SP to stop getting recompiled because of auto update stats. I don't want to disable Auto stats update on the entire database so I thought I ...
DMDM's user avatar
  • 1,750
0 votes
1 answer
179 views

Currently running several databases on an Active/Passive SQL Server 2014 Failover Cluster on Windows Server 2012 R2. Recently there was an event that caused the active server to failover. The failover ...
David Gerst's user avatar
0 votes
1 answer
109 views

We have hundreds of servers and 99% of them have AOAG strategy. Patching takes HOURS since we need to patch secondaries (Windows patch) , wait to complete, manually fail over to the other node, Patch ...
Racer SQL's user avatar
  • 7,558
0 votes
0 answers
74 views

We have a SQL 2014 enterprise with 4 node availability group database with 2 Synchronous commit , 1 read only Asynchronous for reporting and 1 DR asynchronous. Due to space shortage we need to remove ...
SQL_NoExpert's user avatar
  • 1,117
0 votes
1 answer
115 views

So I have this idea of scheduling sql server agent to create some #temptables in parallel before mass updating my large table (roughly 30Gb) to save some time. Currently, it took about 2 hours for the ...
D H's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
184