Blog
SQL Server Error Code – 3726 could not drop object ?%.*ls? because it
In this blog post, you’ll learn more about the SQL Server Error Code 3726 and the error message description that is shown SQL Server Error Code 3726 SQL Server Error Description for the Code :3726 Could not drop object ?%.*ls? because it is referenced by a FOREIGN KEY constraint.
InterSystems IRIS System Error Code – SLMSPAN There has been an attempt to k
In this post, you’ll learn about the System Error Code SLMSPAN in InterSystems IRIS database the reason why you are receiving it Error Code : SLMSPAN Reason for the Error code SLMSPAN in InterSystems IRIS DBMS There has been an attempt to kill a global across a subscript level mapping boundary.
InterSystems IRIS TSQL Code 8918 (number of mixed extents = %ld, mixed pa
In this post, you’ll learn about the SQL error code 8918 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 8918 Reason for the Error code 8918 in InterSystems IRIS DBMS (number of mixed extents = %ld, mixed pages = %ld) in this database.
InterSystems IRIS TSQL Code 7125 The text, ntext, or image pointer value
In this post, you’ll learn about the SQL error code 7125 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 7125 Reason for the Error code 7125 in InterSystems IRIS DBMS The text, ntext, or image pointer value conflicts with the column name specified.
InterSystems IRIS TSQL Code 1058 Cannot specify both READ_ONLY and FOR RE
In this post, you’ll learn about the SQL error code 1058 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 1058 Reason for the Error code 1058 in InterSystems IRIS DBMS Cannot specify both READ_ONLY and FOR READ ONLY on a cursor declaration.
Windows System Error Code 1794 – ERROR_REDIRECTOR_HAS_OPEN_HANDLES (0x702)]
In this post, you’ll learn about the Windows System Error ERROR_REDIRECTOR_HAS_OPEN_HANDLES (0x702)] and the reason why you are receiving the error message How does this Error in Windows Look like? Error Code 1794 ERROR_REDIRECTOR_HAS_OPEN_HANDLES (0x702)] Why do you receive the System Error Error Code 1794 ERROR_REDIRECTOR_HAS_OPEN_HANDLES (0x702)] in Windows? The redirector is in use and cannot be unloaded.
Windows System Error Code 9 – ERROR_INVALID_BLOCK (0x9)]
In this post, you’ll learn about the Windows System Error ERROR_INVALID_BLOCK (0x9)] and the reason why you are receiving the error message How does this Error in Windows Look like? Error Code 9 ERROR_INVALID_BLOCK (0x9)] Why do you receive the System Error Error Code 9 ERROR_INVALID_BLOCK (0x9)] in Windows? The storage control block address is invalid.
How to get the Size of all tables in a SQL Server ?
In SQL Server 2014 Management Studio , you can get the size of all tables in a SQL Server from the Object explorer details window. How to get the Size of all tables in a SQL Server ? 1. In SQL Management Studio 2014 , navigate to the Object explorer details screen from View -> Object explorer details menu or by simply pressing the F7…
Rectangle and ScaleTransform example in Silverlight and XAML
Below is a sample code snippet demonstrating how to use the ScaleTransform with the Rectangle control in Silverlight and XAML. Rectangle and ScaleTransform example in Silverlight and XAML <Canvas x:Name=”ACCanvas” xmlns=”http://schemas.microsoft.com/client/2007″ xmlns:x=”http://schemas.microsoft.com/winfx/2006/xaml” Width=”400″ Height=”300″ > <Canvas.Background> <SolidColorBrush Color=”Yellow”/> </Canvas.Background> <Rectangle Width=”190″ Height=”160″ Fill=”Red” Stroke=”Green” Canvas.Left=”200″ Canvas.Top=”50″ RenderTransformOrigin=”0,0″ > <Rectangle.RenderTransform> <ScaleTransform ScaleX=”2″ ScaleY=”2″/> </Rectangle.RenderTransform> </Rectangle> </Canvas>
.NET API Socket Error 10060 – TimedOut
In this post, you’ll learn more about the Error Code 10060 – TimedOut that is returned when working with the Socket class in .NET .NET API Socket Error 10060 – TimedOut MessageQueueErrorCode .NET API Error Description The connection attempt timed out, or the connected host has failed to respond.
How to fix the Oracle error PGA-21041: error creating name object for log file?
In this post, you’ll learn more about the Oracle ErrorPGA-21041: error creating name object for log file with the details on why you receive this error and the possible solution to fix it. Oracle Error Description PGA-21041: error creating name object for log file Reason for the Error PGA-21041: error creating name object for log file Cause: A memory shortage occurred while creating an internal…