top of page
-
Dec 8, 20212 min read
DATETIMEOFFSET SQL Server
The DATETIMEOFFSET can manipulate a single point in time value (DateTime Value) with the offset value. The offset specifies the value of...
132 views0 comments
-
Dec 8, 20211 min read
Difference between #table and ##table in SQL Server
SQL Server uses #table for Temporary table and ##Table for the Global Temporary Table. Let's understand the difference between these...
235 views0 comments
-
Dec 6, 20211 min read
Fix error "Agent XPs disabled" in SQL Server
This article explains the steps to fix the SQL Server agent error "Agent XPs disabled" using T-SQL scripts. Error details You might see...
1,041 views0 comments
-
Dec 6, 20212 min read
Extract SQL Server Instance details using SERVERPROPERTY() function
Extract SQL Server Instance details using SERVERPROPERTY() function
341 views0 comments
-
Dec 6, 20212 min read
Restore database in SQL Server Always On Availability Group
In this blog, we will look at how to restore a database participating in SQL Server Always On Availability Group using the T-SQL scripts....
3,667 views0 comments
-
Dec 6, 20213 min read
Monitor Azure SQL Database and Managed Instance using dynamic management views
Monitor Azure SQL Database and Managed Instance using dynamic management views
128 views0 comments
-
Dec 4, 20214 min read
Learn SQL Server Select statement
The SQL SELECT statement is the workhorse of data access. It is the standard way to retrieve data from a SQL database. In this tutorial,...
35 views0 comments
Rajendra Gupta
Dec 1, 20212 min read
SQL Server 2019: "String or binary data would be truncated"
This article explains in-depth what the error message "String or binary data would be truncated" means and how you can identify which...
133 views0 comments
Rajendra Gupta
Nov 25, 20211 min read
Find databases list where user has access in SQL Server
Recently our client wanted to know if there's a way for him to figure out which additional databases his user has access to. When we...
91 views0 comments
Rajendra Gupta
Nov 25, 20213 min read
How to Suspend and Resume an Availability Database in SQL Server Always On Availability Group
One of the fantastic features of Always On Availability Groups is that you can take one of the replicas for a database offline for...
4,839 views0 comments
bottom of page