Skip to main content

Questions tagged [sql-server-2017]

SQL Server 2017 (major build version 14.00.xxxx). Please also tag sql-server.

7 votes
1 answer
715 views

I have a large table which has a ton of unused space. I updated the table recently and NULLed out a varbinary (max) column that we didn't need. This has created a lot of unused space: EXEC ...
AngryHacker's user avatar
  • 2,041
0 votes
0 answers
100 views

So recently I'm having every 1 minute an alert for this: UpdateUptimeRegKey: Operating system error 5(Access is denied.) encountered. This may be a super bold question but I couldn't find anything ...
Racer SQL's user avatar
  • 7,558
1 vote
1 answer
243 views

First things first, since I am using SET XACT_ABORT ON. If an exception happens in any of the INSERT or UPDATE statements within the transaction block, then it should terminate and roll back the ...
DevQt's user avatar
  • 205
1 vote
0 answers
132 views

I am having a very interesting error using SQL Server 2022 and 2017. I am currently implementing my jurisdiction's data retention policies, which means doing a lot of deletes. I have run into a ...
nomen's user avatar
  • 113
3 votes
1 answer
280 views

OK, this sounds like the standard My query was faster yesterday question. I hope it's not. I have a query that usually runs within seconds (e.g. like 4 secs). Last night, it ran for 12 hours before we ...
Peter Schuetze's user avatar
3 votes
1 answer
563 views

We recently disabled a SQL account on one of our production servers at the request of the application owner, account no longer used apparently. Since disabling we have seen login failures in the SQL ...
Stockburn's user avatar
  • 501
4 votes
1 answer
346 views

I am trying my best to craft my question as straightforward and clear as possible. So I will start by quoting this answer thread saying that, If you want to read and write FILESTREAM data from ...
DevQt's user avatar
  • 205
1 vote
1 answer
82 views

We have a SQL Server 2017 database that was imported from a 2008 instance long ago. The compatibility level is set to 140 (confirmed by the execution plans), but no multi-statement TVFs are ever ...
Simon Bramley's user avatar

15 30 50 per page
1
2 3 4 5
70