top of page


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...
-
Dec 8, 20212 min read
159 views
0 comments


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...
-
Dec 8, 20211 min read
297 views
0 comments


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...
-
Dec 6, 20211 min read
1,081 views
0 comments


Extract SQL Server Instance details using SERVERPROPERTY() function
Extract SQL Server Instance details using SERVERPROPERTY() function
-
Dec 6, 20212 min read
368 views
0 comments


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....
-
Dec 6, 20212 min read
3,912 views
0 comments


Monitor Azure SQL Database and Managed Instance using dynamic management views
Monitor Azure SQL Database and Managed Instance using dynamic management views
-
Dec 6, 20213 min read
139 views
0 comments


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,...
-
Dec 4, 20214 min read
42 views
0 comments


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...
Rajendra Gupta
Dec 1, 20212 min read
141 views
0 comments


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...
Rajendra Gupta
Nov 25, 20211 min read
115 views
0 comments


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...
Rajendra Gupta
Nov 25, 20213 min read
5,340 views
0 comments
bottom of page