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
Â
Â
Â


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
Â
Â
Â


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
Â
Â
Â


Extract SQL Server Instance details using SERVERPROPERTY() function
Extract SQL Server Instance details using SERVERPROPERTY() function
-
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....
-
Dec 6, 20212 min read
Â
Â
Â


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
Â
Â
Â


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
Â
Â
Â


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
Â
Â
Â


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
Â
Â
Â


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
Â
Â
Â
bottom of page





