Blog
SQL Server Error Code – 33010 the must_change option cannot be specifi
In this blog post, you’ll learn more about the SQL Server Error Code 33010 and the error message description that is shown SQL Server Error Code 33010 SQL Server Error Description for the Code :33010 The MUST_CHANGE option cannot be specified together with the HASHED option.
SQL Server Error Code – 15103 cannot bind a default to a column create
In this blog post, you’ll learn more about the SQL Server Error Code 15103 and the error message description that is shown SQL Server Error Code 15103 SQL Server Error Description for the Code :15103 Cannot bind a default to a column created with or altered to have a default value.
SQL Server Error Code – 3962 bind to another transaction while execut
In this blog post, you’ll learn more about the SQL Server Error Code 3962 and the error message description that is shown SQL Server Error Code 3962 SQL Server Error Description for the Code :3962 Bind to another transaction while executing SQL Server internal query is not supported. Check your logon trigger definition and remove any sp_bindsession usage if any. If this error is not…
SQL Server Error Code – 577 the value provided for the timeout is no
In this blog post, you’ll learn more about the SQL Server Error Code 577 and the error message description that is shown SQL Server Error Code 577 SQL Server Error Description for the Code :577 The value provided for the timeout is not valid. Timeout must be a valid integer between 0 and 2147483647.
SQL Server Error Code – 277 the column ?%.*ls? is specified multiple
In this blog post, you’ll learn more about the SQL Server Error Code 277 and the error message description that is shown SQL Server Error Code 277 SQL Server Error Description for the Code :277 The column ?%.*ls? is specified multiple times in the column list of the UNPIVOT operator.
InterSystems IRIS TSQL Code 20075 The ‘status’ parameter value must be eit
In this post, you’ll learn about the SQL error code 20075 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 20075 Reason for the Error code 20075 in InterSystems IRIS DBMS The ‘status’ parameter value must be either ‘active’ or ‘unsynced’.
InterSystems IRIS TSQL Code 14147 Restricted publications are no longer su
In this post, you’ll learn about the SQL error code 14147 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 14147 Reason for the Error code 14147 in InterSystems IRIS DBMS Restricted publications are no longer supported.
InterSystems IRIS TSQL Code 1940 Cannot create %S_MSG on view ‘%.*ls’. It
In this post, you’ll learn about the SQL error code 1940 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 1940 Reason for the Error code 1940 in InterSystems IRIS DBMS Cannot create %S_MSG on view ‘%.*ls’. It does not have a unique clustered index.
InterSystems IRIS TSQL Code 1064 A filegroup cannot be used with log file
In this post, you’ll learn about the SQL error code 1064 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 1064 Reason for the Error code 1064 in InterSystems IRIS DBMS A filegroup cannot be used with log files.
InterSystems IRIS General Error Code – 7003
In this post, you’ll learn about the General error code 7003 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 7003 Reason for the Error code 7003 in InterSystems IRIS DBMS ISQL compiler error: %1
Windows System Error Code 1436 – ERROR_CHILD_WINDOW_MENU (0x59C)]
In this post, you’ll learn about the Windows System Error ERROR_CHILD_WINDOW_MENU (0x59C)] and the reason why you are receiving the error message How does this Error in Windows Look like? Error Code 1436 ERROR_CHILD_WINDOW_MENU (0x59C)] Why do you receive the System Error Error Code 1436 ERROR_CHILD_WINDOW_MENU (0x59C)] in Windows? Child windows cannot have menus.
How to Add Web API to existing ASP.NET MVC Project ?
There are times when you might want to add Web API project to one of your existing ASP.NET MVC project instead of creating a new one. How to Add Web API to existing ASP.NET MVC Project ? You can easily do that by installing it from NuGet. Simply open the Package Console Manager and run the following command. Install-Package Microsoft.AspNet.WebApi