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

Surya R. Balusu

Surya R. Balusu is a MCSA certified SQL Server DBA with over 10+ years of experience.
Guides

Check reachability to SQL Server from other application servers

November 28, 2024 by Surya R. Balusu
check SQL reachability

Checking the reachability of SQL Server is one of the key points. After successfully installing the SQL server, the DBA job is to make sure the server is reachable to other required servers such as application servers. Ideally, to check the reachability, we can use SSMS to connect to that SQL instance, but it is

Continue Reading →
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 →
Guides / SQL Server 2022

How to configure AlwaysOn Availability Groups in SQL Server 2022

April 16, 2024 by Surya R. Balusu
configure_alwayson_111

After installing SQL Server 2022, it is time to configure alwayson availability groups for high availability. Let us understand our setup: Before starting the process of Configure alwayson: Configure AlwaysOn in SQL Server 2022: How to enable Always on High Availability Feature in SQL Server 2022?

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 →
Older posts
Page1 Page2 Next →

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!