Archives

What is the Difference between varchar and nvarchar in SQL Server?

The SQL Server has the data type varchar and nvarchar . What is the main difference between the both ? Let’s explore it in this article. What is the Difference between varchar and nvarchar in SQL Server? varchar is a variable length and non-unicode data type which can take the 8-bit codepage. The collation of the database identifies which of the code page should be…

InterSystems IRIS General Error Code – 5367

In this post, you’ll learn about the General error code 5367 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 5367 Reason for the Error code 5367 in InterSystems IRIS DBMS Routine placement dependency unresolved: %1

InterSystems IRIS General Error Code – 5978

In this post, you’ll learn about the General error code 5978 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 5978 Reason for the Error code 5978 in InterSystems IRIS DBMS Value of cspSaveMsgEscape attribute must be None, HTML or JS on line number %1.

SQL Server Error Code – 18458 login failed. the number of simultaneous

In this blog post, you’ll learn more about the SQL Server Error Code 18458 and the error message description that is shown SQL Server Error Code 18458 SQL Server Error Description for the Code :18458 Login failed. The number of simultaneous users already equals the %d registered licenses for this server. To increase the maximum number of simultaneous users, obtain additional licenses and then register…

SQL Server Error Code – 41001 failed to obtain local computer name (er

In this blog post, you’ll learn more about the SQL Server Error Code 41001 and the error message description that is shown SQL Server Error Code 41001 SQL Server Error Description for the Code :41001 Failed to obtain local computer name (Error code %d).  The supplied buffer may be too small, or there is a system error.  For information about this error code, see “System…

How to fix the Oracle error ORA-13375: the layer is of type [string] while geometry inserted has type [string]?

In this post, you’ll learn more about the Oracle ErrorORA-13375: the layer is of type [string] while geometry inserted has type [string] with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-13375: the layer is of type [string] while geometry inserted has type [string] Reason for the Error ORA-13375: the layer is of type [string]…