Skip to content
Just SQL DBA
  • Home
  • SQL Server 2022
  • Guides
  • SSRS
  • Contact us

FIX SQL Server

FIX SQL Server / Guides / SQL Server 2022

How to Change tempdb Location in SQL Server

November 28, 2024 by Surya R. Balusu
Change tempdb location in SQL1

Changing tempDB location from the C drive to another drive or location in SQL Server 2022 or any SQL version Here, in our case, from C Drive to D drive Solution: Step 1: script out – script To move the location of the tempdb database, we must make a script with all logical names and

Continue Reading →
FIX SQL Server / SQL Server 2022

How to Change Listener Name in SQL Server 2022.

April 17, 2024April 16, 2024 by Surya R. Balusu

After successfully configuring alwayson availability groups with a listener name in SQL server 2022, we got a situation where we should change the listener name. Let’s check our setup before changing the listener name. Our Setup: Our existing listener name is ‘DBLIS’ and we should change this to ‘SECDBLIS’. There is no way we can

Continue Reading →
FIX SQL Server / SSRS

SSRS Reports failing after upgrade to 2022: FIX

April 16, 2024 by Surya R. Balusu
SSRS_Reports_Failing_11

Our SSRS reports failing with the following error. Authentication failed because the remote party has closed the transport stream. We have recently upgraded SQL Server Reporting Services (SSRS) from 2016 to 2022 and all the subscriptions both data-driven and standard are failing with authentication failure errors (SSRS Reports failing). This upgrade we did as part

Continue Reading →
FIX SQL Server / SQL Server 2022

Fix: MSOLEDB Driver 19 for SQL Server Installation Failure

September 27, 2023 by Surya R. Balusu
FIX_MSOLDB_DRIVER_installation

We are getting an error while installing MSOLE DB driver 19 for SQL Server as it is looking for a ‘Microsoft Visual C++ Redistributable for Visual Studio 2022 ’, We can fix the MSOLEDB driver issue by following the below simple step-by-step procedure. From the above error screenshot, we understand there is a dependency to

Continue Reading →

Search

Recent Posts

  • check SQL reachability
    Check reachability to SQL Server from other application servers
    by Surya R. Balusu
  • Change tempdb location in SQL1
    How to Change tempdb Location in SQL Server
    by Surya R. Balusu
  • How to Change Listener Name in SQL Server 2022.
    by Surya R. Balusu
  • configure_alwayson_111
    How to configure AlwaysOn Availability Groups in SQL Server 2022
    by Surya R. Balusu
  • SSRS_Reports_Failing_11
    SSRS Reports failing after upgrade to 2022: FIX
    by Surya R. Balusu

Categories

  • FIX SQL Server (4)
  • Guides (5)
  • SQL Server 2022 (6)
  • SSAS (1)
  • SSRS (1)
  • Privacy Policy
© 2025 Just SQL DBA• All Rights Reserved!